还原注释代码

This commit is contained in:
jinling.yang
2024-09-19 08:45:50 +08:00
parent 190d6da217
commit 9dfe34ce9a
3 changed files with 3 additions and 3 deletions

View File

@@ -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="表面工艺可选参数")