Hi, how do you inherit and change orientation of existing report. For instance inherit and change orientation of sales report from portrait to landscape
@OdooMates3 жыл бұрын
first need to check the assigned paperformat for the report, and then inherit that paperformat and change its Orientation . You can do it from xml, by copying and changing id of paperformat record to original_module.id
@pi24363 жыл бұрын
@@OdooMates would that not affect other reports? I want to change only the sales order reports to landscape. But the purchase order report should still be portrait.
@OdooMates3 жыл бұрын
@@pi2436 yes it will affect other reports, so, you can copy and create a new paper format with orientation as landscape and assign it to sale order report. Or check this: kzbin.info/www/bejne/oWbIlZaCprNgeas
@Shi-p5s3 жыл бұрын
How can i inherit sale order pdf and create new pdf to change field name
@OdooMates3 жыл бұрын
Using the method in this video, you can inherit and create a new report and make changes in it. If you need to make changes in existing report, see: kzbin.info/www/bejne/pnrIp6aYoNSkY6c
@waleedahmed3963 жыл бұрын
how to choose many records and print them in a single page
@OdooMates3 жыл бұрын
It is explained in details in the latest video about creating PDF reports in odoo 14, will share you the link