Float and Monetary Fields in Odoo — a practical guide to Odoo Float Monetary with clear examples you can reuse in real projects.
Odoo Tutorial Series (18/112). Prefer one article? Read the complete Odoo tutorial.
Short description
Monetary fields pair with res.currency for correct display and rounding.
Monetary tip
currency_id = fields.Many2one('res.currency')
amount = fields.Monetary(currency_field='currency_id')