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

Hi, Here i am in a situation to add hyperlinks in the resultant pdf reports, which are generated by using rml files in openerp 7.0. So that when i click on that link from pdf it has to open a web page.

For that how i need to code in my rml files. Can any one help me to sort this out.

I tried by embedding anchor tag ,<link> by verifying the rml user guide. But, whenever i used these tags in rml file it given a warning as 'Flowable not yet implemented'

Thanks in advance..
الصورة الرمزية
إهمال

Hello, well I'm not sure but this might help you: http://www.reportlab.com/examples/rml/test/test_010_linkURL.rml

الكاتب

Hi, I have verified and tried it before but it has given Following message on terminal "Warning: flowable not yet implemented: plugInFlowable !" and alert as 'NoneType' object has no attribute 'wrapOn' in browser.

الكاتب

Hi, Can anyone let me know any views on this to achieve or any methods to try to achieve. I tied to find solution in that process i find one or two examples but none of them worked. When i verified in the rml user guide <a> tag is listed there as supported. But in openerp giving a warning on the terminal as flowable not yet implemented.

الكاتب أفضل إجابة

In order to embed hyperlinks into the pdf using rml file

We have to follow:

<para><a href="http://www.google.com">Google</a></para>

Just we have to embed anchor(<a>) tag inside the para tag.

This is not showing the format correctly in this post. I hope you got what i posted

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

is there a way to use your example like this? <para ><a href="mailto:[[ user.email ]]">send email to salesperson</a></para>

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أكتوبر 24
1606
0
أغسطس 24
1445
0
يناير 24
1983
1
نوفمبر 23
1661
0
يونيو 23
1957