还原注释代码
This commit is contained in:
@@ -545,7 +545,7 @@ class ProductionLot(models.Model):
|
||||
|
||||
|
||||
class StockPicking(models.Model):
|
||||
_inherit = ['stock.picking']
|
||||
_inherit = 'stock.picking'
|
||||
|
||||
surface_technics_parameters_id = fields.Many2one('sf.production.process.parameter', string="表面工艺可选参数")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user