timesheet
timesheet copied to clipboard
Configuration
I installed the APP begin and end. How i can Activate it. I dont found anything in Options?
You mean hr_timesheet_begin_end? There is no config, the additional fields should appear in the from and list views.
Are you using odoo enterprise? The timesheet_grid app is replacing some views therefore it is not working without additional view changes.
<record id="timesheet_view_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="timesheet_grid.timesheet_view_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>
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.