Files
Odoo-18.0-20251222/sale_stock_picking_blocking/__manifest__.py
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

26 lines
899 B
Python
Executable File

# 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,
}