~factorlibre/openerp-fiscal-rules/openerp-fiscal-rules-translations

« back to all changes in this revision

Viewing changes to account_fiscal_position_rule/account_fiscal_position_rule.py

  • Committer: Raphaël Valyi
  • Author(s): elbati
  • Date: 2013-11-07 18:15:35 UTC
  • mfrom: (63.1.3 7.0-bug-1239999-elbati)
  • Revision ID: rvalyi@gmail.com-20131107181535-l1thg1nxab5i8iaw
[MERGE] merged lp:~agilebg/openerp-fiscal-rules/7.0-bug-1239999-elbati **kwargs signature change. BEWARE to update your override and method calls\!

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
        return domain
114
114
 
115
 
    def apply_fiscal_mapping(self, cr, uid, result, kwargs):
 
115
    def apply_fiscal_mapping(self, cr, uid, result, **kwargs):
116
116
        result['value'].update(self.fiscal_position_map(cr, uid, **kwargs))
117
117
        return result
118
118