Skip to content

OpenERP/Odoo addon for showcasing extended classes for QWEB report

License

Notifications You must be signed in to change notification settings

0k/report_extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

report_extended

This is an OpenERP/Odoo addon.

It's a prototype to show how to add the 'last-page' magic class to report elements (in QWEB reports) so that they get displayed only if on the last-page.

Place where we speak of this:

Usage

Install the module, then in the QWEB ir.ui.views used by your report, you can then add anywhere (header, body, footer), code with:

<div class="last-page">
    My content only displayed if on last page.
<div>

Have fun.

About

OpenERP/Odoo addon for showcasing extended classes for QWEB report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published