← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 703022] Re: purchase_payment: invalid signature

 

purchase_payment is not in official addons, we don't plan to fix it.
You should assign to another person/project.

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/703022

Title:
  purchase_payment: invalid signature

Status in OpenObject Addons Modules:
  Won't Fix

Bug description:
  class account_invoice(osv.osv):
  ...
      def onchange_partner_id(self, cr, uid, ids, type, partner_id,
              date_invoice=False, payment_term=False, partner_bank_id=False, company_id=False):
  ...
          result = super(account_invoice, self).onchange_partner_id(cr, uid, ids, type, partner_id,
                              date_invoice=False, payment_term=False, partner_bank=False, company_id=False)

  Maybe it works well with multi-company but in other case:

  TypeError: onchange_partner_id() got an unexpected keyword argument
  'company_id'

  Best regards,

  Eduardo





References