nuevo addon product_state desde OCA/product_attribute

This commit is contained in:
santiky 2021-11-10 13:54:45 +01:00
parent ada6c142c9
commit 2954c8694f
Signed by: snt
GPG key ID: A9FD34930EADBE71
23 changed files with 2254 additions and 0 deletions

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

View 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

View 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.