0

I define access rules, that don't permit read. But it remained readable! So object-level permissions don't work for Transient Model?

  • Context is important. Please go over [how to ask](https://stackoverflow.com/help/how-to-ask) and [on-topic](https://stackoverflow.com/help/on-topic) again – Patrick Artner Mar 02 '18 at 18:56

1 Answers1

0

in Odoo, ACLs only apply to regular models and don't need to be defined for Abstract or Transient models, if defined, these will be disregarded and a warning message will be triggered into the server log.

Nehemias Herrera
  • 1,751
  • 1
  • 14
  • 12