mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix customize
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user