You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
513 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
  4. {'name': 'Web Access Rules Buttons',
  5. 'summary': 'Disable Edit button if access rules prevent this action',
  6. 'version': '10.0.1.0.0',
  7. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  8. 'license': 'AGPL-3',
  9. 'category': 'Web',
  10. 'depends': ['web',
  11. ],
  12. 'website': 'http://www.camptocamp.com',
  13. 'data': ['views/web_access_rule_buttons.xml',
  14. ],
  15. 'installable': True,
  16. }