Skip to content

Commit

Permalink
[FIX] hr_timesheet_sheet_prefill_multi: Cosmestic fixes
Browse files Browse the repository at this point in the history
A very small patchset to clean up the code.

Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Sep 16, 2024
1 parent ead2d63 commit 8d123ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions hr_timesheet_sheet_prefill_multi/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

{
"name": "Timesheet Sheet prefill with duplicates",
"summary": """
Allow duplicates in prefill templates.""",
"summary": "Allow duplicates in prefill templates.",
"version": "12.0.1.0.0",
"category": "Human Resources",
"website": "https://coopiteasy.be",
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
"maintainers": ["carmenbianca"],
"license": "AGPL-3",
"application": False,
"depends": [
"hr_timesheet_sheet_prefill",
],
Expand Down
4 changes: 2 additions & 2 deletions hr_timesheet_sheet_prefill_multi/views/hr_employee_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
/>
<field name="arch" type="xml">
<field name="project_ids" position="after">
<field name="timesheet_prefill_ids">
<tree string="Prefill Projects" editable="bottom">
<field name="timesheet_prefill_ids" string="Projects">
<tree editable="bottom">
<field name="sequence" widget="handle" />
<field name="project_project_id" />
</tree>
Expand Down

0 comments on commit 8d123ed

Please sign in to comment.