fix #42 The completed receipt and Delivery cannot be deleted #42

This commit is contained in:
ivan deng
2022-03-01 12:51:33 +08:00
parent bc862e4b4b
commit 70fb64b7a2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -355,7 +355,7 @@ class ResConfigSettings(models.TransientModel):
# 清除库存单据 # 清除库存单据
['stock.quant', ], ['stock.quant', ],
['stock.move.line', ], ['stock.move.line', ],
['stock.package.level', ], 'stock.package_level',
['stock.quantity.history', ], ['stock.quantity.history', ],
['stock.quant.package', ], ['stock.quant.package', ],
['stock.move', ], ['stock.move', ],