i want to add this condition in a button
invisible="['|', ('state', '!=', 'draft'), ('initial_invoice', '=', True)]"
It is not working for odoo17, How to make the or condition work ???
This question has been flagged
2
Replies
11229
Views
Try like this.
invisible="state != 'draft' or initial_invoice = True"
its work for me,thank you
You can try this. -> invisible="condition 1 or condition 2"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
3
Feb 24
|
3939 | ||
|
|
0
Apr 24
|
30 | ||
|
|
2
Jul 18
|
17201 | ||
|
|
1
Jun 25
|
7655 | ||
|
|
0
Mar 25
|
2356 |