← Back to team overview

openerp-india team mailing list archive

[Bug 936643] Re: [6.0] [field properties] Add feature of "force-multicompany"

 

Hello,

Would you please try with the 6.1 because we have already improved this feature on 6.1 as
     if context is None:
            context = {}
        company_id = company_id if company_id != None else context.get('company_id',False)
        context = dict(context)
        context.update({'company_id': company_id}

So would you please try with 6.1 and notify us have still faced the
problem or not with proper steps.

Thank you!

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
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/936643

Title:
  [6.0] [field properties] Add feature of "force-multicompany"

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  1) Create a multi-company enviroment.
       Configure account to product with differents companies child
       Login with a user assign to company parent
       Create a new invoice, choose a company child in page "Other information"
       Choose a partner
      Add products
      Verify the account assign
  2) A account of company parent
  3) A account of company selected
  4) Revno 3584

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


References