This question has been flagged
1 Reply
2171 Views

i made a view in database and a module do display it in ODOO

i added a many2one field in the view

how can I appy translation of the many2one field? 

Avatar
Discard
Best Answer

name = fields.Many2one(translate = True)

Avatar
Discard