mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix stock
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{
|
||||
'name': 'Odoo Customize(Boost,Debranding, My Odoo)',
|
||||
'version': '13.19.11.12',
|
||||
'version': '13.19.11.13',
|
||||
'author': 'Sunpop.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'https://www.sunpop.cn',
|
||||
|
||||
@@ -351,14 +351,14 @@ class ResConfigSettings(models.TransientModel):
|
||||
['stock.quantity.history', ],
|
||||
['stock.quant.package', ],
|
||||
['stock.move', ],
|
||||
['stock.pack.operation', ],
|
||||
# ['stock.pack.operation', ],
|
||||
['stock.picking', ],
|
||||
['stock.scrap', ],
|
||||
['stock.picking.batch', ],
|
||||
['stock.inventory.line', ],
|
||||
['stock.inventory', ],
|
||||
['stock.production.lot', ],
|
||||
['stock.fixed.putaway.strat', ],
|
||||
# ['stock.fixed.putaway.strat', ],
|
||||
['procurement.group', ],
|
||||
]
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user