Skip to content
Snippets Groups Projects
Commit 1a909dc5 authored by Jérome Maes's avatar Jérome Maes
Browse files

[REM] hr_timesheet: remove useless action

parent b0a74c60
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ up a management by affair.
'views/project_views.xml',
'report/hr_timesheet_report_view.xml',
'report/report_timesheet_templates.xml',
'hr_timesheet_installer.xml',
'views/hr_views.xml',
],
'demo': [
......
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data>
<record model="ir.actions.act_window" id="action_define_analytic_structure">
<field name="name">Define your Analytic Structure</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">account.analytic.account</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help">You should create an analytic account structure depending on your needs to analyse costs and revenues. In Odoo, analytic accounts are also used to track customer contracts.</field>
</record>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment