stock_fix_unpicked_backorder/__manifest__.py
2026-02-26 15:24:52 +07:00

12 lines
330 B
Python

{
'name': 'Stock Fix Unpicked Backorder',
'version': '19.0.1.0.0',
'category': 'Inventory/Inventory',
'summary': 'Fixes Odoo 19 issue where lines with quantity are zeroed out on No Backorder',
'depends': ['stock'],
'data': [],
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}