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.

21 lines
603 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'Read Only ByPass',
  6. 'version': '10.0.1.0.1',
  7. "author": "ACSONE SA/NV, Odoo Community Association (OCA)",
  8. "website": "http://www.acsone.eu",
  9. "license": "LGPL-3",
  10. 'category': 'Technical Settings',
  11. 'depends': [
  12. 'web',
  13. ],
  14. 'summary': 'Allow to save onchange modifications to readonly fields',
  15. 'data': [
  16. 'views/readonly_bypass.xml',
  17. ],
  18. 'installable': True,
  19. 'auto_install': False,
  20. }