Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

How to get pdf file while printing report in odoo 10?

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
reportodoo
8833 Visninger
Avatar
KLN

I have used this code but not working returning empty PDF file in odoo 10

result = self.env['report'].sudo().get_pdf([order.id], 'equipment_management.report_gatepass')



full report template xml code:



<?xml version="1.0" encoding="utf-8"?>
  <openerp>
    <data>
      <report id="equipment_action"
          model="calibration.details"
          string="Gatepass "
          report_type="qweb-pdf"
          name="equipment_management.report_gatepass"
          file="equipment_management.report_gatepass"
          />

      <record id="paperformats" model="report.paperformat">
          <field name="name">European A4 low margins</field>
          <field name="default" eval="True" />
          <field name="format">A4</field>
          <field name="page_height">0</field>
          <field name="page_width">0</field>
          <field name="orientation">Portrait</field>
          <field name="margin_top">20</field>
          <field name="margin_bottom">20</field>
          <field name="margin_left">20</field>
          <field name="margin_right">20</field>
          <field name="header_line" eval="False" />
          <field name="header_spacing">10</field>
          <field name="dpi">90</field>
      </record>

      <record id="equipment_management.equipment_action" model="ir.actions.report.xml">
          <field name="paperformat_id" ref="equipment_management.paperformats" />
      </record>
      <template id="report_gatepass">
          <t t-call="report.html_container">
          <t t-set="counter" t-value="001"/>
            <t t-foreach="docs" t-as="o">
                <div class="page">
                    <style>
                        .box{
                        background: black;
                        max-width: 250px;
                        text-align:center;
                        color:white;}
                    </style>
                    <div class="row">
                        <table width="100%" cellpadding="0px" cellspacing="0px" style="border:1px solid black">
                            <tr style="border-bottom:1px solid black">
                                <td width="20%" valign="top" align="center" padding="15px">
                                    <img t-att-src="'data:image/png;base64,%s' % res_company.logo" height="100px" width="90px" />
                                </td>
                                <td width= "80%">
                                    <div style="font-size:18px;"><center><b><t t-if="res_company.name" t-esc="res_company.name"/></b></center></div>
                                    <div style="font-size:12px;"><center><t t-if="res_company.rml_header1" t-esc="res_company.rml_header1"/></center></div>
                                    <div style="font-size:12px"><center><t t-if="res_company.street" t-esc ="res_company.street"/>  <t t-if="res_company.street2" t-esc ="res_company.street2"/>  <t t-if="res_company.state_id" t-esc ="res_company.state_id.name"/>  <t t-if="res_company.country_id" t-esc ="res_company.country_id.name"/></center></div>
                                    <div style="font-size:12px"><center>Tel No.<t t-if="res_company.phone" t-esc ="res_company.phone"/>,  Fax<t t-if="res_company.fax" t-esc ="res_company.fax"/>,  Email <t t-if="res_company.email" t-esc ="res_company.email"/>,  Website <t t-if="res_company.website" t-esc ="res_company.website"/></center></div>
                                </td>
                            </tr>
                            <tr>
                                <td colspan="2" width="100%" style="font-size:24px"><center><div class="box"><strong>GATEPASS</strong></div></center></td>
                            </tr>
                            <tr style="border-bottom:1px solid black">
                                <td colspan="2" width="100%" style="font-size:14px"><center><strong>(NIWE-Returnable Material)</strong></center></td>
                            </tr>
                            <tr style="border-bottom:1px solid black">
                                <td colspan="2">
                                    <table width="100%" cellpadding="0px" cellspacing="0px">
                                        <tr>
                                            <td width="25%" style="font-size:14px;line-height:300%;"><center><strong>Reference No.:</strong></center></td>
                                            <td width="25%" style="font-size:14px;line-height:300%;text-align:left;"><strong><t t-esc="o.name"/></strong></td>
                                            <td width="25%" style="font-size:14px;line-height:300%;"><center><strong>Date:</strong></center></td>
                                            <td width="25%" style="font-size:14px;line-height:300%;text-align:left"><strong><span t-field="o.date" t-field-options='{"format": "dd-MM-y"}'/></strong></td>
                                        </tr>
                                    </table>
                                </td>  
                            </tr>
                            <tr style="border-bottom:1px solid black">
                                <td colspan="2">
                                    <table width="100%" cellpadding="0px" cellspacing="0px" style="font-size:12px">
                                        <tr style="border-bottom:1px solid black;height:50px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">1</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Name and Designation of the Person taking the Material</td>
                                            <td width="42%" style="padding-left:5px"><t t-if="o.responsible_person.name" t-esc="o.responsible_person.name"/></td>
                                        </tr>
                                        <tr style="border-bottom:1px solid black;height:60px;">                                        
                                            <td width="5%" style="text-align:center;border-right:1px solid black">2</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Address of supplier taking material out of NIWE Campus(with phone No.)</td>
                                            <td width="42%" style="padding-left:5px">
                                            <div style="font-size:12px"><t t-if="o.responsible_person.street" t-esc ="o.responsible_person.street"/></div>
                                            <div><t t-if="o.responsible_person.street2" t-esc ="o.responsible_person.street2"/></div>
                                            <div><t t-if="o.responsible_person.state_id" t-esc ="o.responsible_person.state_id.name"/> </div>
                                            <div><t t-if="o.responsible_person.country_id" t-esc ="o.responsible_person.country_id.name"/></div>
                                            <div style="font-size:12px"><t t-if="o.responsible_person.phone" t-esc ="o.responsible_person.phone"/></div>
                                            <div><t t-if="o.responsible_person.mobile" t-esc ="o.responsible_person.mobile"/></div>
                                            </td>
                                        </tr>
                                        <tr style="border-bottom:1px solid black;height:60px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">3</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Description of items with its serial Number and Quantity etc.,</td>
                                            <td width="42%" style="padding-left:5px">
                                                <div><b>Name:</b><t t-if="o.instrument.name" t-esc="o.instrument.name"/></div>
                                                <div><b>Serial No:</b><t t-if="o.serial" t-esc="o.serial"/></div>
                                                <div><b>Description:</b><t t-if="o.instrument.description" t-esc="o.instrument.description"/></div>
                                            </td>
                                        </tr>
                                        <tr style="border-bottom:1px solid black;height:60px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">4</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Purpose for which the Material(s) in/are being taken out</td>
                                            <td width="42%" style="padding-left:5px"><t t-if="o.purpose" t-esc="o.purpose"/></td>
                                        </tr>
                                        <tr style="border-bottom:1px solid black;height:60px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">5</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Probable date of return of Material if any</td>
                                            <td width="42%" style="padding-left:5px"><t t-if="o.date_of_return"><span t-field="o.date_of_return" t-field-options='{"format": "dd-MM-y"}'/></t></td>
                                        </tr>
                                        <tr style="border-bottom:1px solid black;height:60px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">6</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">NIWE-officer responsible for inspection Returning the Material</td>
                                            <td width="42%" style="padding-left:5px"><t t-if="o.officer.name" t-esc="o.officer.name"/></td>
                                        </tr>
                                        <tr style="height:60px;">
                                            <td width="5%" style="text-align:center;border-right:1px solid black">7</td>
                                            <td width="53%" style="padding-left:5px;border-right:1px solid black">Any other Informations</td>
                                            <td width="42%" style="padding-left:5px"><t t-if="o.other_info" t-esc="o.other_info"/></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                        <table style="font-size:12px" width="100%">
                            <tr>
                                <br/><br/><br/><br/>
                            </tr>
                            <tr>
                                <td width="35%" style="text-align:left"><span><div>Signature of the person taking the</div>
                                <div>Material out NIWE Campus</div></span></td>
                                <td width="35%"><span><div>Signature of the Officer/Material</div><div style="text-align:center">Indenter</div></span></td>
                                <td width="30%" style="text-align:right">Signature of Head/Project Leader</td>
                            </tr>
                        </table>
                        <table style="font-size:12px" width="100%">
                            <tr>
                                <br/><br/><br/><br/>
                            </tr>
                            <tr>
                                <td width="50%" style="text-align:left">Authorized Signatory</td>
                                <td width="50%" style="text-align:right"><span>Signature of Security Officer/Security
                                <div>Guard on duty in NIWE</div></span></td>
                            </tr>
                        </table>
                    </div>
                </div>
            </t>
          </t>
      </template>
</data>
</openerp>

0
Avatar
Kassér
Pravitha

can you post the python function you wrote to invoke the call to print report

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
How can I create and save a report in the attachments?
report odoo
Avatar
0
sep. 24
2488
Odoo Report - getting currently singular active ID
report odoo
Avatar
0
mar. 18
4300
Problem of printing odoo reports in a VPS Løst
report odoo
Avatar
1
nov. 16
3835
How to make a button print with two choices in odoo
report odoo
Avatar
Avatar
1
jan. 16
5095
How to call report from button (Odoo) Løst
report odoo
Avatar
Avatar
1
okt. 15
18588
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now