Modification for OOo fields
authorFabien Pinckaers <fp@tinyerp.com>
Fri, 8 Jun 2007 05:37:02 +0000 (05:37 +0000)
committerFabien Pinckaers <fp@tinyerp.com>
Fri, 8 Jun 2007 05:37:02 +0000 (05:37 +0000)
bzr revid: fp@tinyerp.com-1ba19d8211ca846b8ea1dc87d143d29efe247079

addons/base_report_designer/wizard/tiny_sxw2rml/normalized_oo2rml.xsl

index 5a2b88f..3bfb5d1 100644 (file)
   </xsl:if>
 </xsl:template>
 
+<xsl:template match="text:drop-down">
+    <xsl:value-of select="text:label[2]/@text:value" />
+</xsl:template>
+
+
 <xsl:template match="text:p|text:h">
        <xsl:param name="skip_draw" select="1" />
   <xsl:if test="boolean(key('page_break_before',@text:style-name))" >