forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
30 lines (29 loc) · 855 Bytes
/
__openerp__.py
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
27
28
29
30
# -*- coding: utf-8 -*-
# See README.rst file on addon root folder for license details
{
"name": "Punto de venta adaptado a la legislación española",
"version": "8.0.1.0.0",
"author": "Antiun Ingeniería S.L., "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Spanish Localization Team, "
"Odoo Community Association (OCA)",
"website": "http://www.antiun.com",
"license": "AGPL-3",
"category": "Point Of Sale",
"depends": [
'base',
'point_of_sale',
'pos_pricelist'
],
'data': [
"views/pos_template.xml",
"views/point_of_sale_view.xml",
"views/point_of_sale_report.xml",
"reports/common.xml",
"reports/receipt_report.xml",
],
"qweb": [
'static/src/xml/pos.xml',
],
'installable': False,
}