nfu/sale_order_batch_stock/__manifest__.py
2024-07-24 08:37:23 +02:00

12 lines
373 B
Python

{
"name": "Sale Order Batch Stock Binding",
"summary": "Sale Order Batch Stock Bindingh",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "hidden",
"version": "16.0.0.0.1",
"depends": ["sale_order_batch", "sale_stock"],
"data": ["views/sale_order_batch_views.xml"],
"autoinstall": "True",
"license": "LGPL-3",
}