From aa534c1aec63f5d4f7d2c917806c48046586df79 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 9 Jan 2022 14:24:35 -0800 Subject: [PATCH] [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 + + + + + + + + +