hello Etter
my suggestion is to Duplicate the Product Archive of the Old One and change the product type from Consumable to Storable Product.
hello Etter
my suggestion is to Duplicate the Product Archive of the Old One and change the product type from Consumable to Storable Product.
Hi
This is a process you can use to change product type. I got it from Thuy Ngoc, so all credits to him.
Step 1: Go to menu Settings => Technical => Actions => Server Actions.
Step 2: Create an action with the following information:
+ Name: Update product type
+ Model: Server Action
+ Action To Do: Execute Python Code
+ Python Code: env.cr.execute("""Update product_template set detailed_type = 'consu' where id = id_of_product_template """)
Step 3: Click Run
To get the ID of your product, make an export with that field. Replace "id_of_product_template" in the code with your specific number.
If you want the change product type to storable product, replace "consu" with "product".
hi Stefan,
the answer you received from Rakesh is good and easy.
I f you also need to sum the sell statistics, you can try to manage them by labels on that products. Another possibility is to export all data of consumabile item, and import them in the storable one, but export/import is always more complicated option
i am encountering the same can someone reply please thanks