Update res_partner.py
This commit is contained in:
parent
441175376b
commit
e7a360c2ca
1 changed files with 12 additions and 0 deletions
|
|
@ -1 +1,13 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from odoo import api, fields, models, _
|
||||||
|
from odoo.addons.website.models import ir_http
|
||||||
|
|
||||||
|
|
||||||
|
class ResPartner(models.Model):
|
||||||
|
_inherit = 'res.partner'
|
||||||
|
|
||||||
|
surface = fields.Float(string='Surface')
|
||||||
|
ref_project = fields.Text(string='Project')
|
||||||
|
intent = fields.Bollean(string='Intent')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue