forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 838 Bytes
/
__manifest__.py
File metadata and controls
25 lines (24 loc) · 838 Bytes
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
# Copyright (C) 2022 - TODAY Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localization Sales commissions",
"summary": """Customization of Sales commissions
module for implementations in Brazil.""",
"category": "Localization",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["renatonlima"],
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.1.0.1",
"depends": [
"sale_commission",
"l10n_br_account",
],
"data": [
"views/res_config_settings_views.xml",
"wizards/wizard_invoice.xml",
],
"demo": ["demo/res_config_settings_demo.xml", "demo/sale_order_demo.xml"],
"installable": True,
"development_status": "Beta",
}