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
- MRP
This question has been flagged
1
Reply
5326
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 up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
3
Apr 20
|
7285 | ||
|
Limit kanban box
Solved
|
|
2
Sep 25
|
621 | |
|
|
7
Aug 25
|
29306 | ||
|
|
0
May 19
|
6851 | ||
|
|
1
Dec 17
|
6600 |