Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4858 Lượt xem

In qweb report(v9). i want to get all records and display it in one page. But I only know how to get the current record of the docs

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Just have a look at account_general_journal.py file and its template
you'll get how you can use parser for reporting

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks fasluca. Big help

Câu trả lời hay nhất

You need to create a parser file for this:

check this links:

In parser : you can write function to get all the records and return it to report template..

https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-inherit-standard-report-parser-class-in-qweb-reports-67126

https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-define-a-custom-methods-functions-to-be-used-in-a-qweb-report-how-to-define-and-use-a-report-parser-92244

https://www.odoo.com/fr_FR/forum/aide-1/question/how-to-register-a-parser-for-a-qweb-report-91416

http://stackoverflow.com/questions/30389197/add-a-custom-parser-for-qweb-report

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks Ameera. Great help