From 0829d9dea4ab65aa2c6413cd6207b8eba6ecd172 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 31 Oct 2014 17:15:40 +0100 Subject: [PATCH 1/6] Move account_credit_control_dunning_fees to root folder --- .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/account_credit_control_dunning_fees.pot | 0 .../i18n/fr.po | 0 .../model/__init__.py | 0 .../model/dunning.py | 0 .../model/line.py | 0 .../model/policy.py | 0 .../model/run.py | 0 .../report/credit_control_summary.html.mako | 0 .../report/report.xml | 0 .../tests/__init__.py | 0 .../tests/test_fees_generation.py | 0 .../view/line_view.xml | 0 .../view/policy_view.xml | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/__init__.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/__openerp__.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/i18n/account_credit_control_dunning_fees.pot (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/i18n/fr.po (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/model/__init__.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/model/dunning.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/model/line.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/model/policy.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/model/run.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/report/credit_control_summary.html.mako (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/report/report.xml (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/tests/__init__.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/tests/test_fees_generation.py (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/view/line_view.xml (100%) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/view/policy_view.xml (100%) diff --git a/__unported__/account_credit_control_dunning_fees/__init__.py b/account_credit_control_dunning_fees/__init__.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/__init__.py rename to account_credit_control_dunning_fees/__init__.py diff --git a/__unported__/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/__openerp__.py rename to account_credit_control_dunning_fees/__openerp__.py diff --git a/__unported__/account_credit_control_dunning_fees/i18n/account_credit_control_dunning_fees.pot b/account_credit_control_dunning_fees/i18n/account_credit_control_dunning_fees.pot similarity index 100% rename from __unported__/account_credit_control_dunning_fees/i18n/account_credit_control_dunning_fees.pot rename to account_credit_control_dunning_fees/i18n/account_credit_control_dunning_fees.pot diff --git a/__unported__/account_credit_control_dunning_fees/i18n/fr.po b/account_credit_control_dunning_fees/i18n/fr.po similarity index 100% rename from __unported__/account_credit_control_dunning_fees/i18n/fr.po rename to account_credit_control_dunning_fees/i18n/fr.po diff --git a/__unported__/account_credit_control_dunning_fees/model/__init__.py b/account_credit_control_dunning_fees/model/__init__.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/model/__init__.py rename to account_credit_control_dunning_fees/model/__init__.py diff --git a/__unported__/account_credit_control_dunning_fees/model/dunning.py b/account_credit_control_dunning_fees/model/dunning.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/model/dunning.py rename to account_credit_control_dunning_fees/model/dunning.py diff --git a/__unported__/account_credit_control_dunning_fees/model/line.py b/account_credit_control_dunning_fees/model/line.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/model/line.py rename to account_credit_control_dunning_fees/model/line.py diff --git a/__unported__/account_credit_control_dunning_fees/model/policy.py b/account_credit_control_dunning_fees/model/policy.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/model/policy.py rename to account_credit_control_dunning_fees/model/policy.py diff --git a/__unported__/account_credit_control_dunning_fees/model/run.py b/account_credit_control_dunning_fees/model/run.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/model/run.py rename to account_credit_control_dunning_fees/model/run.py diff --git a/__unported__/account_credit_control_dunning_fees/report/credit_control_summary.html.mako b/account_credit_control_dunning_fees/report/credit_control_summary.html.mako similarity index 100% rename from __unported__/account_credit_control_dunning_fees/report/credit_control_summary.html.mako rename to account_credit_control_dunning_fees/report/credit_control_summary.html.mako diff --git a/__unported__/account_credit_control_dunning_fees/report/report.xml b/account_credit_control_dunning_fees/report/report.xml similarity index 100% rename from __unported__/account_credit_control_dunning_fees/report/report.xml rename to account_credit_control_dunning_fees/report/report.xml diff --git a/__unported__/account_credit_control_dunning_fees/tests/__init__.py b/account_credit_control_dunning_fees/tests/__init__.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/tests/__init__.py rename to account_credit_control_dunning_fees/tests/__init__.py diff --git a/__unported__/account_credit_control_dunning_fees/tests/test_fees_generation.py b/account_credit_control_dunning_fees/tests/test_fees_generation.py similarity index 100% rename from __unported__/account_credit_control_dunning_fees/tests/test_fees_generation.py rename to account_credit_control_dunning_fees/tests/test_fees_generation.py diff --git a/__unported__/account_credit_control_dunning_fees/view/line_view.xml b/account_credit_control_dunning_fees/view/line_view.xml similarity index 100% rename from __unported__/account_credit_control_dunning_fees/view/line_view.xml rename to account_credit_control_dunning_fees/view/line_view.xml diff --git a/__unported__/account_credit_control_dunning_fees/view/policy_view.xml b/account_credit_control_dunning_fees/view/policy_view.xml similarity index 100% rename from __unported__/account_credit_control_dunning_fees/view/policy_view.xml rename to account_credit_control_dunning_fees/view/policy_view.xml From 8b8db4f78610b6c8b72270275a621d529091a74f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 31 Oct 2014 17:16:19 +0100 Subject: [PATCH 2/6] Set account_credit_control_dunning_fees to installable --- account_credit_control_dunning_fees/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index 524e8a4bd..8f0f153fc 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -65,7 +65,7 @@ Support of fees price list 'security/ir.model.access.csv'], 'demo': [], 'test': [], - 'installable': False, + 'installable': True, 'auto_install': False, 'license': 'AGPL-3', 'application': False} From 8ca3672ba8bfe4a36910b27e2396bd3c8c1230d8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 31 Oct 2014 17:17:06 +0100 Subject: [PATCH 3/6] 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', From d9f6644ba18259a0e4029de1c66ee6190ce3ebb8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Nov 2014 10:19:50 +0100 Subject: [PATCH 4/6] Port Dunning fees to the new API, activate the tests for 8.0 --- .../__openerp__.py | 3 +- .../model/dunning.py | 56 +++++++++---------- .../model/line.py | 6 +- .../model/policy.py | 24 ++++---- .../model/run.py | 21 +++---- .../tests/__init__.py | 2 - .../tests/test_fees_generation.py | 37 ++++-------- 7 files changed, 65 insertions(+), 84 deletions(-) diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index bef73050a..cbc5f4677 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -28,8 +28,9 @@ 'website': 'http://www.camptocamp.com', 'data': ['view/policy_view.xml', 'view/line_view.xml', - 'report/report.xml', + # 'report/report.xml', 'security/ir.model.access.csv'], + ], 'demo': [], 'test': [], 'installable': True, diff --git a/account_credit_control_dunning_fees/model/dunning.py b/account_credit_control_dunning_fees/model/dunning.py index 5213b4f20..4d3c09d9e 100644 --- a/account_credit_control_dunning_fees/model/dunning.py +++ b/account_credit_control_dunning_fees/model/dunning.py @@ -18,16 +18,16 @@ # along with this program. If not, see . # ############################################################################## -from openerp.osv import orm +from openerp import models, api -class FeesComputer(orm.BaseModel): +class FeesComputer(models.BaseModel): """Model that compute dunnig fees. This class does not need any database storage as it contains pure logic. - It inherits form ``orm.BaseModel`` to benefit of orm facility + It inherits form ``models.BaseModel`` to benefit of orm facility Similar to AbstractModel but log access and actions """ @@ -38,16 +38,18 @@ class FeesComputer(orm.BaseModel): _register = True _transient = False + @api.model def _get_compute_fun(self, level_fees_type): - """Retrieve function of class that should compute the fees based on type + """Retrieve function of class that should compute the fees based + on type - :param level_fee_type: type exisiting in model + :param level_fee_type: type existing in model `credit.control.policy.level` for field dunning_fees_type :returns: a function of class :class:`FeesComputer` with following signature - self, cr, uid, credit_line (record), context + self, credit_line (record) """ if level_fees_type == 'fixed': @@ -56,33 +58,30 @@ class FeesComputer(orm.BaseModel): raise NotImplementedError('fees type %s is not supported' % level_fees_type) - def _compute_fees(self, cr, uid, credit_line_ids, context=None): - """Compute fees for `credit_line_ids` parameter + @api.model + def _compute_fees(self, credit_lines): + """Compute fees for `credit_lines` parameter - Fees amount is written on credit line in field dunning_fees_amount + Fees amount is written on credit lines in the field dunning_fees_amount - :param credit_line_ids: list of `credit.control.line` ids + :param credit_lines: recordset of `credit.control.line` - :returns: `credit_line_ids` list of `credit.control.line` ids + :returns: recordset of `credit.control.line` """ - if context is None: - context = {} - if not credit_line_ids: - return credit_line_ids - c_model = self.pool['credit.control.line'] - credit_lines = c_model.browse(cr, uid, credit_line_ids, - context=context) + if not credit_lines: + return credit_lines for credit in credit_lines: # if there is no dependence between generated credit lines # this could be threaded - self._compute(cr, uid, credit, context=context), - return credit_line_ids + self._compute(credit) + return credit_lines - def _compute(self, cr, uid, credit_line, context=None): + @api.model + def _compute(self, credit_line): """Compute fees for a given credit line - Fees amount is written on credit line in field dunning_fees_amount + Fees amount is written on credit line in then field dunning_fees_amount :param credit_line: credit line record @@ -90,13 +89,13 @@ class FeesComputer(orm.BaseModel): """ fees_type = credit_line.policy_level_id.dunning_fees_type compute = self._get_compute_fun(fees_type) - fees = compute(cr, uid, credit_line, context=context) + fees = compute(credit_line) if fees: - credit_line.write({'dunning_fees_amount': fees}, - context=context) + credit_line.write({'dunning_fees_amount': fees}) return credit_line - def compute_fixed_fees(self, cr, uid, credit_line, context=None): + @api.model + def compute_fixed_fees(self, credit_line): """Compute fees amount for fixed fees. Correspond to the fixed dunning fees type @@ -109,7 +108,6 @@ class FeesComputer(orm.BaseModel): :return: fees amount float (in credit line currency) """ - currency_model = self.pool['res.currency'] credit_currency = credit_line.currency_id level = credit_line.policy_level_id fees_amount = level.dunning_fixed_amount @@ -119,6 +117,4 @@ class FeesComputer(orm.BaseModel): if fees_currency == credit_currency: return fees_amount else: - return currency_model.compute(cr, uid, fees_currency.id, - credit_currency.id, fees_amount, - context=context) + return fees_currency.compute(fees_amount, credit_currency) diff --git a/account_credit_control_dunning_fees/model/line.py b/account_credit_control_dunning_fees/model/line.py index 5e4a3f782..699c38d45 100644 --- a/account_credit_control_dunning_fees/model/line.py +++ b/account_credit_control_dunning_fees/model/line.py @@ -18,12 +18,12 @@ # along with this program. If not, see . # ############################################################################## -from openerp.osv import orm, fields +from openerp import models, fields -class credit_control_line(orm.Model): +class CreditControlLine(models.Model): """Add dunning_fees_amount_fees field""" _inherit = "credit.control.line" - _columns = {'dunning_fees_amount': fields.float('Fees')} + dunning_fees_amount = fields.Float(string='Fees') diff --git a/account_credit_control_dunning_fees/model/policy.py b/account_credit_control_dunning_fees/model/policy.py index 1cf3c699b..9c5bb92a0 100644 --- a/account_credit_control_dunning_fees/model/policy.py +++ b/account_credit_control_dunning_fees/model/policy.py @@ -18,19 +18,23 @@ # along with this program. If not, see . # ############################################################################## -from openerp.osv import orm, fields +from openerp import models, fields -class credit_control_policy(orm.Model): +class CreditControlPolicy(models.Model): """ADD dunning fees fields""" _inherit = "credit.control.policy.level" - _columns = {'dunning_product_id': fields.many2one('product.product', - 'Fees Product'), - 'dunning_fixed_amount': fields.float('Fees Fixed Amount'), - 'dunning_currency_id': fields.many2one('res.currency', - 'Fees currency'), - # planned type are fixed, percent, compound - 'dunning_fees_type': fields.selection([('fixed', 'Fixed')])} - _defaults = {'dunning_fees_type': 'fixed'} + dunning_product_id = fields.Many2one('product.product', + string='Fees Product') + + dunning_fixed_amount = fields.Float(string='Fees Fixed Amount') + + dunning_currency_id = fields.Many2one('res.currency', + string='Fees currency') + + # planned type are fixed, percent, compound + dunning_fees_type = fields.Selection([('fixed', 'Fixed')], + string='Type', + default='fixed') diff --git a/account_credit_control_dunning_fees/model/run.py b/account_credit_control_dunning_fees/model/run.py index cba74e73d..f1d9eb49d 100644 --- a/account_credit_control_dunning_fees/model/run.py +++ b/account_credit_control_dunning_fees/model/run.py @@ -18,22 +18,19 @@ # along with this program. If not, see . # ############################################################################## -from openerp.osv import orm +from openerp import models, api -class credit_control_run(orm.Model): +class CreditControlRun(models.Model): """Add computation of fees""" _inherit = "credit.control.run" - def _generate_credit_lines(self, cr, uid, run_id, context=None): + @api.multi + @api.returns('credit.control.line') + def _generate_credit_lines(self): """Override method to add fees computation""" - credit_line_ids = super(credit_control_run, - self)._generate_credit_lines( - cr, - uid, - run_id, - context=context) - fees_model = self.pool['credit.control.dunning.fees.computer'] - fees_model._compute_fees(cr, uid, credit_line_ids, context=context) - return credit_line_ids + credit_lines = super(CreditControlRun, self)._generate_credit_lines() + fees_model = self.env['credit.control.dunning.fees.computer'] + fees_model._compute_fees(credit_lines) + return credit_lines diff --git a/account_credit_control_dunning_fees/tests/__init__.py b/account_credit_control_dunning_fees/tests/__init__.py index db75f16d2..2d29024d5 100644 --- a/account_credit_control_dunning_fees/tests/__init__.py +++ b/account_credit_control_dunning_fees/tests/__init__.py @@ -19,5 +19,3 @@ # ############################################################################## from . import test_fees_generation - -checks = [test_fees_generation] diff --git a/account_credit_control_dunning_fees/tests/test_fees_generation.py b/account_credit_control_dunning_fees/tests/test_fees_generation.py index b685aea61..031edc6be 100644 --- a/account_credit_control_dunning_fees/tests/test_fees_generation.py +++ b/account_credit_control_dunning_fees/tests/test_fees_generation.py @@ -19,28 +19,21 @@ # ############################################################################## from mock import MagicMock -import openerp.tests.common as test_common +from openerp.tests import common -class FixedFeesTester(test_common.TransactionCase): +@common.at_install(True) +@common.post_install(True) +class FixedFeesTester(common.TransactionCase): def setUp(self): """Initialize credit control level mock to test fees computations""" super(FixedFeesTester, self).setUp() - self.currency_model = self.registry('res.currency') - self.euro = self.currency_model.search(self.cr, self.uid, - [('name', '=', 'EUR')]) + self.currency_model = self.env['res.currency'] + self.euro = self.currency_model.search([('name', '=', 'EUR')]) self.assertTrue(self.euro) - self.euro = self.registry('res.currency').browse(self.cr, - self.uid, - self.euro[0]) - - self.usd = self.currency_model.search(self.cr, self.uid, - [('name', '=', 'USD')]) + self.usd = self.currency_model.search([('name', '=', 'USD')]) self.assertTrue(self.usd) - self.usd = self.registry('res.currency').browse(self.cr, - self.uid, - self.usd[0]) self.euro_level = MagicMock(name='Euro policy level') self.euro_level.dunning_fixed_amount = 5.0 @@ -51,9 +44,7 @@ class FixedFeesTester(test_common.TransactionCase): self.usd_level.dunning_fixed_amount = 5.0 self.usd_level.dunning_currency_id = self.usd self.usd_level.dunning_type = 'fixed' - self.dunning_model = self.registry( - 'credit.control.dunning.fees.computer' - ) + self.dunning_model = self.env['credit.control.dunning.fees.computer'] def test_type_getter(self): """Test that correct compute function is returned for "fixed" type""" @@ -70,9 +61,7 @@ class FixedFeesTester(test_common.TransactionCase): credit_line = MagicMock(name='Euro credit line') credit_line.policy_level_id = self.euro_level credit_line.currency_id = self.euro - fees = self.dunning_model.compute_fixed_fees(self.cr, self.uid, - credit_line, - {}) + fees = self.dunning_model.compute_fixed_fees(credit_line) self.assertEqual(fees, self.euro_level.dunning_fixed_amount) def test_computation_different_currency(self): @@ -80,9 +69,7 @@ class FixedFeesTester(test_common.TransactionCase): credit_line = MagicMock(name='USD credit line') credit_line.policy_level_id = self.euro_level credit_line.currency_id = self.usd - fees = self.dunning_model.compute_fixed_fees(self.cr, self.uid, - credit_line, - {}) + fees = self.dunning_model.compute_fixed_fees(credit_line) self.assertNotEqual(fees, self.euro_level.dunning_fixed_amount) def test_no_fees(self): @@ -91,7 +78,5 @@ class FixedFeesTester(test_common.TransactionCase): credit_line.policy_level_id = self.euro_level self.euro_level.dunning_fixed_amount = 0.0 credit_line.currency_id = self.usd - fees = self.dunning_model.compute_fixed_fees(self.cr, self.uid, - credit_line, - {}) + fees = self.dunning_model.compute_fixed_fees(credit_line) self.assertEqual(fees, 0.0) From bd38a12a1aab08d30083250b26c7b4f21ad7aaea Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Nov 2014 10:47:14 +0100 Subject: [PATCH 5/6] Add fees in the report --- .../__openerp__.py | 4 ++-- .../report/report.xml | 12 ---------- .../report/report_credit_control_summary.xml | 22 +++++++++++++++++++ 3 files changed, 24 insertions(+), 14 deletions(-) delete mode 100644 account_credit_control_dunning_fees/report/report.xml create mode 100644 account_credit_control_dunning_fees/report/report_credit_control_summary.xml diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index cbc5f4677..d7758846e 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -28,8 +28,8 @@ 'website': 'http://www.camptocamp.com', 'data': ['view/policy_view.xml', 'view/line_view.xml', - # 'report/report.xml', - 'security/ir.model.access.csv'], + 'report/report_credit_control_summary.xml', + 'security/ir.model.access.csv', ], 'demo': [], 'test': [], diff --git a/account_credit_control_dunning_fees/report/report.xml b/account_credit_control_dunning_fees/report/report.xml deleted file mode 100644 index 89a9874a6..000000000 --- a/account_credit_control_dunning_fees/report/report.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - diff --git a/account_credit_control_dunning_fees/report/report_credit_control_summary.xml b/account_credit_control_dunning_fees/report/report_credit_control_summary.xml new file mode 100644 index 000000000..7bee3c5cf --- /dev/null +++ b/account_credit_control_dunning_fees/report/report_credit_control_summary.xml @@ -0,0 +1,22 @@ + + + + + + + From 7144ca4e5de9ed554463c96869cd02118132797a Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 11 Nov 2014 10:08:17 +0100 Subject: [PATCH 6/6] Move ir.model.access.csv to account_credit_control_dunning_fees --- .../security/ir.model.access.csv | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {__unported__/account_credit_control_dunning_fees => account_credit_control_dunning_fees}/security/ir.model.access.csv (100%) diff --git a/__unported__/account_credit_control_dunning_fees/security/ir.model.access.csv b/account_credit_control_dunning_fees/security/ir.model.access.csv similarity index 100% rename from __unported__/account_credit_control_dunning_fees/security/ir.model.access.csv rename to account_credit_control_dunning_fees/security/ir.model.access.csv