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 + + + + + + + + +