i find there is only one rml code in a report module.......can we put any number of rml codes.......i mean is there any rule or limitations for a report module????????????????????
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
Yes, We can put any number of rml files in a single module. No limitations at all.
ok sir....i have 9 different rml codes with me which is used for just printing purpose....so when i create report module should i have 9 py files for 9 rml codes???? then how should i create a xml view for all these
Hi R.sridevi, Its all about the data you are printing. If you are printing same data in different ways in all 9 report, you can use a single py file. In the same file you can write 9 parser at the buttom and design report in different ways.
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren
Yes we can put any number of rml codes as far as i know. We just have to create new report properly with rml file, python script and action binding