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
15
product_code_unique/__manifest__.py
Normal file
15
product_code_unique/__manifest__.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Copyright (C) 2018 - TODAY, Open Source Integrators
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Unique Product Internal Reference",
|
||||
"summary": "Set Product Internal Reference as Unique",
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
||||
"category": "Product",
|
||||
"website": "https://github.com/OCA/product-attribute",
|
||||
"depends": ["product"],
|
||||
"pre_init_hook": 'pre_init_product_code',
|
||||
"installable": True,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue