Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
25
sale_stock_picking_blocking/__manifest__.py
Executable file
25
sale_stock_picking_blocking/__manifest__.py
Executable file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2024 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": "18.0.1.0.2",
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user