mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[14.0]intrastat - improved brexit support
[UPD] Update product_harmonized_system.pot product_harmonized_system 14.0.2.2.0 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: intrastat-extrastat-14.0/intrastat-extrastat-14.0-product_harmonized_system Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-14-0/intrastat-extrastat-14-0-product_harmonized_system/
This commit is contained in:
committed by
Alexis de Lattre
parent
0988223c46
commit
6e21fc3636
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
"name": "Product Harmonized System Codes",
|
||||
"version": "14.0.2.1.0",
|
||||
"version": "14.0.2.2.0",
|
||||
"category": "Reporting",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Base module for Product Import/Export reports",
|
||||
|
||||
@@ -57,6 +57,22 @@ msgstr ""
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid "Country State of Origin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid ""
|
||||
"Country State of origin of the product.\n"
|
||||
"This field is used for the Intrastat declaration, selecting one of the "
|
||||
"Northern Ireland counties will set the code 'XI' for products from the "
|
||||
"United Kingdom whereas code 'XU' will be used for the other UK counties."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_country_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_country_id
|
||||
|
||||
@@ -58,6 +58,22 @@ msgstr ""
|
||||
msgid "Company"
|
||||
msgstr "Société"
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid "Country State of Origin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid ""
|
||||
"Country State of origin of the product.\n"
|
||||
"This field is used for the Intrastat declaration, selecting one of the "
|
||||
"Northern Ireland counties will set the code 'XI' for products from the "
|
||||
"United Kingdom whereas code 'XU' will be used for the other UK counties."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_country_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_country_id
|
||||
|
||||
@@ -51,6 +51,20 @@ msgstr ""
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid "Country State of Origin"
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_product__origin_state_id
|
||||
#: model:ir.model.fields,help:product_harmonized_system.field_product_template__origin_state_id
|
||||
msgid ""
|
||||
"Country State of origin of the product.\n"
|
||||
"This field is used for the Intrastat declaration, selecting one of the Northern Ireland counties will set the code 'XI' for products from the United Kingdom whereas code 'XU' will be used for the other UK counties."
|
||||
msgstr ""
|
||||
|
||||
#. module: product_harmonized_system
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_product__origin_country_id
|
||||
#: model:ir.model.fields,field_description:product_harmonized_system.field_product_template__origin_country_id
|
||||
|
||||
@@ -33,9 +33,9 @@ class ProductTemplate(models.Model):
|
||||
domain="[('country_id', '=?', origin_country_id)]",
|
||||
help="Country State of origin of the product.\n"
|
||||
"This field is used for the Intrastat declaration, "
|
||||
"selecting 'Northern Ireland' will set the code 'XI' "
|
||||
"selecting one of the Northern Ireland counties will set the code 'XI' "
|
||||
"for products from the United Kingdom whereas code 'XU' "
|
||||
"will be used for the other UK states.",
|
||||
"will be used for the other UK counties.",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user