Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration #616

Open
dugs951 opened this issue Nov 1, 2023 · 2 comments
Open

Configuration #616

dugs951 opened this issue Nov 1, 2023 · 2 comments
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@dugs951
Copy link

dugs951 commented Nov 1, 2023

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

@dugs951 dugs951 added the bug label Nov 1, 2023
@CRogos
Copy link
Contributor

CRogos commented Nov 10, 2023

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>

Copy link

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 github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

2 participants