Skip to content
Snippets Groups Projects
Commit 75cf3246 authored by szeka.wong's avatar szeka.wong
Browse files

Fix dimension and structure form views

parent f8b9d693
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<field name="name" class="oe_inline" placeholder="Dimension Name" <field name="name" class="oe_inline" placeholder="Dimension Name"
style="width: 6em" /> style="width: 6em" />
</h1> </h1>
<group colspan="4" col="4"> <group>
<field name="nc_ids" string="ANCs" <field name="nc_ids" string="ANCs"
context="{'default_nd_id': id}" /> context="{'default_nd_id': id}" />
</group> </group>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<label for="model_name" class="oe_edit_only" string="Target Model Name" /> <label for="model_name" class="oe_edit_only" string="Target Model Name" />
<field name="model_name" class="oe_edit_only" <field name="model_name" class="oe_edit_only"
placeholder="Target Model Name" /> placeholder="Target Model Name" />
<group colspan="4" col="4"> <group>
<field name="nd_id" /> <field name="nd_id" />
<newline /> <newline />
<field name="ordering" /> <field name="ordering" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment