Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Qweb Report

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
qwebreportQWebException
13448 Vues
Avatar
Vigneshwaran

    I am creating report in odoo using qweb template, while I am editing the paper format, I am not getting the desired view, here is my code.
        
        <?xml version="1.0" encoding="UTF-8"?>
        <openerp>
        <data>
        <template id="leave_card_report_temp">
        <!--    <t t-call="report.html_container">-->
        <!--        <t t-foreach="docs" t-as="doc">-->
                    <t t-call="report.external_layout">
                        <div class="page" style="width:860px;">
                          <!--<img t-if="company.logo" t-att-src="'data:image/png;base64,%s' % company.logo" style="max-height:60px;align:left"/>-->
                            <h3><p style="text-center;">Leave Card</p></h3>
                                
                            <br/>    
                            
                            <style>
                                    table, th, td {
                                    border: 2px solid black;
                                    
                                    border-collapse: collapse;
                                    }
                                    th, td {
                                    padding: 5px;
                                    text-align: left;    
                                    }
                            </style> 
                            
                            <table style="width:860px;font-Size:11px; border:1px solid black;border-collapse:collapse;border-bottom:1px solid white;">
        <!--                      <t t-foreach="docs" t-as="doc">-->
        <!--                        <t t-if="o.name">-->
                                <tr> 
                                   
                                   <td><strong>Name:</strong></td>
                                   <td>
                                       
        <!--                               <span t-field="doc.name"/>-->
                                       
                                   </td>
                                   
                                    <td><strong>Designation:</strong></td>
        <!--                            <td><span t-field="designation"/></td>-->
                                    <td><strong>Department:</strong></td>
        <!--                            <td><span t-field="department"/></td>-->
                                     <td><strong>Employee Code:</strong></td>
        <!--                            <td><span t-field="name"/></td>-->
                               </tr>
                               <tr> 
                               <td><strong>DOJ(C):</strong></td><td></td>
                               <td><strong>DOJ(R):</strong></td><td></td>
                               </tr>
        <!--                      </t>   -->
                               
                            </table> 

                            <br/>
                            <br/>    
                            <table cellspacing="1" cellpadding="4" border="3" class = "table table-striped">
                              <!--<table style="width:860px;font-Size:11px; border:1px solid black;border-collapse:collapse;border-bottom:1px solid white;">-->
                                <tr>                       
                                    <th width="70" rowspan="2" >DATE FROM</th>
                                    <th width="70" rowspan="2" >DATE TO</th>
                                    <th width="70" rowspan="2" >No Of Days</th>
                                    <th colspan="3"> CL</th>
                                    <th colspan="4"> EL</th>
                                    <th width="70" rowspan="2">LOP</th>
                                    <th colspan="2">INITIALS</th>
                                    <th width="70" rowspan="2"> REMARKS</th>
                                </tr>
                                
                                <tr align="right"> 
                                    <th width="70">Earned</th>
                                    <th width="70">Availed</th>
                                    <th width="70">Balance</th>
                                    <th width="70">Earned</th>
                                    <th width="70">Availed</th>
                                    <th width="70">Balance</th>
                                    <th width="70">Encashment</th>
                                    <th width="70">Reporting Officer</th>
                                    <th width="70">Reviewing Officer</th>
                                    
                                </tr>   
                                <tbody>                               
                                <t t-foreach = "docs" t-as = "doc">
                                <tr>
                                    
                                    <td><span t-field="doc.date_from"/></td>
                                    <td><span t-field="doc.date_to"/></td>
                                    <td><span t-field="doc.no_of_days"/></td>
                                    <td><span t-field = "doc.earned_cl"/></td>
                                    <td><span t-field = "doc.availed_cl"/></td>
                                    <td><span t-field = "doc.balance_cl"/></td>
                                    <td><span t-field = "doc.earned_el"/></td>
                                    <td><span t-field = "doc.availed_el"/></td>
                                    <td><span t-field = "doc.balance_el"/></td>
                                    <td><span t-field = "doc.encash"/></td>
                                    <td><span t-field = "doc.loss_of_pay"/></td>
                                    <td><span t-field = "doc.reporting_officer"/></td>
                                    <td><span t-field = "doc.reviewing_officer"/></td>
                                    <td><span t-field = "doc.remark"/></td>   
                                </tr>
                                </t>
                                </tbody>
                              </table>
        
                           
        
                        </div>
                    
               </t>
        <!--        </t>-->
        <!--    </t>-->
        </template>
        <template id="leave_card_view">
            <t t-call="report.html_container">
                <t t-foreach="doc_ids" t-as="doc_id">
                    <t t-raw="translate_doc(doc_id, doc_model, 'leaves_management.leave_card_report_temp')"/>
                </t>
            </t>
        </template>
        
        </data>
        </openerp>
                                            
The problem is, When I try to make a print I am getting multiple documents. In my first table, if I assign the value "doc.name", its create problem

I like to have multiple records in my second table but in the case of my first it should display ones i.e the table in "bold" should print once and normal table record should print according to the number of check box ticked in the list view.

p.s both the table value are render in postrgresql and initialized in the column section.                                            
                                       
                                            
                                            
                                         

-1
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Import data in qweb report
qweb report QWebException
Avatar
0
oct. 15
4995
How to display address on Qweb report? Résolu
qweb report QWebException 12.0
Avatar
Avatar
Avatar
4
janv. 24
14994
odoo 16 report target new page scss
qweb report
Avatar
Avatar
1
avr. 25
2208
Missing external identifier on new external layout template Résolu
qweb report
Avatar
Avatar
2
mars 25
2809
Translate month name in t-esc Qweb report Résolu
qweb report
Avatar
Avatar
Avatar
Avatar
Avatar
4
nov. 24
8191
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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