Hi, I created an independent module in odoo 16. In it I have a field that is "price_cost" and it is monetary, for it to work in my model declare currency_id=fields.Many2one('res.currency', string='currency').
In my list view, I have the the currency_idinvisible field and
price_cost options={'currency_field': 'currency_id'}/> . but in my view when I fill fields I don't get my currency symbol, help.