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
525 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.3.1.2',
  6. 'summary': 'Technical module that ease execution of onchange in Python code',
  7. 'author': 'Akretion,Camptocamp, ACSONE SA/NV, '
  8. '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. }