nfu/nfu_wholesaler_exporter/__manifest__.py
2024-10-16 14:55:24 +02:00

11 lines
347 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.0.1",
"depends": ["sale_order_batch"],
"data": ["views/sale_order_batch_views.xml"],
"license": "LGPL-3",
}