openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #00561
[Merge] lp:~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati into lp:openerp-fiscal-rules
Lorenzo Battistini - Agile BG has proposed merging lp:~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati into lp:openerp-fiscal-rules.
Requested reviews:
Account Core Editors (account-core-editors)
Related bugs:
Bug #1239999 in openerp-fiscal-rules: "account_fiscal_position_rule - error on selecting partner in invoice"
https://bugs.launchpad.net/openerp-fiscal-rules/+bug/1239999
For more details, see:
https://code.launchpad.net/~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati/+merge/191132
--
https://code.launchpad.net/~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati/+merge/191132
Your team Account Core Editors is requested to review the proposed merge of lp:~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati into lp:openerp-fiscal-rules.
=== modified file 'account_fiscal_position_rule/account_fiscal_position_rule.py'
--- account_fiscal_position_rule/account_fiscal_position_rule.py 2013-02-11 13:25:39 +0000
+++ account_fiscal_position_rule/account_fiscal_position_rule.py 2013-10-15 09:17:33 +0000
@@ -112,7 +112,7 @@
return domain
- def apply_fiscal_mapping(self, cr, uid, result, kwargs):
+ def apply_fiscal_mapping(self, cr, uid, result, **kwargs):
result['value'].update(self.fiscal_position_map(cr, uid, **kwargs))
return result