Skip to content

Commit

Permalink
Merge PR #677 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by alexey-pelykh
  • Loading branch information
OCA-git-bot committed May 15, 2024
2 parents 53fc2c1 + 62e8944 commit c39f373
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 c39f373

Please sign in to comment.