我有一个指向product.template
实例的模型:
在模型的一种内部方法中,我试图通过执行以下操作来检索该指向实例的名称:
self.related_product_id.name
模型中self.related_product_id
的位置是
related_product_id = fields.Many2one(
'product.template',
string='Master Product'
)
这将返回主要语言的名称 。
在变量language
包含我们感兴趣的翻译的情况下,如何检索翻译的名称:
language = translation.lang