forked from OCA/account-fiscal-rule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 726 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2021 Valentín Vinagre <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "L10n EU OSS",
"version": "14.0.1.1.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-fiscal-rule",
"author": "Sygel Technology," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"development_status": "Production/Stable",
"depends": ["account", "account_fiscal_position_partner_type"],
"data": [
"security/ir.model.access.csv",
"data/oss.tax.rate.csv",
"wizard/l10n_eu_oss_wizard.xml",
"views/res_config_settings.xml",
],
}