This question has been flagged

Any module that implements Chart of Accounts Sequences? Anyone done such a module? For instance, in a multi-company environment, how can one differentiate the chart of accounts?

Avatar
Discard
Best Answer

Accounts are always linked to a company_id. This can be used in the filters of a view.

If you want to be extra secure, make a user specifically for each company that has only access to said company. When logging in with that user, he/she will only be able to view the accounts for that specific company.

Avatar
Discard