odooapps/sale_order_batch/__manifest__.py
Niels Göttsch 396894a948
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
tests / Detect unreleased dependencies (push) Waiting to run
tests / test with OCB (push) Waiting to run
tests / test with Odoo (push) Waiting to run
[FIX] sale_order_batch: fix float rounding issue in constraint
2026-06-01 12:23:48 +02:00

20 lines
633 B
Python

{
"name": "Sale Order Batch",
"summary": "Group Sale Orders into a batch",
"author": "BAKEUP,Niels Göttsch",
"website": "https://ziemlichoptimal.de",
"category": "Sale",
"version": "16.0.2.4.3",
"depends": ["sale", "product"],
"data": [
"security/ir.model.access.csv",
"security/ir_rules.xml",
"views/sale_order_batch_views.xml",
"views/sale_order_batch_product_views.xml",
"views/sale_order_views.xml",
"views/sale_menus.xml",
"wizard/sale_order_batch_cancel_wizard.xml",
"data/ir_sequence_data.xml",
],
"license": "LGPL-3",
}