TypeError: _amount_all() takes at least 6 arguments (1 given)
Bug #1547552 reported by
jorge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Openerp Venezuela |
New
|
Undecided
|
Unassigned |
Bug Description
def _amount_all(self, cr, uid, ids, fieldname, args, context=None):
""" Return amount total each line
"""
for rec in self:
if rec.invoice_id.type not in 'in_refund':
else:
con la version 8 de odoo
To post a comment you must log in.