Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

how to properly change header and footer in external pdf report template

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
1 Odpowiedz
8757 Widoki
Awatar
Liechti Jean-Christophe

Hello, 

I'm very new to Odoo. I'm just trying to adapt the header and the footer of the external_layout_standard to fit my needs. 


I have created a custom module with a new paper_format.xml and a header_footer.xml overriding the default header and footer from web.external_layout_standard by using XPATH replace. 


So far I can load the module. When I do a modification, I restart the server, "update app list", upgrade my module and try to see the change by printing a "Quotation/Order" again. 


What is strange and drives me nuts is that I have the feeling the template is not always loaded the same... For example, sometimes the company address is displayed, sometimes not, suddenly a page is printed twice... 


I can't understand what I'm doing wrong. 


Can anybody recommend me a good tutorial on how to design PDF template and to understand the logic on how a page is built? 


Thank you in advance! 

JC


0
Awatar
Odrzuć
Divyansh Tripathi

share the code snippet please

Liechti Jean-Christophe
Autor

This is the __manifest__.py:

# -*- coding: utf-8 -*-

{

'name': 'DD module',

'version': '1.0',

'summary': 'Mainly a header and footer for print report',

'description': '',

'category': 'Productivity',

'author': 'JCL',

'website': '',

'license': '',

'depends': ['web', 'base'],

'data': [

'reports/header_footer.xml',

'reports/paper_format.xml',

],

'demo': [''],

'installable': True,

'application': True,

'auto_install': False,

}

And this is the header_footer.xml:

<?xml version="1.0" encoding="utf-8"?>

<odoo>

<template id="external_layout_standard_DD" inherit_id="web.external_layout_standard">

<!-- Custom Header for DD -->

<xpath expr="//div[1]" position="replace">

<div t-attf-class="header o_company_#{company.id}_layout" t-att-style="report_header_style">

<div class="row">

<div class="col-4 mb4">

<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" style="max-height: 45px;" alt="Logo"/>

</div>

</div>

<div class="row">

<div class="col-4 mb4" name="company_address">

<div t-field="company.partner_id"

t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}' style="font-size:6px"

/>

</div>

</div>

</div>

<div t-attf-class="article o_report_layout_standard o_company_#{company.id}_layout" t-att-data-oe-model="o and o._name" t-att-data-oe-id="o and o.id" t-att-data-oe-lang="o and o.env.context.get('lang')">

<div class="pt-5">

<!-- This div ensures that the address is not cropped by the header. -->

<t t-call="web.address_layout"/>

</div>

<t t-raw="0"/>

</div>

</xpath>

<!-- Custom Footer for DD -->

<!-- Custom footer -->

<xpath expr="//div/div[hasclass('text-center')]" position="replace">

<div class="text-center" style="border-top: 1px solid black;">

<ul class="list-inline mb4 text-nowrap">

<li t-if="company.phone" class="list-inline-item d-inline">Phone: <span class="o_force_ltr" t-field="company.phone"/></li>

<li t-if="company.email" class="list-inline-item d-inline">Email: <span t-field="company.email"/></li>

<li t-if="company.website" class="list-inline-item d-inline">Web: <span t-field="company.website"/></li>

<li t-if="company.vat" class="list-inline-item d-inline"><t t-esc="company.country_id.vat_label or 'Tax ID'"/>: <span t-field="company.vat"/></li>

</ul>

</div>

</xpath>

</template>

</odoo>

Awatar
Cybrosys Techno Solutions Pvt.Ltd
Najlepsza odpowiedź

Hi,

you can try this code in your XML file:


<template id="custom_purchase_header_footer"               inherit_id="web.external_layout_striped">

<xpath expr="//div[1]" position="replace">

   <div t-attf-class="o_company_#{company.id}_layout header" t-att-style="report_header_style">

     <div class="o_background_header" style="position:absolute;">

       <div class="float-right">

            <h3 class="mt0 text-right" t-field="company.report_header"/>

       </div>

        <div class="header_content float-right">

            <div class="logo" style="">

          <img t-if="company.logo" style="max-width:260px;max-height:89px;"

                      t-att-src="image_data_uri(company.logo)"

                      class="float-left" alt="Logo"/>

           </div>

          </div>

             <div class="float-left">

               <div class="details">

                 <table class="table_partner" style="width:120%;">

                   <tr>

                   <td><b style="color:black;"> CLIENT Details:</b></td>

                   </tr>

                   <tr>

                     <td>

                       <b>

                           <span style="color:black;" t-if="company"

                              t-esc="o.partner_id.name"/>

                       </b>

                         <br></br>

                       <t t-if="o.partner_id.street">

                           <span  t-esc="o.partner_id.street"/>

                           <br></br></t>

                       <t t-if="o.partner_id">

                           <span t-esc="o.partner_id.city"/>

                           <br></br>

                       </t>

                      </td>

                   </tr>

                 </table>

               </div>

             </div>

     </div>

     </div>

</xpath>

<xpath expr="//div[hasclass('text-center')]" position="replace">

 <center>

     <h5 style="color:black;"><b><t t-esc="o.company_id.name"/></b></h5>

     <h6 style="color:black;">Your company details</h6>

     Page: <span class="page"/> / <span class="topage"/>

 </center>

</xpath>

 </template>


Hope it helps

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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