1

I've installed Odoo 8, and now I want to create some custom Invoice templates. I can see, in OpenERP 7, we've base_report_designer which we can install on OpenERP 7, and install a relevant plugin in OpenOffice to customize the reports.

But in Odoo 8, I can not find any such base_report_designer, or any plugin. How can I create custom Invoice templates in Odoo 8?

Thanks,

Abdul

aqavi_paracha
  • 1,131
  • 2
  • 17
  • 38

1 Answers1

3

Here the URL which shows various way to create nv8 Style report that i.e. QWeb reprots. Moreover the odoo8 is still backward compatible with with RML report so you can create use same plugin to create RML report on odoo8.

ifixthat
  • 6,137
  • 5
  • 25
  • 42
  • Thanks. But RML reports are deprecated, so don't want to use them. And also, that plugin isn't working with new OpenOffice v4.1 – aqavi_paracha Nov 04 '14 at 00:15
  • Well then you need to follow the URL and create report, creating report is easy as you can design it like HTML and add variable same way as possible in RML – ifixthat Nov 04 '14 at 00:17
  • yes, thanks. This URL https://github.com/odoo/odoodays-2014/blob/master/v8_reporting_engine/index.rst seems helpful – aqavi_paracha Nov 04 '14 at 00:22