Skip to content

Commit bfb0571

Browse files
[FIX] l10n_es_atc_mod425: Add explicit dependencies on required modules
This module needs these modules, but in Runbot all modules are installed, and l10n_es_atc_mod417 and l10n_es_atc_mod420 already have these dependencies. However, if you install only the l10n_es_atc_mod425 module, it fails.
1 parent 4b46e73 commit bfb0571

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

l10n_es_atc_mod425/__manifest__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111
"Odoo Community Association (OCA)",
1212
"website": "https://github.com/OCA/l10n-spain",
1313
"license": "AGPL-3",
14-
"depends": ["l10n_es_igic", "l10n_es_atc"],
14+
"depends": [
15+
"base_location",
16+
"l10n_es_igic",
17+
"l10n_es_atc",
18+
"report_xml",
19+
],
20+
"external_dependencies": {
21+
"deb": ["openjdk-8-jdk", "ttf-mscorefonts-installer", "fontconfig"],
22+
},
1523
"data": [
1624
"security/ir.model.access.csv",
1725
"security/l10n_es_atc_mod425_security.xml",

0 commit comments

Comments
 (0)