python - Openerp full access for a group -
How to set full access to a group in my custom module in OpenErp? Now some users do not have access to everywhere because they are filtered by domain_ filter.
You file a ir.model.access.csv , and all of them Give access to objects that you want for a specific user group.
Comments
Post a Comment