-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (20 loc) · 731 Bytes
/
__manifest__.py
File metadata and controls
20 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Sale invoice Policy",
"summary": """
Sales Management: let the user choose the invoice policy on the
order""",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sales Management",
"version": "19.0.1.0.0",
"license": "AGPL-3",
"depends": ["base", "sale_stock", "base_partition"],
"external_dependencies": {"python": ["openupgradelib"]},
"data": [
"views/res_config_settings_view.xml",
"views/sale_view.xml",
],
"pre_init_hook": "pre_init_hook",
}