You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
493 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013-2014 Savoir-faire Linux
  3. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  4. # Copyright 2017 Serpent Consulting Services Pvt. Ltd.
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. from odoo import fields, models
  7. class ResPartner(models.Model):
  8. _inherit = 'res.partner'
  9. phone_extension = fields.Char('Phone Extension', oldname="extension",
  10. help="Phone Number Extension.")