odoo 订单打印 会出现字体. ........... 虚线问题


在表头加 红色部分
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="print_debang_kd">
<t t-call="report.html_container">
<t t-foreach="docs" t-as="o">

<div class="page" style="margin-top:0px">
<style type="text/css">
.gxtr >th{
text-align:center;
border: 1px solid #000;
background-color:#BEBEBE
}
.gxtr >td {
border: 1px solid #000;
text-align:center;
}
.gxdiv{border-left:1px solid #000;border-right:1px solid #000;border-top:1px solid #000;border-bottom:1px solid #000}
</style>
<table style="width:100%;height:100%;">
<tr height="40" >





</t>
posted @ 2017-09-06 14:15  何双新  阅读(342)  评论(0编辑  收藏  举报