-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
__manifest__.py
35 lines (34 loc) · 1.04 KB
/
__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
30
31
32
33
34
35
# Copyright (C) 2024 Dorin Hongu <dhongu(@)gmail(.)com
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Mesaje SPV",
"category": "Localization",
"countries": ["ro"],
"summary": "Romania - Mesaje SPV",
"depends": [
# "l10n_ro_account_anaf_sync",
"l10n_ro_edi",
"l10n_ro_efactura",
"account_edi",
],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"data/ir_cron_data.xml",
"views/account_invoice.xml",
"views/message_spv_view.xml",
],
"assets": {
"web.assets_backend": [
"l10n_ro_message_spv/static/src/js/message_spv.esm.js",
"l10n_ro_message_spv/static/src/js/message_spv.xml",
],
},
"license": "AGPL-3",
"version": "17.0.1.10.0",
"author": "Terrabit," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"installable": True,
"development_status": "Beta",
"maintainers": ["dhongu"],
}