Hi all,
Il would like to create a button (on/off) on the product that react like :
Hide the product line on the template of quotation, sales order and bills if the button is flaged
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
Il would like to create a button (on/off) on the product that react like :
Hide the product line on the template of quotation, sales order and bills if the button is flaged
HI Aravelli,
Instead of the button, you can go with Boolean field.
Please add boolean field in the product template.
Now add the below domain on the product field of your product line on the template of quotation, sales order and bills fields.
domain = "[('your_boolean_field', '=', False)]"
This will filtered your flagged products when you select it in the product lines product field.
Hope it will help you.
Thanks, it sounds great ;)
I now have to find where (in studio I suppose) i can fill in this domain syntax
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 23
|
1046 | ||
|
1
Nov 22
|
1276 | ||
|
4
Oct 21
|
4758 | ||
|
2
Aug 19
|
28505 | ||
|
1
Jul 15
|
11753 |