We've already commited several enhancements to XML based reports: - It's now possible to print images from the database in the report. - A new "Attachments" relation is included to all models so you can easily print any attachments information with just some clicks. - Id field has also been added. - Now the OPENERP_RELATIONS property accepts creating one record for each relation of a relation (and so on). Say you're in 'res.partner' and want the report to create one record for each attachment each partner address has. You simply put ['address/Attachments'] and that's it. Say you want a record for each attachment each address of the parent company has and also for each category. Simply put ['parent_id/address/Attachments', 'category_id'] in OPENERP_RELATIONS property and that's it. - A "Jasper Partners" example report that uses attachments and charts has been included in partners view if you use a database with demo data. So it's trivial to test the module if you want to.
Have fun, test and suggest your ideas! ------------------------ Albert Cervera i Areny http://www.NaN-tic.com -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=28624#28624 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
