openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27731
[Bug 1253701] Re: [trunk/7.0/6.1/6.0] Incorrect multi-company rule for BOMs
** Changed in: ocb-addons/7.0
Status: Fix Committed => Fix Released
** Changed in: ocb-addons/6.1
Status: Fix Committed => Fix Released
--
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/1253701
Title:
[trunk/7.0/6.1/6.0] Incorrect multi-company rule for BOMs
Status in OpenERP Community Backports (Addons):
Fix Released
Status in OpenERP Community Backports (Addons) 6.1 series:
Fix Released
Status in OpenERP Community Backports (Addons) 7.0 series:
Fix Released
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
Products multi-company rule is:
['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)]
that allows to assign a product to a parent company and let its
children companies to see this product.
However, multi-company rule for BOMs is:
['|',('company_id','child_of',[user.company_id.id]),('company_id','=',False)]
that only allows down to top permissions, which is incoherent and
doesn't meet real requirements for a lot of companies.
I propose then to change this rule to the same as the one for product.
Thank you.
Regards.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1253701/+subscriptions