[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:
Luc De Meyer
2022-05-02 15:35:56 +02:00
committed by Alexis de Lattre
parent 0988223c46
commit 6e21fc3636
5 changed files with 49 additions and 3 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.",
)