This commit is contained in:
ivan deng
2018-02-04 00:46:13 +08:00
parent 458bd8ef32
commit 6fce3d4331
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
# description:
{
'name': 'App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Delete clear)',
'version': '10.0.2.1',
'version': '10.0.2.4',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'http://www.sunpop.cn',

View File

@@ -276,7 +276,6 @@ class AppThemeConfigSettings(models.TransientModel):
def remove_inventory(self):
to_removes = [
# 清除库存单据
['procurement.order', ],
['stock.quant', ],
['stock.quant.package', ],
['stock.quant.move.rel', ],
@@ -288,7 +287,9 @@ class AppThemeConfigSettings(models.TransientModel):
['stock.inventory', ],
['stock.production.lot', ],
['stock.fixed.putaway.strat', ],
['make.procurement', ],
['procurement.order', ],
['procurement.group', ],
]
try:
for line in to_removes :