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

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

python - mayavi mapping a discrete colorbar on a surface -

class - Kivy: how to instantiate a dynamic classes in python -