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.

17 lines
515 B

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