forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
25 lines (24 loc) · 899 Bytes
/
__manifest__.py
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 2019 ForgeFlow S.L.
# (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Sale Stock Picking Blocking",
"summary": "Allow you to block the creation of deliveries from a sale order.",
"version": "16.0.1.2.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sales",
"depends": ["sale_stock"],
"data": [
"security/ir.model.access.csv",
"security/sale_stock_picking_blocking_security.xml",
"data/sale_stock_picking_blocking_data.xml",
"views/sale_stock_picking_blocking_reason_view.xml",
"views/sale_order_view.xml",
"views/res_partner_view.xml",
"views/account_payment_term_view.xml",
],
"license": "AGPL-3",
"installable": True,
"application": False,
}