nfu/nfu_sale_order_batch_packaging/__manifest__.py

15 lines
505 B
Python

{
"name": "NFU Sale Order Batch Packaging",
"summary": "Add minimum and maximum order quantities to sale orders and batches and use default packaging",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Sale",
"version": "16.0.1.2.1",
"depends": ["sale", "sale_order_batch"],
"data": [
"views/sale_order_views.xml",
"views/sale_order_batch_views.xml",
"views/sale_order_batch_product_views.xml",
],
"license": "LGPL-3",
}