Browse Source

[MIG] partner_vat_unique: Migration to 11.0

pull/663/head
Mike 6 years ago
committed by Koen Loodts
parent
commit
6a1df1c360
  1. 1
      partner_vat_unique/README.rst
  2. 3
      partner_vat_unique/__manifest__.py
  3. 1
      partner_vat_unique/models/res_partner.py
  4. 1
      partner_vat_unique/tests/test_vat_unique.py

1
partner_vat_unique/README.rst

@ -40,6 +40,7 @@ Contributors
* Ismael Calvo <ismael.calvo@es.gt.com>
* Vicent Cubells <vicent.cubells@tecnativa.com>
* Michael Michot <michotm@gmail.com>
Do not contact contributors directly about support or help with technical issues.

3
partner_vat_unique/__manifest__.py

@ -1,9 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Grant Thornton Spain - Ismael Calvo <ismael.calvo@es.gt.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Partner VAT Unique",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"category": "Customer Relationship Management",
"website": "https://github.com/OCA/partner-contact",
"author": "Grant Thornton S.L.P, Odoo Community Association (OCA)",

1
partner_vat_unique/models/res_partner.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Grant Thornton Spain - Ismael Calvo <ismael.calvo@es.gt.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

1
partner_vat_unique/tests/test_vat_unique.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Grant Thornton Spain - Ismael Calvo <ismael.calvo@es.gt.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Loading…
Cancel
Save