Python stack dump when a tax code have no shadow tax code
Bug #1317104 reported by
Philippe Lepot
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Additional payment, bank statement and voucher addons for OpenERP |
New
|
Undecided
|
Unassigned |
Bug Description
The problems happens at line 326 in account.py.
The fix is to change line
from openerp.osv import orm, fields
to
from openerp.osv import orm, fields, osv
To post a comment you must log in.