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.

26 lines
962 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Forest and Biomass Services Romania
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Automatic partner creation based on VAT number',
  6. 'summary': 'Using VIES webservice, name and address information will '
  7. 'be fetched and added to the partner.',
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Customer Relationship Management',
  10. 'author': 'Forest and Biomass Services Romania, '
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://www.forbiom.eu',
  13. 'license': 'AGPL-3',
  14. 'application': False,
  15. 'installable': True,
  16. 'external_dependencies': {
  17. 'python': ['stdnum', 'suds'],
  18. },
  19. 'depends': ['base_vat'],
  20. 'data': ['views/res_partner_view.xml'],
  21. 'images': ['static/description/icon.png',
  22. 'static/description/customer.png',
  23. 'static/description/customer1.png'],
  24. 'auto_install': False,
  25. }