i want to modify this for edit i want to set it to False not True but i don't know how to edit this xml code in the interface of the timesheet :
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1889
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de maig 23
|
1558 | ||
|
0
de nov. 17
|
6377 | ||
|
1
de des. 23
|
1464 | ||
|
1
de gen. 24
|
13505 | ||
|
0
de juny 22
|
1273 |
seems the code is missing with the question, in case if you find trouble adding the code in question, add here in comment section
<grid string="Timesheets" adjustment="object" adjust_name="adjust_grid" create="true" edit="true">
<field name="validated" type="readonly" modifiers="{'readonly': true}"/>
<field name="employee_id" type="row" section="1" on_change="1" can_create="true" can_write="true" modifiers="{}"/>
<field name="project_id" type="row" on_change="1" can_create="true" can_write="true" modifiers="{}"/>
<field name="date" type="col" on_change="1" modifiers="{'required': true}">
<range name="week" string="Week" span="week" step="day"/>
<range name="month" string="Month" span="month" step="day"/>
</field>
<field name="unit_amount" type="measure" widget="timesheet_uom" string="Heures" on_change="1" modifiers="{}"/>
</grid>