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.

13 lines
475 B

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