forked from michel/Coworking
∕
This commit is contained in:
parent
912d4fdfc6
commit
eeffe7b5ba
@ -9,3 +9,5 @@ class CoworkerRelation(models.Model):
|
||||
_name = 'coworking.relation'
|
||||
_description = 'relation model definition'
|
||||
_order = 'id asc'
|
||||
|
||||
titre = fields.Char()
|
||||
|
@ -7,6 +7,9 @@
|
||||
<field name="model">coworking.relation</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="relation">
|
||||
<sheet>
|
||||
<field name="title" />
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
Loading…
Reference in New Issue
Block a user