6.1 warning - coding error

Bug #1232690 reported by Ferdinand
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
OpenERP Community Backports (Addons)
New
Undecided
Unassigned

Bug Description

for purchase_order_line
fiscal_position should be fiscal_position_id

see patch

Revision history for this message
Ferdinand (office-chricar) wrote :
Revision history for this message
Carlo - Didotech.com (iw3hxn) wrote :

also on line 140 warning.py
on onchange_partner_id

result = super(account_invoice, self).onchange_partner_id(cr, uid, ids, type, partner_id,
            date_invoice=False, payment_term=False, partner_bank_id=False)

need to be changed in

result = super(account_invoice, self).onchange_partner_id(cr, uid, ids, type, partner_id,
            date_invoice=False, payment_term=False, partner_bank_id=False, company_id=False)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.