mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt misc
This commit is contained in:
@@ -289,6 +289,7 @@ class ResConfigSettings(models.TransientModel):
|
||||
['stock.pack.operation', ],
|
||||
['stock.picking', ],
|
||||
['stock.scrap', ],
|
||||
['stock.picking.batch', ],
|
||||
['stock.inventory.line', ],
|
||||
['stock.inventory', ],
|
||||
['stock.production.lot', ],
|
||||
@@ -308,6 +309,7 @@ class ResConfigSettings(models.TransientModel):
|
||||
'|', ('code', '=', 'stock.lot.tracking'),
|
||||
'|', ('code', '=', 'stock.orderpoint'),
|
||||
'|', ('code', '=', 'stock.picking'),
|
||||
'|', ('code', '=', 'picking.batch'),
|
||||
'|', ('code', '=', 'stock.quant.package'),
|
||||
'|', ('code', '=', 'stock.scrap'),
|
||||
'|', ('code', '=', 'stock.picking'),
|
||||
|
||||
Reference in New Issue
Block a user