__manifest__.py 281 B

12345678910111213
  1. {
  2. 'name': 'test of access rights and rules',
  3. 'description': "Testing of access restrictions",
  4. 'version': '0.0.1',
  5. 'category': 'Hidden/Tests',
  6. 'data': [
  7. 'ir.model.access.csv',
  8. 'security.xml',
  9. 'data.xml',
  10. ],
  11. 'license': 'LGPL-3',
  12. }