12 lines
330 B
Python
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',
|
|
}
|