forked from michel/Coworking
Passage de data en demo
This commit is contained in:
parent
3330976fdd
commit
1c46c0f04e
@ -25,8 +25,8 @@
|
|||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'application': True,
|
'application': True,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'data': ['data/res_partner.xml'],
|
'data': [],
|
||||||
'demo': ['data/coworker_demo.xml'],
|
'demo': ['data/res_partner.xml'],
|
||||||
|
|
||||||
'depends': ['coworking_coworker', 'coworking_event']
|
'depends': ['coworking_coworker', 'coworking_event']
|
||||||
}
|
}
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<odoo>
|
|
||||||
<record id="name" model="res.partner">
|
|
||||||
<field name="name">Joe Robert</field>
|
|
||||||
<field name="contact_date">2017-11-29</field>
|
|
||||||
<field name="is_coworker" ref="True" />
|
|
||||||
<field name="coworker_type" ref="stafer" />
|
|
||||||
</record>
|
|
||||||
</odoo>
|
|
Loading…
Reference in New Issue
Block a user