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.

16 lines
530 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Akretion (http://www.akretion.com)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. # @author Alexis de Lattre <alexis.delattre@akretion.com>
  5. {
  6. 'name': 'Base VAT Sanitized',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Hidden/Dependency',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Adds field sanitized_vat on partners',
  11. 'author': 'Akretion,Odoo Community Association (OCA)',
  12. 'website': 'http://www.akretion.com',
  13. 'depends': ['base_vat'],
  14. 'installable': True,
  15. }