I'm trying to get started in Odoo and I'm not sure if I'd be able to do the following:
I want to create a product, for example a pen, with the following attributes:
- Colors (blue, red, black...)
- Printing (No printing, 1 ink printing, 2 inks printing...)
I want that when a salesperson gets an order, for example:
100 - Pens - Red color - Without printing
I want that somewhere it tells me that I have to order this material.
On the other side, if it needs printing:
100 - Pens - Red color - 1 ink printing
I want it to tell me to order this material, but also that it creates a manufacturing order as the product needs to be printed as well. Thank you!