mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Improved tile.category form view
This commit is contained in:
committed by
Sylvain LE GAL
parent
c6159f0e17
commit
338e1cad5f
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user