Browse Source

remove version="7.0" tag as it breaks save button

It seems that this  version="7.0" tag is breaking save buttons for this form. I've manually removed the tag and everything is working fine. Is this tag really needed?
pull/333/head
Martronic SA 7 years ago
committed by GitHub
parent
commit
8a7d2aa751
  1. 2
      mis_builder/views/mis_report.xml

2
mis_builder/views/mis_report.xml

@ -95,7 +95,7 @@
<field name="name">mis.report.view.kpi.form</field>
<field name="model">mis.report.kpi</field>
<field name="arch" type="xml">
<form string="MIS Report KPI" version="7.0">
<form string="MIS Report KPI">
<group col="4">
<field name="description"/>
<field name="name"/>

Loading…
Cancel
Save