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.

19 lines
706 B

  1. # Copyright (C) 2015 Forest and Biomass Romania
  2. # Copyright (C) 2020 NextERP Romania
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Partner Data VIES Populator",
  6. "summary": "Using VIES webservice, name and address information will "
  7. "be fetched and added to the partner.",
  8. "version": "14.0.1.0.1",
  9. "category": "Customer Relationship Management",
  10. "author": "NextERP Romania,"
  11. "Forest and Biomass Romania,"
  12. "Odoo Community Association (OCA)",
  13. "website": "https://github.com/OCA/partner-contact",
  14. "license": "AGPL-3",
  15. "depends": ["base_vat"],
  16. "external_dependencies": {"python": ["python-stdnum"]},
  17. "installable": True,
  18. }