You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
389 B
9 lines
389 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Create a default workspace while module installation -->
|
|
<record id="document_workspace_default" model="document.workspace">
|
|
<field name="name">My Workspace</field>
|
|
<field name="display_name">My Workspace</field>
|
|
<field name="description">The workspace here is the default</field>
|
|
</record>
|
|
</odoo>
|
|
|