Metadata-Version: 2.0
Name: odoo8-addon-l10n-ro-partner-create-by-vat
Version: 8.0.1.0.0.99.dev3
Summary: Romania - Partner Create by VAT
Home-page: https://www.forbiom.eu
Author: UNKNOWN
Author-email: UNKNOWN
License: AGPL-3
Platform: UNKNOWN
Requires-Dist: odoo (<9.0a,>=8.0a)
Requires-Dist: odoo8-addon-partner-create-by-vat
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

===============================
Romania - Partner Create by VAT
===============================

This module allows you to create the partners (companies) based on their
VAT number. It will complete the name, address of the partner from
different sources.

Sources from where the datas are fetched:

Romanian Ministry of Finance
http://www.mfinante.ro/infocodfiscal.html

OpenAPI
http://openapi.ro/#company

The module depends on the "partner_create_by_vat" module, which fetches datas from
VIES Service (based on stdnum python)
http://ec.europa.eu/taxation_customs/vies/vieshome.do

Installation
============

To install this module, you need to:

* clone the branch 8.0 of the repository https://github.com/OCA/l10n-romania
* add the path to this repository in your configuration (addons-path)
* update the module list
* search for "Romania - Partner Create by VAT" in your addons
* install the module

Usage
=====

On the partner form view you will have a button in the header, called "Get Partner Data", available only on companies (is_company field set to True).
Pushing the button will fetch datas based on the folowing order:

* If it'a a romanian company, the first source used is the Romanian Ministry of Finance, if an error is raised, the OpenAPI source is used.
* If it's not a romanian company, will use the datas from VIES Webservice if they are available.

Note:

* OpenAPI service is not always up to date with all the modifications from Ministry of Finance.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/177/8.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-romania/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/l10n-romania/issues/new?body=module:%20l10n_ro_partner_create_by_vat%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------

* Fekete Mihai <feketemihai@gmail.com>
* Dorin Hongu <dhongu@gmail.com>
* Adrian Vasile <adrian.vasile@gmail.com>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.


