nuevo addon product_state desde OCA/product_attribute
This commit is contained in:
parent
ada6c142c9
commit
2954c8694f
23 changed files with 2254 additions and 0 deletions
5
product_state/readme/CONTRIBUTORS.rst
Normal file
5
product_state/readme/CONTRIBUTORS.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
* Cedric Pigeon <cedric.pigeon@acsone.eu>
|
||||
* Alexandre Saunier <alexandre.saunier@camptocamp.com>
|
||||
* Nikul Chaudhary <nikulchaudhary2112@gmail.com>
|
||||
* Eduardo Magdalena <emagdalena@c2i.es> (C2i Change 2 improve http://www.c2i.es)
|
||||
* Andrii Skrypka <andrijskrypa@ukr.net>
|
6
product_state/readme/DESCRIPTION.rst
Normal file
6
product_state/readme/DESCRIPTION.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module introduces the state field on product template and allows simple product life cycle:
|
||||
|
||||
- draft: In Development
|
||||
- sellable: Normal
|
||||
- end: End of Lifecycle
|
||||
- obsolete: Obsolete
|
9
product_state/readme/USAGE.rst
Normal file
9
product_state/readme/USAGE.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
To create a new state:
|
||||
|
||||
#. Go to *Sales > Configuration > Products > Product States*.
|
||||
#. You can set its name and a description.
|
||||
|
||||
To add a product to a state:
|
||||
|
||||
#. Go to the product itself and edit.
|
||||
#. You can select the desired status in the list of buttons above the form.
|
Loading…
Add table
Add a link
Reference in a new issue