diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index dbb4ea6583e..24dc1964f80 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -29,7 +29,7 @@ Module to automate letters for unpaid invoices, with multi-level recalls. You can define your multiple levels of recall through the menu: --------------------------------------------------------------- - Configuration / Follow-Up Levels + Configuration / Follow-up / Follow-up Levels Once it is defined, you can automatically print recalls every day through simply clicking on the menu: ------------------------------------------------------------------------------------------------------ @@ -55,6 +55,7 @@ Note that if you want to check the follow-up level for a given partner/account e 'account_followup_view.xml', 'account_followup_customers.xml', 'wizard/account_followup_print_view.xml', + 'res_config_view.xml' ], 'demo': ['account_followup_demo.xml'], 'test': [ diff --git a/addons/account_followup/account_followup_view.xml b/addons/account_followup/account_followup_view.xml index e233feb489e..55e8d099cce 100644 --- a/addons/account_followup/account_followup_view.xml +++ b/addons/account_followup/account_followup_view.xml @@ -130,8 +130,10 @@ parent="menu_finance_followup" sequence="0" id="menu_manual_reconcile_followup"/> + + - + diff --git a/addons/account_followup/res_config_view.xml b/addons/account_followup/res_config_view.xml new file mode 100644 index 00000000000..89a848562e5 --- /dev/null +++ b/addons/account_followup/res_config_view.xml @@ -0,0 +1,18 @@ + + + + + + account settings + account.config.settings + + + +