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.

13 lines
445 B

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