Every stages in the kanban view, It has configuration where there is a checkbox and whenever I set it to True, the form will be editable but if not it will not be editable.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
4531
Views
you can use this in your xml field.
attrs="{'readonly':[('checkbox','=',True)]}"
<field name="fieldname" attrs="{'readonly':[('checkbox','=',True)]}" />
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Apr 20
|
5400 | ||
|
6
May 24
|
24654 | ||
|
0
May 19
|
5140 | ||
|
1
Dec 17
|
4720 | ||
|
0
Oct 15
|
2532 |