mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-12-25 05:41:47 +00:00
12 lines
256 B
Python
12 lines
256 B
Python
|
# © 2018 Apruzzese Francesco <f.apruzzese@apuliasoftware.it>
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
from flectra import fields, models
|
||
|
|
||
|
|
||
|
class ResPartner(models.Model):
|
||
|
|
||
|
_inherit = 'res.partner'
|
||
|
|
||
|
fax = fields.Char()
|