From 4555b23cc840217b5e6967e4a1c3f7433754b764 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 9 Jan 2022 14:24:35 -0800 Subject: [PATCH 1/2] [ADD] timesheet_grid_description: hide duplicative `name` field when timesheet_grid is installed with timesheet_description --- timesheet_grid_description/__init__.py | 0 timesheet_grid_description/__manifest__.py | 21 +++++++++++++++++++ .../views/timesheet_views.xml | 15 +++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 timesheet_grid_description/__init__.py create mode 100755 timesheet_grid_description/__manifest__.py create mode 100644 timesheet_grid_description/views/timesheet_views.xml diff --git a/timesheet_grid_description/__init__.py b/timesheet_grid_description/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/timesheet_grid_description/__manifest__.py b/timesheet_grid_description/__manifest__.py new file mode 100755 index 00000000..3be668d0 --- /dev/null +++ b/timesheet_grid_description/__manifest__.py @@ -0,0 +1,21 @@ +{ + 'name': 'Timesheet Grid Description', + 'description': 'bridge', + 'version': '15.0.1.0.0', + 'website': 'https://hibou.io/', + 'author': 'Hibou Corp. ', + 'license': 'AGPL-3', + 'category': 'Human Resources', + 'depends': [ + 'timesheet_description', + 'timesheet_grid', + ], + 'data': [ + 'views/timesheet_views.xml', + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': True, + 'application': False, +} diff --git a/timesheet_grid_description/views/timesheet_views.xml b/timesheet_grid_description/views/timesheet_views.xml new file mode 100644 index 00000000..cd194b2a --- /dev/null +++ b/timesheet_grid_description/views/timesheet_views.xml @@ -0,0 +1,15 @@ + + + + + account.analytic.line.form.inherit + account.analytic.line + + + + + + + + + From de4c0ec81da8e99492bf6f458e2ab59681c41eca Mon Sep 17 00:00:00 2001 From: Leo Pinedo Date: Thu, 27 Oct 2022 16:02:30 +0000 Subject: [PATCH 2/2] [MIG] timesheet_grip_description: to 16 --- timesheet_grid_description/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_grid_description/__manifest__.py b/timesheet_grid_description/__manifest__.py index 3be668d0..51ac3189 100755 --- a/timesheet_grid_description/__manifest__.py +++ b/timesheet_grid_description/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Timesheet Grid Description', 'description': 'bridge', - 'version': '15.0.1.0.0', + 'version': '16.0.1.0.0', 'website': 'https://hibou.io/', 'author': 'Hibou Corp. ', 'license': 'AGPL-3',