From 2ec688d16abe61f4c0abd62b5193878f86e46b62 Mon Sep 17 00:00:00 2001 From: Atte Isopuro Date: Tue, 5 Mar 2024 15:56:14 +0200 Subject: [PATCH] [MIG] project_template: Migration to 17.0 --- project_template/__manifest__.py | 2 +- project_template/views/project.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_template/__manifest__.py b/project_template/__manifest__.py index 00af7722ae..76907aa100 100644 --- a/project_template/__manifest__.py +++ b/project_template/__manifest__.py @@ -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"], diff --git a/project_template/views/project.xml b/project_template/views/project.xml index 54a3363fc1..add0cf1daf 100644 --- a/project_template/views/project.xml +++ b/project_template/views/project.xml @@ -12,7 +12,7 @@ type="object" name="create_project_from_template" class="oe_highlight" - attrs="{'invisible': [('is_template', '=', False)]}" + invisible="not is_template" />