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.

15 lines
510 B

  1. # Copyright 2016-2017 Akretion (http://www.akretion.com)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Onchange Helper',
  5. 'version': '12.0.1.0.0',
  6. 'summary': 'Technical module that ease execution'
  7. ' of onchange in Python code',
  8. 'author': 'Akretion,Camptocamp,Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/server-tools',
  10. 'license': 'AGPL-3',
  11. 'category': 'Generic Modules',
  12. 'depends': ['base'],
  13. 'installable': True,
  14. }