Hello All.
I'm currently working in a mutlicompany environment and I'm having several doubts with Stock Module. When we install a new DB we have this structure:
Partner Locations (Node) -> Customers , Suppliers (Leaves)
Physical Locations (Node) -> Transit Location , Stock (Leaves)
Virtual Locations (Node) -> Inventory Loss, Procurement, Production .... (Leaves)
These locations has "company_id" = False, I can use it with all the companies. So my question is, do I need to duplicate all the locations to all the companies or just duplicate the leaves and kept the nodes with no company? Which is the best practice?
Thank you!