-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (23 loc) · 733 Bytes
/
__manifest__.py
File metadata and controls
23 lines (23 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2024 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Sale Order Split Strategy",
"summary": "Define strategies to split sales orders",
"version": "18.0.1.1.0",
"development_status": "Alpha",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-workflow",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["grindtildeath"],
"license": "AGPL-3",
"depends": [
"sale",
],
"data": [
"security/ir.model.access.csv",
"views/mail_message_template.xml",
"views/res_config.xml",
"views/sale_order_split_strategy.xml",
"views/sale_order.xml",
],
}