<field name="company_id" groups="base.group_multi_company"/>
<field name="project_id" optional="show"/>
<tree
delete="false"
decoration-muted="state == 'cancel'"
decoration-danger="state == 'draft'"
>
<form string="Product out" delete="false">
<header>
<button name="get_off" string="Get off" class="oe_highlight" type="object"
attrs="{'invisible': [('state','not in',('draft'))]}"/>
<field name="state" widget="statusbar"/>
</header>
<sheet>
```