|
@ -5,7 +5,7 @@ _logger = logging.getLogger(__name__) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ResPartner(models.Model): |
|
|
class ResPartner(models.Model): |
|
|
_name = "res.partner" |
|
|
|
|
|
|
|
|
_inherit = "res.partner" |
|
|
|
|
|
|
|
|
phone2 = fields.Char("Phone 2", unaccent=False) |
|
|
phone2 = fields.Char("Phone 2", unaccent=False) |
|
|
mobile2 = fields.Char("Mobile 2", unaccent=False) |
|
|
mobile2 = fields.Char("Mobile 2", unaccent=False) |