clean up
This commit is contained in:
parent
1943ddc0f9
commit
ddff0b294e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ class ResPartner(models.Model):
|
||||||
|
|
||||||
surface = fields.Float(string='Surface')
|
surface = fields.Float(string='Surface')
|
||||||
ref_project = fields.Text(string='Project')
|
ref_project = fields.Text(string='Project')
|
||||||
intent = fields.Bollean(string='Intent')
|
intent = fields.Boolean(string='Intent')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue