Odoo BuildOdoo Build
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
  • Snippets

    • Account
    • Account Accountant
    • Account Asset
    • Account Batch Payment
    • Account Budget
    • Account Financial Report
    • Account Followup
      • Report Followup Print All
        • Style Sozialinfo
      • Template Followup Report
        • Padding Before Table
        • Remove Summary Placeholder
    • Account Journal Items Report
    • Account Sale Timesheet Report
    • Agreement
    • Agreement Legal
    • Auth Api Key
    • Base
    • Base Install Request
    • Base Location
    • Business Requirement
    • Calendar
    • Certificate Planer
    • Contract
    • Crm
    • Crm Iap Lead Enrich
    • Delivery
    • Digest
    • Fleet
    • Forestry Timesheet
    • Gio Payroll Custom
    • Helpdesk
    • Hr
    • Hr Attendance
    • Hr Attendance Kanban
    • Hr Contract
    • Hr Expense
    • Hr Holidays
    • Hr Holidays Delegations
    • Hr Payroll
    • Hr Recruitment
    • Hr Timesheet
    • Industry Fsm
    • Industry Fsm Sale
    • Ir Model
    • Ir Ui View
    • L10n Ch
    • L10n Ch Qr Isr Invoice Import
    • L10n Din5008
    • Mail
    • Mail Activity Board
    • Maintenance
    • Maintenance Plan
    • Mrp
    • Mrp Account
    • Mrp Workorder
    • Payment
    • Portal
    • Printnode Base
    • Product
    • Project
    • Project Enterprise
    • Purchase
    • Purchase Requisition
    • Purchase Requisition Send
    • Res Groups
    • Sale
    • Sale Blanket Order
    • Sale Management
    • Sale Margin
    • Sale Order Contact Person
    • Sale Order Line Date
    • Sale Order Picking Note
    • Sale Partner Incoterm
    • Sale Product Set
    • Sale Subscription
    • Stock
    • Stock Account
    • Stock Delivery Note
    • Survey
    • Timesheet Grid
    • Web
    • Website
    • Website Discount Voucher
    • Website Sale

Account Followup

Report Followup Print All

Style Sozialinfo

ID: mint_system.account_followup.report_followup_print_all.style_sozialinfo

<data inherit_id="account_followup.report_followup_print_all" priority="50">
    <t t-call-assets="account_followup.assets_followup_report" position="after">
        <style>
        table.o_account_reports_table {
            white-space: nowrap;
        }

        table.o_account_reports_table th:nth-child(3),
        table.o_account_reports_table td:nth-child(3) {
            display: none;
        }
        </style>
    </t>
</data>

Source: snippets/account_followup.report_followup_print_all.style_sozialinfo.xml

Template Followup Report

Padding Before Table

ID: mint_system.account_followup.template_followup_report.padding_before_table

<data inherit_id="account_followup.template_followup_report" priority="50">
    <xpath expr="//table[hasclass('o_account_reports_table')]" position="attributes">
        <attribute name="style">padding-top: 2rem</attribute>
    </xpath>
</data>

Source: snippets/account_followup.template_followup_report.padding_before_table.xml

Remove Summary Placeholder

ID: mint_system.account_followup.template_followup_report.remove_summary_placeholder

<data inherit_id="account_followup.template_followup_report" priority="50">
    <xpath expr="//span[hasclass('o_account_report_summary_placeholder')]" position="replace"/>
</data>

Source: snippets/account_followup.template_followup_report.remove_summary_placeholder.xml

Edit this page
Last Updated:
Contributors: Janik von Rotz
Prev
Account Financial Report
Next
Account Journal Items Report