mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
18 lines
669 B
Python
18 lines
669 B
Python
# Copyright 2024 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Glue module for DDMRP Sale and Dropshipping",
|
|
"summary": "Ignore qualified demand of sale quotes that are dropshipped.",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"maintainers": ["JordiMForgeFlow"],
|
|
"website": "https://github.com/OCA/ddmrp",
|
|
"category": "Warehouse Management",
|
|
"depends": ["ddmrp_sale", "stock_dropshipping"],
|
|
"data": [],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|