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 = [
|
||||
# 清除库存单据
|
||||
['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:
|
||||
|
||||
Reference in New Issue
Block a user