Sometimes, when creating a product, the product type in Odoo is automatically set as either "Consumable" or "Storable Product". I am interested in knowing the criteria used by Odoo to determine whether a product should be classified as a consumable or a storable item.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
2162
Weergaven
The product type assigned to a newly created product depends on the app used. For example, the product type assigned when using the Inventory and Manufacturing apps to create a product is a Storable Product. On the other hand, the product type assigned is Consumable when using Sales, Purchase, Accounting, and PLM.
Examples:
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
1
aug. 25
|
3643 | ||
|
1
apr. 24
|
2110 | ||
|
1
apr. 24
|
2226 | ||
|
1
jun. 24
|
2689 | ||
|
1
aug. 24
|
2805 |
can this be changed in some way?
Hi Mike - yes, it is set in the Context for the Windows Action. If you go into Developer Mode, click the debug icon and select "Action" you will see that the context is {"search_default_goods": 1, 'default_is_storable': True} - you could add that to the other menu options. I explain more about Context here: https://odootricks.tips/context/