hexya icon indicating copy to clipboard operation
hexya copied to clipboard

Multi sub-company support.

Open havietnam opened this issue 8 years ago • 2 comments

Does Hexya support multi sub-company? As I understand, allocate permissions for users by using groups is not enough (when create more and more sub-company). Can you tell me how to? Or do you have any plan for? Thanks in advanced. P/S: Below slide briefs what I want to say: https://www.slideshare.net/openobject/francois-multi-company

havietnam avatar Oct 16 '17 02:10 havietnam

To support multi sub-company as in Odoo, we need 3 different mechanism:

  • Record Rules to automatically filter records according to some rules (in this context, according to the company) in an independent way from ACL and groups.
  • Property fields to be able to have the same field have different values per company (e.g. sale tax for a product)
  • Specific modules to master inter-company workflows (e.g. creating a purchase order to another company should create a sale order in that company, same for invoices, etc.)

As for now:

  • Record rules mechanism are implemented
  • We have plans to have property fields, but we are still thinking about how to make it an efficient way (not like Odoo where all of them are in a single table)
  • We will certainly make the inter-company workflow modules too.

npiganeau avatar Oct 16 '17 15:10 npiganeau

yes, how to make data of them alone but relate to each other is a big work.

hzmsrv avatar Mar 05 '19 17:03 hzmsrv