timesheet icon indicating copy to clipboard operation
timesheet copied to clipboard

Configuration

Open dugs951 opened this issue 2 years ago • 2 comments

I installed the APP begin and end. How i can Activate it. I dont found anything in Options?

dugs951 avatar Nov 01 '23 18:11 dugs951

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>

CRogos avatar Nov 10 '23 21:11 CRogos

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.

github-actions[bot] avatar May 12 '24 12:05 github-actions[bot]