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