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:
|
# description:
|
||||||
{
|
{
|
||||||
'name': 'App Odoo Customize(Backend Debranding Title,Language,Documentation,Quick Debug,Delete clear)',
|
'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',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'http://www.sunpop.cn',
|
'website': 'http://www.sunpop.cn',
|
||||||
|
|||||||
@@ -276,7 +276,6 @@ class AppThemeConfigSettings(models.TransientModel):
|
|||||||
def remove_inventory(self):
|
def remove_inventory(self):
|
||||||
to_removes = [
|
to_removes = [
|
||||||
# 清除库存单据
|
# 清除库存单据
|
||||||
['procurement.order', ],
|
|
||||||
['stock.quant', ],
|
['stock.quant', ],
|
||||||
['stock.quant.package', ],
|
['stock.quant.package', ],
|
||||||
['stock.quant.move.rel', ],
|
['stock.quant.move.rel', ],
|
||||||
@@ -288,7 +287,9 @@ class AppThemeConfigSettings(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.order', ],
|
||||||
|
['procurement.group', ],
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
for line in to_removes :
|
for line in to_removes :
|
||||||
|
|||||||
Reference in New Issue
Block a user