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
6
product_sequence/readme/CONTRIBUTORS.rst
Normal file
6
product_sequence/readme/CONTRIBUTORS.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Angel Moya <angel.moya@domatix.com>
|
||||
* Graeme Gellatly <g@o4sb.com>
|
||||
* Sodexis <dev@sodexis.com>
|
||||
* Lois Rilo <lois.rilo@eficent.com>
|
||||
* Sudhir Arya <sudhir@erpharbor.com>
|
||||
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
|
5
product_sequence/readme/DESCRIPTION.rst
Normal file
5
product_sequence/readme/DESCRIPTION.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module allows to associate a sequence to the product reference.
|
||||
The reference (default code) is unique (SQL constraint) and required.
|
||||
|
||||
You can optionally specify different sequences for different product
|
||||
categories.
|
14
product_sequence/readme/USAGE.rst
Normal file
14
product_sequence/readme/USAGE.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
To specify a different sequence for a product category proceed as follows:
|
||||
|
||||
#. Go to the a Product Category form view.
|
||||
(**note:** you will need to install Inventory app to be able to access to
|
||||
the form view, *Inventory > Configuration > Products > Products Categories*;
|
||||
or create a menuitem manually).
|
||||
#. Fill the *Prefix for Product Internal Reference* as desired.
|
||||
#. Under the settings (Settings -> General Settings -> Products), you can specify
|
||||
whether the prefix of the parent category should be used if no prefix has been
|
||||
specified for the category.
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/135/12.0
|
Loading…
Add table
Add a link
Reference in a new issue