Metadata-Version: 2.1
Name: odoo8-addon-base-vat-ar
Version: 8.0.1.0.0.99.dev4
Summary: base_vat_ar
Home-page: UNKNOWN
Author: E-MIPS,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)


This module provides:

* VAT Check for Argentina.
* Modification of check_vat_routine:
  The original routine, got the VAT Number an extract the first two letters
  and used them to as Country ISO Code to know the country of the partner and to call
  the routine related to this country.
  This module modify this, getting the country from the partner itself (the ISO Code has
  to be well defined) and if this is not defined, the original routine is executed.


