mirror of
https://github.com/bringout/oca-warehouse.git
synced 2026-04-18 04:22:01 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
650 B
Python
20 lines
650 B
Python
# Copyright 2014 Numérigraphe
|
|
# Copyright 2016 Sodexis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock available to promise",
|
|
"version": "16.0.1.1.0",
|
|
"author": "Numérigraphe, Sodexis, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-availability",
|
|
"development_status": "Production/Stable",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"views/product_template_view.xml",
|
|
"views/product_product_view.xml",
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|