odoo10 report自定义paperformat,就是自定义打印的纸张大小格式等

来源:互联网 发布:沙特王室知乎 编辑:程序博客网 时间:2024/05/29 18:33

在report.xml中添加

<record id="paperformat_euro_qingjia" model="report.paperformat">        <field name="name">European A4 low margin</field>        <field name="default" eval="True"/>        <field name="format">custom</field>        <field name="page_height">100</field>        <field name="page_width">100</field>        <field name="orientation">Portrait</field>        <field name="margin_top">0</field>        <field name="margin_bottom">0</field>        <field name="margin_left">0</field>        <field name="margin_right">0</field>        <field name="header_line" eval="False"/>        <field name="header_spacing">0</field>        <field name="dpi">80</field>    </record><report id="action_report_qingjia"model="qingjia.qingjiadan"string="打印请假单"report_type="qweb-pdf"name="qingjia.qingjiadan_action_report"paperformat="paperformat_euro_qingjia"/>

record id="paperformat_euro_qingjia" model="report.paperformat"

record id可以改为自己定义的新名字。

model=report.paperformat不要改动,就用这个。除了添加以上新代码,还需要在__mannifest__.xml中添加'depends': ['base','report']注意这一行改为custom  <field name="format">custom</field>格式改为custom后,才可以对后续数据进行更改,其余的格式,比如A4,都是有标准数据的。

report.xml所有代码如下:
<odoo><data><record id="paperformat_euro_qingjia" model="report.paperformat">        <field name="name">European A4 low margin</field>        <field name="default" eval="True"/>        <field name="format">custom</field>        <field name="page_height">100</field>        <field name="page_width">100</field>        <field name="orientation">Portrait</field>        <field name="margin_top">0</field>        <field name="margin_bottom">0</field>        <field name="margin_left">0</field>        <field name="margin_right">0</field>        <field name="header_line" eval="False"/>        <field name="header_spacing">0</field>        <field name="dpi">80</field>    </record><report id="action_report_qingjia"model="qingjia.qingjiadan"string="打印请假单"report_type="qweb-pdf"name="qingjia.qingjiadan_action_report"paperformat="paperformat_euro_qingjia"/><template id="minimal_layout" inherit_id="report.minimal_layout"><xpath expr="//head" position="inside"><link href="/qingjia/static/src/css/report.css" rel="stylesheet"/></xpath></template><template id="qingjiadan_action_report"> <t t-call="report.html_container"><div class="page"> <t t-call="qingjia.main_css"/><table class="test-report"><tr class="test-report"><td>名字</td><td>请假天数</td><td>开始日期</td><td>原因</td><td>状态</td></tr><t t-foreach="docs" t-as="o"><tr><td><t t-raw="o.name" /></td><td><t t-raw="o.days" /></td><td><t t-raw="o.startdate" /></td><td><t t-raw="o.reason" /></td><td><t t-raw="o.state" /></td></tr></t></table></div></t></template></data></odoo>


完整的Module代码:http://download.csdn.net/download/qingtianjushi/10129385
引用:https://www.odoo.com/forum/help-1/tag/paperformat-6371/questions

原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 汽车被刮了油漆怎么办 车被轻微刮花了怎么办 车被故意刮花了怎么办 车子自己刮花了怎么办 刚买的新车刮了怎么办 40周胎盘才一级怎么办 没感情了想离婚怎么办 对老公没感情了怎么办 和老公没感情了怎么办 跟老公没感情了怎么办 对老公感情淡了怎么办 和老公感情淡了怎么办 脖子又短又粗怎么办 18岁胸越来越小怎么办 觉得自己变丑了怎么办 我的皮肤很黑怎么办 喝老婆奶水会硬怎么办 真的很讨厌老公怎么办 老婆很讨厌我了怎么办 2岁泰迪牙齿掉了怎么办 4岁泰迪门牙掉了怎么办 种牙寿命结束后怎么办 后面的牙齿掉了怎么办 门牙齿掉了一颗怎么办 隆鼻后鼻头歪了怎么办 狗狗呕吐有虫子怎么办 狗狗呕吐出虫子怎么办 借债人无力还钱怎么办 微博被盗用了怎么办 我的眼袋很严重怎么办 怀孕了吐的很厉害怎么办 老婆怀孕吐的很厉害怎么办 孕妇6个月肚子疼怎么办 孕妇7个月肚子疼怎么办 辣椒吃多了胃疼怎么办 大腿内侧磨烂了怎么办 左脸腮帮子肿了怎么办 牙痛肿了半边脸怎么办 轮胎完全没气了怎么办 晚上车胎没气了怎么办 皇冠车胎没气了怎么办