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