i 'am using multi company with non common product catalog , so the products seperated in each company , i need to dispaly all product into the parent company ,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Do you mean that users in the "parent company" can see products from all the "child" companies?
If so, I think you can change the Product multi-company Record Rule as follows
['|','|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id]),('company_id','=',False)]
EDIT:
Enable debug mode
Go to Settings / Technical / Security / Record Rules
Search for the "Product multi-company" rule
Edit
Change the Rule definition (domain filter) as above.
Save
actually that i wanna do , your answer made my day, but i don't know where i should write this piece of code, is this filter in view or i should add it in record rule csv,
There's an example here: https://www.odoo.com/forum/help-1/question/how-to-create-record-rules-143881
@Chris TRINGHAM it works like a charm.Thx.
Hi Chris
Thanks for the suggestion, could you suggest simliar for V13.
The issue is : portal user can see the product catelog but can not place an order while I prevent sales if not enough stock @ ecommerce
Thanks
Hi Chris
The problem is that in v14 with this Rule, the users of the child company also see the products of the Parent company!
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Sep 21
|
1578 | ||
|
1
Aug 24
|
535 | ||
|
2
Mar 24
|
514 | ||
|
1
Mar 24
|
306 | ||
|
0
Mar 24
|
243 |