Skip to content

Commit

Permalink
Improved tile.category form view
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantodorovich authored and legalsylvain committed Feb 16, 2018
1 parent 5d88830 commit fb01e50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions web_dashboard_tile/views/tile.xml
Expand Up @@ -152,11 +152,15 @@
<record model="ir.ui.view" id="dashboard_tile_category_form_view">
<field name="model">tile.category</field>
<field name="arch" type="xml">
<form string="Stage of Notes">
<group>
<form string="Category">
<group col="4" colspan="4">
<field name="name"/>
<field name="sequence"/>
<field name="fold"/>
</group>
</form>


</field>
</record>

Expand Down

0 comments on commit fb01e50

Please sign in to comment.