res_partner.py 178 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 from odoo import api, fields, models class ResPartner(models.Model): _description = 'Location' _inherit = 'res.partner' geom = fields.GeoPolygon(index=True)