I tried to use the storyPlace element in RML. But when I used it in OpenERP it did not work.
This is my code:
<story>
<storyPlace x="1cm" y="0cm" width="10cm" height="1cm" origin="page">
<para>Text inside storyPlace</para>
</storyPlace>
<para>Text outside storyPlace</para>
</story>
The text inside storyPlace not be displayed. but the text outside storyPlace can be displayed as normal. How can I make storyPlace work?