← Back to team overview

openerp-india team mailing list archive

[Bug 882684] Re: [6.0] account: onchange_partner_id with optional company_id does not work as expected

 

hi

after waiting for a long time, I made may own module
For Belgian users I made an extended chart of accounts, multi company availability
L10_NL with 3 languages NL_FR_EN directly 

L10_RO
For Romanian charts as I also have companies there I made one RO _ EN formats

soon i update it in version 7, if anyone is interested in this you can contact me via jan.vandeweyer@xxxxxx
or via www.dynict.com

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/882684

Title:
  [6.0] account: onchange_partner_id with optional company_id does not
  work as expected

Status in OpenERP Addons (modules):
  Won't Fix

Bug description:
  When calling the onchange_partner_id function on an invoice with the optional company_id you would expect you
  get the receivable/payable accounts and the fiscal position and payment terms as viewed from the company specified.

  This does not happen, in fact there are two errors:
  * when the partner does not have a specific property for either property_account_receivable or property_account_payable it returns the error : 'Can not find account chart for this company, Please Create account.'
  * the fiscal position and payment terms are retrieved by reading the values for the current company (not the company_id specified) thus it will return the users company financial position and payment term for this partner

  Here is a scenario:
  * Create 2 companies ( Company A / Company B )
  * Company B is child of Company A
  * Set a different payment term and fiscal position default for both companies
  * Create a user for Company A with group Useability / Multi Company
  * Have a user who belongs to Company A create an invoice for Company B
  * When changing the partner you will get the wrong fiscal position and payment term.
  * If the partner you selected does not have a specific receivable / payable account set for Company B it will produce error 'Can not find account chart for this company, Please Create account.'

  Regards,
  Niels

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/882684/+subscriptions


References