Add the 'model' field in ir.actions.report.xml form

bzr revid: p_christ@hol.gr-20081009102053-ljn6tntfqbn83uuq
This commit is contained in:
P. Christeas 2008-10-09 13:20:53 +03:00
parent aa652a1d82
commit 7a139b8a4f
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@
<form string="Report xml">
<field name="name" select="1"/>
<field name="type" select="1"/>
<field name="model" select="1" />
<field name="report_name" select="1"/>
<field name="report_xsl"/>
<field name="report_xml"/>