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.

14 lines
484 B

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