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