unexpected keyword argument 'context'
Bug #1276519 reported by
Kinner Vachhani
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openerp-fiscal-rules |
Fix Released
|
Undecided
|
Unassigned | ||
6.1 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Hi,
I am getting this error when creating a sales order.
Here is the traceback
File "/opt/openerp/
partner_addr = partner.
File "/opt/openerp/
return attr(self._cr, self._uid, [self._id], *args, **kwargs)
TypeError: address_get() got an unexpected keyword argument 'context'
I looked at it and it seems to be working by replacing code with
partner_addr = self.pool.
Related branches
lp://qastaging/~kinner-vachhani/openerp-fiscal-rules/fix-lp-1276519
- Guewen Baconnier @ Camptocamp: Approve (code review)
- Yannick Vaucher @ Camptocamp: Approve (code review, no test)
- Pedro Manuel Baeza: Approve (code review)
-
Diff: 12 lines (+1/-1)1 file modifiedaccount_fiscal_position_rule/account_fiscal_position_rule.py (+1/-1)
Changed in openerp-fiscal-rules: | |
assignee: | nobody → Pedro Manuel Baeza (pedro.baeza) |
assignee: | Pedro Manuel Baeza (pedro.baeza) → nobody |
status: | New → Fix Committed |
Changed in openerp-fiscal-rules: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.