diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index 8de7468e43a..9df99b720a2 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -52,10 +52,11 @@ Note that if you want to check the followup level for a given partner/account en 'security/ir.model.access.csv', 'wizard/account_followup_print_view.xml', 'report/account_followup_report.xml', + 'account_followup_demo.xml', # Defined by default 'account_followup_view.xml', - 'account_followup_data.xml' + 'account_followup_data.xml', ], - 'demo_xml': ['account_followup_demo.xml'], + 'demo_xml': [], 'test': ['test/account_followup.yml'], 'installable': True, 'active': False, diff --git a/addons/account_followup/account_followup_demo.xml b/addons/account_followup/account_followup_demo.xml index 01b275de306..3799033b24a 100644 --- a/addons/account_followup/account_followup_demo.xml +++ b/addons/account_followup/account_followup_demo.xml @@ -3,7 +3,7 @@ - Default follow-up + Default Follow-Up First letter after 15 net days, 30 net days and 45 days end of month levels. diff --git a/addons/account_followup/account_followup_view.xml b/addons/account_followup/account_followup_view.xml index f99a8b2c060..e6aee02ffdc 100644 --- a/addons/account_followup/account_followup_view.xml +++ b/addons/account_followup/account_followup_view.xml @@ -6,7 +6,7 @@ account_followup.followup.line tree - + @@ -19,7 +19,7 @@ account_followup.followup.line form -
+ @@ -45,7 +45,7 @@ - + @@ -73,10 +73,6 @@
- - - -
@@ -169,6 +165,7 @@ account_followup.followup form form,tree + diff --git a/addons/hr_timesheet/hr_timesheet_installer.xml b/addons/hr_timesheet/hr_timesheet_installer.xml index 66289ed0c0c..cfd2cc8ab88 100644 --- a/addons/hr_timesheet/hr_timesheet_installer.xml +++ b/addons/hr_timesheet/hr_timesheet_installer.xml @@ -7,6 +7,7 @@ account.analytic.account form tree,form + You should create an analytic account structure depending on your needs to analyse costs and revenues. In OpenERP, analytic accounts are also used to track customer contracts. diff --git a/addons/project/project_installer.xml b/addons/project/project_installer.xml index 3150d250562..53b4cb0933a 100644 --- a/addons/project/project_installer.xml +++ b/addons/project/project_installer.xml @@ -30,11 +30,11 @@ - Create your initial projects + Create your Firsts Projects ir.actions.act_window project.project form - form + tree,form