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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się
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