diff --git a/addons/account_accountant/account_accountant_data.xml b/addons/account_accountant/account_accountant_data.xml index 57fb229ad12..383b53cf49e 100644 --- a/addons/account_accountant/account_accountant_data.xml +++ b/addons/account_accountant/account_accountant_data.xml @@ -1,10 +1,10 @@ - - - Accounting - + + + @@ -19,10 +19,8 @@ automatic 100 - - - + diff --git a/addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml b/addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml index f9c9070ddbf..5458f397e36 100644 --- a/addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml +++ b/addons/hr_timesheet_sheet/hr_timesheet_sheet_data.xml @@ -1,7 +1,8 @@ - + + @@ -20,13 +21,7 @@ - - My Current Timesheet - - - STOCK_JUSTIFY_FILL - - + diff --git a/addons/mail/mail_thread_view.xml b/addons/mail/mail_thread_view.xml index 68727832e53..f6ef5bc2ee9 100644 --- a/addons/mail/mail_thread_view.xml +++ b/addons/mail/mail_thread_view.xml @@ -8,21 +8,11 @@ groups="base.group_user" sequence="10"/> - + - - News Feed - - - - - - My Feeds - - - - + + diff --git a/addons/project_timesheet/__openerp__.py b/addons/project_timesheet/__openerp__.py index a55f67bda2c..8770aa53429 100644 --- a/addons/project_timesheet/__openerp__.py +++ b/addons/project_timesheet/__openerp__.py @@ -35,15 +35,14 @@ with the effect of creating, editing and deleting either ways. 'website': 'http://www.openerp.com', 'images': ['images/invoice_task_work.jpeg', 'images/my_timesheet.jpeg', 'images/working_hour.jpeg'], 'depends': ['project', 'hr_timesheet_sheet', 'hr_timesheet_invoice', 'account_analytic_analysis'], - 'init_xml': ['project_timesheet_data.xml'], - 'update_xml': [ - "security/ir.model.access.csv", - "security/project_timesheet_security.xml", - "process/project_timesheet_process.xml", - "report/task_report_view.xml", - "project_timesheet_view.xml", - ], - 'demo_xml': ["project_timesheet_demo.xml"], + 'data': [ + 'security/ir.model.access.csv', + 'security/project_timesheet_security.xml', + 'process/project_timesheet_process.xml', + 'report/task_report_view.xml', + 'project_timesheet_view.xml', + ], + 'demo': ['project_timesheet_demo.xml'], 'test': [ 'test/worktask_entry_to_timesheetline_entry.yml', 'test/work_timesheet.yml', diff --git a/addons/project_timesheet/project_timesheet_data.xml b/addons/project_timesheet/project_timesheet_data.xml deleted file mode 100644 index ed87cb8c65f..00000000000 --- a/addons/project_timesheet/project_timesheet_data.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - -