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.

70 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. ==============================================
  4. Automatic partner creation based on VAT number
  5. ==============================================
  6. This module allows you to create the partners (companies) based on their VAT number.
  7. Name and address of the partner will automatically be completed via VIES Webservice.
  8. VIES Service (based on stdnum python)
  9. http://ec.europa.eu/taxation_customs/vies/vieshome.do
  10. Installation
  11. ============
  12. To install this module, you need to:
  13. #. Clone the branch 10.0 of the repository https://github.com/OCA/partner-contact
  14. #. Add the path to this repository in your configuration (addons-path)
  15. #. Update the module list
  16. #. Search for "Partner Create by VAT" in your addons
  17. #. install the module
  18. Usage
  19. =====
  20. On the partner's form view you will have a button in the header, called
  21. "Get Vies Data", available only on companies (is_company field set to True).
  22. Clicking the button will fetch data, when available, from the VIES Webservice, for most of
  23. the EU countries.
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/134/10.0
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  30. In case of trouble, please check there if your issue has already been reported.
  31. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Images
  35. ------
  36. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  37. Contributors
  38. ------------
  39. * Fekete Mihai <feketemihai@gmail.com>
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit https://odoo-community.org.