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.

71 lines
2.4 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 8.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/8.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. `here <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_create_by_vat%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  33. Credits
  34. =======
  35. Images
  36. ------
  37. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  38. Contributors
  39. ------------
  40. * Fekete Mihai <feketemihai@gmail.com>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.