تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
723 أدوات العرض

hi all,

In a custom made report, i want to hide a particular table under some conditions. How can i achieve that ?

Thanks in reagards

الصورة الرمزية
إهمال
أفضل إجابة

Hi

You can hide the table using t-if condition 

Please find the example below 


<table border='0' width='100%' t-if="condition">

Regards


الصورة الرمزية
إهمال