Skip to content

Commit

Permalink
[MIG] hr_timesheet_begin_end: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Rogos committed Feb 15, 2023
1 parent 4197704 commit 37d22b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_begin_end/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Timesheet - Begin/End Hours",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Camptocamp, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Human Resources",
Expand Down
11 changes: 11 additions & 0 deletions hr_timesheet_begin_end/views/hr_analytic_timesheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@
</field>
</field>
</record>
<record id="hr_timesheet_line_form" model="ir.ui.view">
<field name="name">hr.analytic.timesheet.tree</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="time_start" widget="float_time" />
<field name="time_stop" widget="float_time" />
</field>
</field>
</record>
</odoo>

0 comments on commit 37d22b7

Please sign in to comment.