Reports in rml of Openerp

删除回忆录丶 提交于 2019-12-08 08:04:04

问题


In my purchase order report template i have a table that displays purchase order line details.that is the products i added in the purchase order.but when a minimum of 20 products is added the products in the template just overwritten on the footer of my purchase order template. i used tag for breaking page but didnt work.

<condPageBreak height="600"/> 

any help?


回答1:


By changing the height of the frame the problem gets resolved. my original frame id defenition was as follows:

<frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>

i changed the above to the below one:

<frame id="first" x1="18.0" y1="42.0" width="535" height="600"/> 


来源:https://stackoverflow.com/questions/10332293/reports-in-rml-of-openerp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!