Error while creating a quotation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openerp-icm |
Fix Released
|
Medium
|
Joao Alfredo Gama Batista |
Bug Description
If the sale_commission module is installed I get this error while chosing the partner:
Server Traceback (most recent call last):
File "/opt/openerp/
return openerp.
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, *params)
File "/opt/openerp/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/
return fct_src(cr, uid, model, method, *args, **kw)
File "/opt/openerp/
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/
result = super(sale_order, self).onchange_
TypeError: onchange_
Env: OpenERP 7
Related branches
- Maxime Chambreuil (http://www.savoirfairelinux.com): Approve (lgtm, no test)
-
Diff: 16 lines (+2/-2)1 file modifiedsale_commission/sale_order.py (+2/-2)
Changed in openerp-icm: | |
status: | New → In Progress |
importance: | Undecided → Medium |
status: | In Progress → Fix Committed |
Changed in openerp-icm: | |
status: | Fix Committed → Fix Released |
information type: | Public → Public Security |