From 8ca3672ba8bfe4a36910b27e2396bd3c8c1230d8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 31 Oct 2014 17:17:06 +0100 Subject: [PATCH] Extract the module description to README.rst --- .../README.rst | 30 +++++++++++++++++ .../__openerp__.py | 33 ------------------- 2 files changed, 30 insertions(+), 33 deletions(-) create mode 100644 account_credit_control_dunning_fees/README.rst diff --git a/account_credit_control_dunning_fees/README.rst b/account_credit_control_dunning_fees/README.rst new file mode 100644 index 000000000..cf5866f0b --- /dev/null +++ b/account_credit_control_dunning_fees/README.rst @@ -0,0 +1,30 @@ +Dunning Fees for Credit Control +=============================== + +This extention of credit control adds the notion of dunning fees +on credit control lines. + +Configuration +------------- +For release 0.1 only fixed fees are supported. + +You can specifiy a fixed fees amount, a product and a currency +on the credit control level form. + +The amount will be used as fees values the currency will determine +the currency of the fee. If the credit control line has not the +same currency as the fees currency, fees will be converted to +the credit control line currency. + +The product is used to compute taxes in reconciliation process. + +Run +--- +Fees are automatically computed on credit run and saved +on the generated credit lines. + +Fees can be manually edited as long credit line is draft + +Credit control Summary report includes a new fees column +-------------------------------------------------------- +Support of fees price list diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index 8f0f153fc..bef73050a 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -25,39 +25,6 @@ 'category': 'Accounting', 'complexity': 'normal', 'depends': ['account_credit_control'], - 'description': """ -Dunning Fees for Credit Control -=============================== - -This extention of credit control adds the notion of dunning fees -on credit control lines. - -Configuration -------------- -For release 0.1 only fixed fees are supported. - -You can specifiy a fixed fees amount, a product and a currency -on the credit control level form. - -The amount will be used as fees values the currency will determine -the currency of the fee. If the credit control line has not the -same currency as the fees currency, fees will be converted to -the credit control line currency. - -The product is used to compute taxes in reconciliation process. - -Run ---- -Fees are automatically computed on credit run and saved -on the generated credit lines. - -Fees can be manually edited as long credit line is draft - -Credit control Summary report includes a new fees column. -------- -Support of fees price list - -""", 'website': 'http://www.camptocamp.com', 'data': ['view/policy_view.xml', 'view/line_view.xml',