Add demo xml file and manifest

This commit is contained in:
michel 2017-11-29 11:06:03 +01:00
parent 60d4824375
commit 31306e5b57
2 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
'application': False,
'installable': True,
'data': ['views/res_partner_views.xml'],
'demo': ['data/demo_coworker.xml'],
'depends': ['coworking_base']
}