更新同步模块
This commit is contained in:
@@ -52,3 +52,8 @@ class MrsProcessingTechnology(models.Model):
|
||||
process_encode = fields.Char("编码")
|
||||
production_process_ids = fields.Many2many('mrs.production.process', 'mrs_associated_processes',
|
||||
index=True)
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = 'product.template'
|
||||
_description = '产品'
|
||||
|
||||
Reference in New Issue
Block a user