añadido product_secuence y product_code_unique para crear secuencias de productos por categoría
related 6
This commit is contained in:
parent
46d66821ec
commit
4fe2e3d368
73 changed files with 5643 additions and 0 deletions
27
product_code_unique/i18n/ca.po
Normal file
27
product_code_unique/i18n/ca.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2021-01-26 10:44+0000\n"
|
||||
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: ca\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"
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "La referència interna ha de ser única a tota la base de dades!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Producte"
|
27
product_code_unique/i18n/es.po
Normal file
27
product_code_unique/i18n/es.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-10-13 13:08+0000\n"
|
||||
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\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"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "La referencia interna debe ser única por base de datos!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
27
product_code_unique/i18n/it.po
Normal file
27
product_code_unique/i18n/it.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-02-20 14:13+0000\n"
|
||||
"Last-Translator: Lorenzo Battistini <lb@takobi.online>\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"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "Il riferimento interno deve essere unico all'interno del database!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Prodotto"
|
27
product_code_unique/i18n/pt.po
Normal file
27
product_code_unique/i18n/pt.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-10-18 21:08+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: pt\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"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "A Referência Interna deve ser única em toda a base de dados!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Produto"
|
27
product_code_unique/i18n/pt_BR.po
Normal file
27
product_code_unique/i18n/pt_BR.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-06-16 13:19+0000\n"
|
||||
"Last-Translator: Maurício Liell <mauricio@liell.com.br>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: pt_BR\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"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "A Referência Interna deve ser única no banco de dados!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Produto"
|
27
product_code_unique/i18n/sk.po
Normal file
27
product_code_unique/i18n/sk.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-07-03 21:19+0000\n"
|
||||
"Last-Translator: Jan Prokop <jprokop@jackie.sk>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "Interná referencia musí byť jedinečná v celej databáze!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Produkt"
|
27
product_code_unique/i18n/sk_SK.po
Normal file
27
product_code_unique/i18n/sk_SK.po
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_code_unique
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-07-02 14:19+0000\n"
|
||||
"Last-Translator: Jan Prokop <jprokop@jackie.sk>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: sk_SK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: sql_constraint:product.product:0
|
||||
msgid "Internal Reference must be unique across the database!"
|
||||
msgstr "Interná referencia musí byť jedinečná v celej databáze!"
|
||||
|
||||
#. module: product_code_unique
|
||||
#: model:ir.model,name:product_code_unique.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Produkt"
|
Loading…
Add table
Add a link
Reference in a new issue