forked from Tecnativa/e-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__openerp__.py
More file actions
26 lines (25 loc) · 747 Bytes
/
__openerp__.py
File metadata and controls
26 lines (25 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- coding: utf-8 -*-
# © 2016 Sergio Teruel <sergio.teruel@tecnativa.com>
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Website Sale Checkout Country VAT",
"summary": "Autocomplete VAT in checkout process",
"version": "9.0.1.0.0",
"category": "Website",
'website': 'http://www.tecnativa.com',
'author': 'Tecnativa, '
'Odoo Community Association (OCA)',
'license': 'LGPL-3',
"application": False,
"installable": True,
"depends": [
"base_vat",
"website_sale",
"website_snippet_country_dropdown",
],
"data": [
"views/assets.xml",
"views/templates.xml",
],
}