This commit is contained in:
michel 2017-11-16 16:02:30 +01:00
parent 912d4fdfc6
commit eeffe7b5ba
2 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,5 @@ class CoworkerRelation(models.Model):
_name = 'coworking.relation'
_description = 'relation model definition'
_order = 'id asc'
titre = fields.Char()

View File

@ -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>