Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi sub-company support. #9

Open
havietnam opened this issue Oct 16, 2017 · 2 comments
Open

Multi sub-company support. #9

havietnam opened this issue Oct 16, 2017 · 2 comments

Comments

@havietnam
Copy link

havietnam commented Oct 16, 2017

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

@npiganeau
Copy link
Member

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.

@hzmsrv
Copy link

hzmsrv commented Mar 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants