Hello,
In Odoo 16 community, I'm using € currency symbol, at right position.
In kanban and tree views, it's correct (e.g. 1,00 €), but in form, the currency symbol appears at left position (e.g. € 1,00).
In my python code:
currency_id = fields.Many2one(comodel_name='res.currency')
price = fields.Monetary(corrency_field='currency_id')
And in the xml form:
Thanks in advance,
Boris