Skip to content

Commit

Permalink
Merge PR #577 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by nimarosa
  • Loading branch information
OCA-git-bot committed Apr 18, 2023
2 parents 72a4cee + 724e421 commit 52c08df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hr_timesheet_activity_begin_end/views/hr_analytic_timesheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,17 @@
</field>
</field>
</record>
<record id="hr_timesheet_line_form" model="ir.ui.view">
<field
name="name"
>account.analytic.line.form (in hr_timesheet_activity_begin_end)</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="unit_amount" position="before">
<field name="time_start" widget="float_time" />
<field name="time_stop" widget="float_time" />
</field>
</field>
</record>
</odoo>

0 comments on commit 52c08df

Please sign in to comment.