Can anyone knows how to sort a list in mako file for a webkit report?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
2
الردود
3989
أدوات العرض
Hi Surendar,
In mako template you can open python code block like this:
<%
# You can sort your list of records here
%>
I hope this helps :-) Cheers, Petar
Webkit report supports Python code, to use the python code in the mako template you can use,
<%
#Python code
%>
Here you can write your python code to sort the data!
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل