I try creating rule with module “Automated Action Rules” with filter on boolean field:
[["make_product","=",True]]
Domain filter is working, I can see it in "Apply on", but nothing happened.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I try creating rule with module “Automated Action Rules” with filter on boolean field:
[["make_product","=",True]]
Domain filter is working, I can see it in "Apply on", but nothing happened.
Found how to fix it. If you write with parentheses, it starts to work. *explosion of the head*
([["make_product","=",True]])
Could you please specify what this action is for and how it is made?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
दिस॰ 22
|
3670 | |||
|
1
फ़र॰ 24
|
4241 | |||
|
0
अक्तू॰ 21
|
3086 | |||
|
1
मार्च 21
|
3603 | |||
|
8
अक्तू॰ 20
|
5888 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
add more info regarding the automated action ? what is the automated action written for ?
Found how to fix it. If you write with parentheses, it starts to work. *explosion of the head*
([["make_product","=",True]])
My action is to create a product in stock. But the action is correct, because without the filter it works. It also works with this filter: ["name"," ilike ","wtf "]