Skip to Content
Menu
This question has been flagged

Is it possible to override V7 fields with V8 related field?

I'm trying to do this for product.template but it does not work

fixed_price = fields.Float(string="Fixed sale price", digits=dp.get_precision('Product Price'))
lst_price = fields.Float(related='fixed_price')
list_price = fields.Float(related='fixed_price')
Avatar
Discard
Related Posts Replies Views Activity
0
May 16
3080
2
Apr 24
9225
3
Jan 18
9314
3
Jul 25
9090
1
May 25
1330