diff options
Diffstat (limited to 'indoteknik_custom/views/product_sla.xml')
| -rw-r--r-- | indoteknik_custom/views/product_sla.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indoteknik_custom/views/product_sla.xml b/indoteknik_custom/views/product_sla.xml index cec3f980..d0d3f84a 100644 --- a/indoteknik_custom/views/product_sla.xml +++ b/indoteknik_custom/views/product_sla.xml @@ -18,15 +18,15 @@ <field name="arch" type="xml"> <form> <sheet string="Product Sla"> + <group> <group> - <group> - <field name="product_variant_id"/> - <field name="avg_leadtime"/> - <field name="sla"/> - <field name="version"/> - </group> + <field name="product_variant_id"/> + <field name="avg_leadtime"/> + <field name="sla"/> + <field name="version"/> </group> - </sheet> + </group> + </sheet> </form> </field> </record> |
