nfu/nfu_wholesaler_exporter/__manifest__.py

11 lines
381 B
Python

{
"name": "NFU Wholesaler Exporter",
"summary": "Adds a CSV exporter to Sale Order Batch for Wholesalers",
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Sale",
"version": "16.0.1.2.1",
"depends": ["sale_order_batch", "nfu_sale_order_batch_packaging"],
"data": ["views/sale_order_batch_views.xml"],
"license": "LGPL-3",
}