Skip to content

Commit

Permalink
[MIG] project_template: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aisopuro committed Mar 5, 2024
1 parent 0d79bc9 commit 2ec688d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project_template/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Patrick Wilson, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project",
"category": "Project Management",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"depends": ["project"],
"data": ["views/project.xml"],
Expand Down
2 changes: 1 addition & 1 deletion project_template/views/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
type="object"
name="create_project_from_template"
class="oe_highlight"
attrs="{'invisible': [('is_template', '=', False)]}"
invisible="not is_template"
/>
</xpath>
<xpath expr="//field[@name='label_tasks']/.." position="inside">
Expand Down

0 comments on commit 2ec688d

Please sign in to comment.