Skip to content

Commit

Permalink
[IMP] sale_timesheet_line_exclude: add exclude_from_sale_order to edi…
Browse files Browse the repository at this point in the history
…t form
  • Loading branch information
CRogos committed May 15, 2024
1 parent 53fc2c1 commit 62e8944
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sale_timesheet_line_exclude/views/account_analytic_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@
</filter>
</field>
</record>
<record id="hr_timesheet_line_form" model="ir.ui.view">
<field name="name">account.analytic.line.form.billable</field>
<field name="model">account.analytic.line</field>
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form" />
<field name="arch" type="xml">
<field name="date" position="after">
<field name="exclude_from_sale_order" />
</field>
</field>
</record>
</odoo>

0 comments on commit 62e8944

Please sign in to comment.