nfu/nfu_grell_exporter/__manifest__.py
2024-10-16 12:09:44 +02:00

11 lines
336 B
Python

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