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.

44 lines
1.6 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # This file is part of web_readonly_bypass,
  5. # an Odoo module.
  6. #
  7. # Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
  8. #
  9. # web_readonly_bypass is free software:
  10. # you can redistribute it and/or modify it under the terms of the GNU
  11. # Affero General Public License as published by the Free Software
  12. # Foundation,either version 3 of the License, or (at your option) any
  13. # later version.
  14. #
  15. # web_readonly_bypass is distributed
  16. # in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
  17. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  18. # PURPOSE. See the GNU Affero General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Affero General Public License
  21. # along with web_readonly_bypass.
  22. # If not, see <http://www.gnu.org/licenses/>.
  23. #
  24. ##############################################################################
  25. {
  26. 'name': 'Read Only ByPass',
  27. 'version': '9.0.1.0.1',
  28. "author": "ACSONE SA/NV, "
  29. "Tecnativa, "
  30. "Odoo Community Association (OCA)",
  31. "maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)",
  32. "website": "http://www.acsone.eu",
  33. 'category': 'Technical Settings',
  34. 'depends': [
  35. 'web',
  36. ],
  37. 'summary': 'Allow to save onchange modifications to readonly fields',
  38. 'data': [
  39. 'views/readonly_bypass.xml',
  40. ],
  41. 'installable': True,
  42. 'auto_install': False,
  43. 'license': 'AGPL-3'
  44. }