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.

21 lines
598 B

  1. # -*- coding: utf-8 -*-
  2. # Author: Sébastien BEAU <sebastien.beau@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Partner Helper',
  6. 'version': '10.0.0.1.0',
  7. 'author': "Akretion,Odoo Community Association (OCA)",
  8. 'maintainer': 'Akretion',
  9. 'category': 'Warehouse',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'summary': "Add specific helper methods",
  14. 'website': 'http://www.akretion.com/',
  15. 'data': [],
  16. 'tests': [],
  17. 'installable': True,
  18. 'auto_install': False,
  19. 'license': 'AGPL-3',
  20. 'application': False,
  21. }