fix stock

This commit is contained in:
Ivan Home
2019-11-13 03:32:43 +08:00
parent 564fd32478
commit f1ab6d9422
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'Odoo Customize(Boost,Debranding, My Odoo)', 'name': 'Odoo Customize(Boost,Debranding, My Odoo)',
'version': '13.19.11.12', 'version': '13.19.11.13',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Productivity', 'category': 'Productivity',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -351,14 +351,14 @@ class ResConfigSettings(models.TransientModel):
['stock.quantity.history', ], ['stock.quantity.history', ],
['stock.quant.package', ], ['stock.quant.package', ],
['stock.move', ], ['stock.move', ],
['stock.pack.operation', ], # ['stock.pack.operation', ],
['stock.picking', ], ['stock.picking', ],
['stock.scrap', ], ['stock.scrap', ],
['stock.picking.batch', ], ['stock.picking.batch', ],
['stock.inventory.line', ], ['stock.inventory.line', ],
['stock.inventory', ], ['stock.inventory', ],
['stock.production.lot', ], ['stock.production.lot', ],
['stock.fixed.putaway.strat', ], # ['stock.fixed.putaway.strat', ],
['procurement.group', ], ['procurement.group', ],
] ]
try: try: