这个相关领域在中工作正常odoo 9
,但在odoo 10
. customer_id
当我使用 . 创建新记录时,该字段未更新nomor_hp_id
。
nomor_hp_id = fields.Many2one(
string='Nomor hp',
comodel_name='nomor.hp',
ondelete='cascade',
)
customer_id = fields.Many2one(
string='Customer',
related='nomor_hp_id.customer_id',
ondelete='cascade',
store=True,
readonly=True,
)
尝试启动新数据库,但结果仍未更新。