forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 743 Bytes
/
Copy path__manifest__.py
File metadata and controls
23 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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": "17.0.1.0.0",
"depends": ["point_of_sale", "l10n_es"],
"data": ["views/pos_views.xml", "views/res_config_settings_views.xml"],
"assets": {
"point_of_sale._assets_pos": [
"l10n_es_pos_oca/static/src/**/*",
],
},
"installable": True,
"post_init_hook": "post_init_hook",
"uninstall_hook": "uninstall_hook",
}