Skip to content

Commit

Permalink
Merge pull request #629 from OCA/14.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/operating-unit (14.0)
  • Loading branch information
bt-admin authored Dec 30, 2024
2 parents d0e5675 + 5c132af commit 4550eb7
Show file tree
Hide file tree
Showing 7 changed files with 292 additions and 0 deletions.
83 changes: 83 additions & 0 deletions account_asset_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_asset_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_account_asset
msgid "Asset"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_account_asset_line
msgid "Asset depreciation table line"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset__display_name
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_line__display_name
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_remove__display_name
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_move__display_name
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_report_account_asset_management_asset_report_xls__display_name
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_wiz_account_asset_report__display_name
msgid "Display Name"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_report_account_asset_management_asset_report_xls
msgid "Dynamic XLS asset report generator"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_wiz_account_asset_report
msgid "Financial Assets report"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset__id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_line__id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_remove__id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_move__id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_report_account_asset_management_asset_report_xls__id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_wiz_account_asset_report__id
msgid "ID"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_account_move
msgid "Journal Entry"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset____last_update
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_line____last_update
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset_remove____last_update
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_move____last_update
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_report_account_asset_management_asset_report_xls____last_update
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_wiz_account_asset_report____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_asset_operating_unit
#: code:addons/account_asset_operating_unit/report/account_asset_report_xls.py:0
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_account_asset__operating_unit_id
#: model:ir.model.fields,field_description:account_asset_operating_unit.field_wiz_account_asset_report__operating_unit_id
#, python-format
msgid "Operating Unit"
msgstr ""

#. module: account_asset_operating_unit
#: model:ir.model,name:account_asset_operating_unit.model_account_asset_remove
msgid "Remove Asset"
msgstr ""
41 changes: 41 additions & 0 deletions contract_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: contract_operating_unit
#: model:ir.model,name:contract_operating_unit.model_contract_contract
msgid "Contract"
msgstr ""

#. module: contract_operating_unit
#: model:ir.model.fields,field_description:contract_operating_unit.field_contract_contract__display_name
msgid "Display Name"
msgstr ""

#. module: contract_operating_unit
#: model:ir.model.fields,field_description:contract_operating_unit.field_contract_contract__id
msgid "ID"
msgstr ""

#. module: contract_operating_unit
#: model:ir.model.fields,field_description:contract_operating_unit.field_contract_contract____last_update
msgid "Last Modified on"
msgstr ""

#. module: contract_operating_unit
#: model:ir.model.fields,field_description:contract_operating_unit.field_contract_contract__operating_unit_id
#: model_terms:ir.ui.view,arch_db:contract_operating_unit.contract_contract_search_view
msgid "Operating Unit"
msgstr ""
20 changes: 20 additions & 0 deletions contract_operating_unit_access_all/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_operating_unit_access_all
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: contract_operating_unit_access_all
#: model:res.groups,name:contract_operating_unit_access_all.group_all_ou_contract
msgid "Access all OUs' contracts"
msgstr ""
40 changes: 40 additions & 0 deletions crm_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * crm_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: crm_operating_unit
#: model:ir.model.fields,field_description:crm_operating_unit.field_crm_lead__display_name
msgid "Display Name"
msgstr ""

#. module: crm_operating_unit
#: model:ir.model.fields,field_description:crm_operating_unit.field_crm_lead__id
msgid "ID"
msgstr ""

#. module: crm_operating_unit
#: model:ir.model.fields,field_description:crm_operating_unit.field_crm_lead____last_update
msgid "Last Modified on"
msgstr ""

#. module: crm_operating_unit
#: model:ir.model,name:crm_operating_unit.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""

#. module: crm_operating_unit
#: model:ir.model.fields,field_description:crm_operating_unit.field_crm_lead__operating_unit_id
msgid "Operating Unit"
msgstr ""
20 changes: 20 additions & 0 deletions hr_expense_operating_unit_access_all/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_expense_operating_unit_access_all
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: hr_expense_operating_unit_access_all
#: model:res.groups,name:hr_expense_operating_unit_access_all.group_all_ou_hr_expense
msgid "Access all OUs' expenses"
msgstr ""
40 changes: 40 additions & 0 deletions mail_template_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_template_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: mail_template_operating_unit
#: model:ir.model.fields,field_description:mail_template_operating_unit.field_mail_template__display_name
msgid "Display Name"
msgstr ""

#. module: mail_template_operating_unit
#: model:ir.model,name:mail_template_operating_unit.model_mail_template
msgid "Email Templates"
msgstr ""

#. module: mail_template_operating_unit
#: model:ir.model.fields,field_description:mail_template_operating_unit.field_mail_template__id
msgid "ID"
msgstr ""

#. module: mail_template_operating_unit
#: model:ir.model.fields,field_description:mail_template_operating_unit.field_mail_template____last_update
msgid "Last Modified on"
msgstr ""

#. module: mail_template_operating_unit
#: model:ir.model.fields,field_description:mail_template_operating_unit.field_mail_template__operating_unit_id
msgid "Operating Unit"
msgstr ""
48 changes: 48 additions & 0 deletions sales_team_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sales_team_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: sales_team_operating_unit
#: code:addons/sales_team_operating_unit/models/crm_team.py:0
#, python-format
msgid ""
"Configuration error, The Company in the Sales Team and in the Operating Unit"
" must be the same."
msgstr ""

#. module: sales_team_operating_unit
#: model:ir.model.fields,field_description:sales_team_operating_unit.field_crm_team__display_name
msgid "Display Name"
msgstr ""

#. module: sales_team_operating_unit
#: model:ir.model.fields,field_description:sales_team_operating_unit.field_crm_team__id
msgid "ID"
msgstr ""

#. module: sales_team_operating_unit
#: model:ir.model.fields,field_description:sales_team_operating_unit.field_crm_team____last_update
msgid "Last Modified on"
msgstr ""

#. module: sales_team_operating_unit
#: model:ir.model.fields,field_description:sales_team_operating_unit.field_crm_team__operating_unit_id
msgid "Operating Unit"
msgstr ""

#. module: sales_team_operating_unit
#: model:ir.model,name:sales_team_operating_unit.model_crm_team
msgid "Sales Team"
msgstr ""

0 comments on commit 4550eb7

Please sign in to comment.