fix customize

This commit is contained in:
ivan deng
2019-01-23 22:53:32 +08:00
parent 6688adff6b
commit 6fa1ef53cf

View File

@@ -287,9 +287,10 @@ class ResConfigSettings(models.TransientModel):
to_removes = [ to_removes = [
# 清除库存单据 # 清除库存单据
['stock.quant', ], ['stock.quant', ],
['stock.quant.package', ],
['stock.quant.move.rel', ],
['stock.move.line', ], ['stock.move.line', ],
['stock.package.level', ],
['stock.quantity.history', ],
['stock.quant.package', ],
['stock.move', ], ['stock.move', ],
['stock.pack.operation', ], ['stock.pack.operation', ],
['stock.picking', ], ['stock.picking', ],
@@ -298,8 +299,6 @@ class ResConfigSettings(models.TransientModel):
['stock.inventory', ], ['stock.inventory', ],
['stock.production.lot', ], ['stock.production.lot', ],
['stock.fixed.putaway.strat', ], ['stock.fixed.putaway.strat', ],
['make.procurement', ],
['procurement.order', ],
['procurement.group', ], ['procurement.group', ],
] ]
try: try: