forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 1007 Bytes
/
__manifest__.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
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Punto de venta adaptado a la legislación española",
"category": "Sales/Point Of Sale",
"author": "Tecnativa, "
"Aselcis Consulting, "
"Acysos S.L., "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"version": "15.0.1.0.0",
"depends": ["point_of_sale"],
"data": ["views/pos_views.xml"],
"assets": {
"web.assets_qweb": [
"l10n_es_pos/static/src/xml/pos.xml",
"l10n_es_pos/static/src/xml/Screens/OrderManagementScreen/TicketScreen.xml",
],
"point_of_sale.assets": [
"l10n_es_pos/static/src/js/PaymentScreen.js",
"l10n_es_pos/static/src/js/models.js",
"l10n_es_pos/static/src/js/Screens/TicketScreen/TicketScreen.js",
],
},
"installable": True,
"post_init_hook": "post_init_hook",
"uninstall_hook": "uninstall_hook",
}