Hello. Can you make a tutorial on setting up new template including header, footer inserting image in report and using template conditions like t-foreach, t-as, t-esc, t-if, t-attr-src, etc etc.
i was getting empty pdf file after downloading so i made one line change in patient_card.xml file. i change the to this and it works fine for now but i don't know it will make any problem in future... mate would you please help me by define there usage
You are a Great teacher I learned a lot from you. You made a prefect list for development odoo. I did everything with you but the Print Button NOT appears to me I using Odoo 15 May you please help me ?
I am your well wisher and your videos always and always help me in some or the other way. Can you please make a video on jQuery and how to implement jQuery in odoo?
Hello , I watch your tutorial and It helps me a lot but can I ask if I can print together how can I print the data with in that 'APPOINTMENTS' widget? .. Thank you , that's is my problema right now and I'm working on it
Greate tutorial But i need some help in header pdf report please share any video in which use custom header without default header How to develop custom header ?
yet we haven't created a video on it, if its urgent for you, you can check how the internal_layout and external layout is created, by following the same you can add layout for your report
@@rishalchand6935 from v14, there is options to add buttons in tree header. For reports, you can get it from actions button after selecting the records from tree view in odoo 13
I have exactly followed these steps. But the report is not showing up nor the print button. It is odoo 17. Anything else that I need to do? I am using another module but the steps executed are same.
I have followed the tutorial to add a new report to stock.picking. But when I click the button it says "lxml.etree.ParserError: Document is empty". Before I used exact same code with inheritance and it worked fine. But when I create custom button in print it does not work. Any suggestions?
@@OdooMates i am using odoo cloud not sh . When i create a new view. The external id is blanked out . So that's y the error is coming. Unable to solve it
hai, i want to ask you, i use your guide step by step, but when i want to print the page it say "Unable to find Wkhtmltopdf on this system. The report will be shown in html.", by the way i am using windows 10, already install the wkhtmltopdf but still got this message
when i am downloading the card its downloaded directly and this an empty doc while i am using header tag .. then i have change the report_type ="html" its giving me error "Wrong value for ir.actions.report.report_type: 'html'"
Hi sir, suppose I print list view select all pdf report and print,It will printed sequencely, But I want one report printed another report print new page, How can I done that sir
Hello Sir Thank you so mush for this great tutorial , can i ask if we can print a field from another model with hospital.patient ? Exemple : I would like to add address from res.partner with hospital.patient Thank you
If you check the playlist named Odoo qweb PDF tutorials u will get more idea about same, there is a video about how to call Python function while printing report, Can you please check it and see whether it is helpful or not
web_external_layout dont show in my module what its showed in the video i talk about header that show, your logo, your company, 1725 slaough ave, scranton 18540, pensilvania pA , etc...
@@OdooMates Thank you for responding on my inquiry. It's odoo10, but I actually got it afte i Installed report module. after solving that problem another problem arise, : External ID not found on syste : web.external_layout. :(
Hello I'm encountering a problem when clicked on print to print report. it says 'ValueError: External ID not found in the system: ......' can someone help plz?
please help i need to print invoice with external_layout_clean and budgets with external_layout_backgroung, i have already created a module but my xml report is not working for me
hello, i finished the code same with you. but when i downloaded the PDF, the file corrupt. I am using Odoo 11 on Ubuntu 16.04. Can you help me ? Thank you
My personal opinion Crystal Report is a great thing. But to use it in Odoo, metadata needs to be prepared. This can be solved if you know which tables belong to which data. For those who have worked with Crystal Report, reporting in Odoo looks quite specific and cumbersome
Hello Sir. Your tutorial is as usual, very interesting and helpful. I have encountered some errors while following the tutorial. I have sent you an email with all the details. Please let me know of the solution. Thank you
Another great tutorial! I really appreciate that you show the troubleshooting steps you take. Helps a lot! Thank you for doing these!!!
Glad to help and thanks for the support
if anybody having issue on wkhtmltopdf
then open terminal on ubuntu
and just write
sudo apt-get install wkhtmltopdf
thanks for the sharing and helping mentality
thank for saving my life mann
Hello. Can you make a tutorial on setting up new template including header, footer inserting image in report and using template conditions like t-foreach, t-as, t-esc, t-if, t-attr-src, etc etc.
i was getting empty pdf file after downloading so i made one line change in patient_card.xml file.
i change the to this
and it works fine for now but i don't know it will make any problem in future...
mate would you please help me by define there usage
You are a Great teacher I learned a lot from you. You made a prefect list for development odoo.
I did everything with you but the Print Button NOT appears to me
I using Odoo 15
May you please help me ?
Thanks for the support, does it solved ?
@@OdooMates No, it not solved yet
Does the report get added in the db ?
@@OdooMates I am not sure. But I think no
@@HusseinAliDev can you confirm it by checking the reports menu
great job man...keep it up .
Is there any video available for creating xlsx report with Wizard ?
Not yet, but we will be adding it soon under odoo 14 list
See: th-cam.com/video/u7frpEWdrNc/w-d-xo.html
Great lesson :) How can we get in a same report some page with portrait orientation and some other page in landscape orientation?
Hi I have a doubt in report, For xml design we can put like
What is inside docs how we can print or know about that value Sir
I am your well wisher and your videos always and always help me in some or the other way. Can you please make a video on jQuery and how to implement jQuery in odoo?
We will add it in the list ..
@@OdooMates thank you so much. That will be very generous and helpful
Hello , I watch your tutorial and It helps me a lot but can I ask if I can print together how can I print the data with in that 'APPOINTMENTS' widget? .. Thank you , that's is my problema right now and I'm working on it
using one2many field or using the search method you can fetch the data.
odoo search: th-cam.com/video/tIaIixa3oAs/w-d-xo.html
Mine can download the printed reports but when try to view them it does not load. Why ya? I am using Odoo v11.
Greate tutorial But i need some help in header pdf report please share any video in which use custom header without default header How to develop custom header ?
yet we haven't created a video on it, if its urgent for you, you can check how the internal_layout and external layout is created, by following the same you can add layout for your report
@@OdooMates okay thanks
hello , i want to add custom css file to my report with
after the tag but the css file doesnt loaded in log and does not affect the report design
Hello Odoo Mates. I have a query. Just like print button is available in form view, how can i get print button in my Tree View. Need help here.
when you add in form, it is not coming in the tree ?
@@OdooMates If I need print button in tree view, how can I achieve this?
@@rishalchand6935 which version you are using ?
@@OdooMates I am using V13
@@rishalchand6935 from v14, there is options to add buttons in tree header.
For reports, you can get it from actions button after selecting the records from tree view in odoo 13
I have exactly followed these steps. But the report is not showing up nor the print button. It is odoo 17. Anything else that I need to do? I am using another module but the steps executed are same.
reports don't generate properly, i'm recieving a huge error from the qweb
can you check and share relevant part of error message
@@OdooMates Thank you for answering! good things for you!
@@vanrock6754
i can't show you the error, but is like qweb telling me that something is wrong
e 2, in body_call_content_411
File \"\", line 3, in foreach_410
hello, sir thankyou for this turorial, can you create explain for button custumer preview in sale order, now i'm learn about that, thankyou
I have followed the tutorial to add a new report to stock.picking. But when I click the button it says "lxml.etree.ParserError: Document is empty". Before I used exact same code with inheritance and it worked fine. But when I create custom button in print it does not work. Any suggestions?
Hello, can you show us how to put an image in the background of the report? Thank you.
There is an oca module providing this functionality
@@OdooMates I can't seem to find it. Can you share the link please? Thank you.
apps.odoo.com/apps/modules/13.0/reports_with_watermark/
@@OdooMates Thank you but this isn't what I want, I need it to be fully clear not a watermark, and in a specific report.
@@tessnimzrayga6904 the approach seems wrong, better you design the layout using the qweb
Can you explain Steps to create py3o report? thanks in advance
can i create these in odoo online version using developer mode?
yes possible, as we create from code, you can create it from developer mode, from the report menu
@@OdooMates I have done the same but cannot get it to work getting error template ID not found.
@@SyedUsman see from where this template is calling, and then just ensure such a template exists in db
@@OdooMates i am using odoo cloud not sh . When i create a new view. The external id is blanked out . So that's y the error is coming. Unable to solve it
You can generate external id by just exporting the record
Hi, header in pdf not displayed in odoo 10. Even though I inherited the base layout. Any solution?
is the existing reports like sale order, purchase order is coming correctly or not ?
hai, i want to ask you, i use your guide step by step, but when i want to print the page it say "Unable to find Wkhtmltopdf on this system. The report will be shown in html.", by the way i am using windows 10, already install the wkhtmltopdf but still got this message
Might be installed in different Python version ? Also try setting bin path in Odoo configuration file
when i am downloading the card its downloaded directly and this an empty doc while i am using header tag .. then i have change the report_type ="html" its giving me error
"Wrong value for ir.actions.report.report_type: 'html'"
Odoo Mates, I want to sum and count values and pass to pdf report can you help me?
you can calculate it from the xml template itself or you can pass it from python to report
@@OdooMates i want to use groupby function in search_count function can you help me in this? thanks
when i export the pdf file it shows no data and i don't get any error message any good way to fix it. Thank you
did you compare the code with code in this module ? apps.odoo.com/apps/modules/14.0/om_hospital/
Hi sir, suppose I print list view select all pdf report and print,It will printed sequencely, But I want one report printed another report print new page, How can I done that sir
in each report template give div="page"
@@OdooMates Thank you sir
@@charlesdonboscoa4041 :)
Thanksssss
welcome
Hello Sir
Thank you so mush for this great tutorial , can i ask if we can print a field from another model with hospital.patient ?
Exemple : I would like to add address from res.partner with hospital.patient
Thank you
In different ways we can achieve it
If you check the playlist named Odoo qweb PDF tutorials u will get more idea about same, there is a video about how to call Python function while printing report,
Can you please check it and see whether it is helpful or not
same can be done with inheritance?
web_external_layout dont show in my module what its showed in the video i talk about header that show, your logo, your company, 1725 slaough ave, scranton 18540, pensilvania pA , etc...
i followed the steps, there's an error after clicking the report button, "report (
which version you are using ?
@@OdooMates Thank you for responding on my inquiry. It's odoo10, but I actually got it afte i Installed report module. after solving that problem another problem arise, : External ID not found on syste : web.external_layout. :(
Hello I'm encountering a problem when clicked on print to print report. it says 'ValueError: External ID not found in the system: ......' can someone help plz?
make sure that the files are given in proper order in manifest file
Thanks.
Welcome bro :)
Pdf reports are generating blank in odoo 14 windows 10. Need help.
default reports or customized reports ?
please help i need to print invoice with external_layout_clean and budgets with external_layout_backgroung, i have already created a module but my xml report is not working for me
Solved ?
if i want a html view means can i use qweb-html instead of qweb-pdf the remaining are same?
Will this help ? th-cam.com/video/ikZa8GqgqaU/w-d-xo.html
@@OdooMates saw the video but how to do it by code
@@vickysmart9292 inside the report tag, where we set the report as qweb-pdf, you can set it as qweb-html
Hi, anyone of you aware, how to fix table header overlapping, if the text content have more than one page, in odoo qweb reports?
try adjusting the header spacing in paper format
@@OdooMates I asked for table header overlap not for header
@@madhavansrinivasan6441 we still recommend you to try the same and see if works, have a good day
hello, i finished the code same with you. but when i downloaded the PDF, the file corrupt.
I am using Odoo 11 on Ubuntu 16.04. Can you help me ? Thank you
can you comment some part of the qweb template and trace which part is creating the issue ?
my problem : the report is printed but empty. Any help please
can you show us the code that you have added
Report title
Sir, can i use crystal report instead of qweb report?? Plz ans.
We are not sure whether it can be done or not, as we haven't tried it yet. Have a look at the thread in odoo forum or ask a new question there.
My personal opinion
Crystal Report is a great thing. But to use it in Odoo, metadata needs to be prepared. This can be solved if you know which tables belong to which data.
For those who have worked with Crystal Report, reporting in Odoo looks quite specific and cumbersome
@@obehobeh9984 English please
you can used jaspar report with odoo instead of crystal
@@bahaagorashi2371 but how?? Can u suggest me any link??
Hello Sir. Your tutorial is as usual, very interesting and helpful. I have encountered some errors while following the tutorial. I have sent you an email with all the details. Please let me know of the solution. Thank you
We have replied you. It is the issue with the wkhtmltpdf package, you have to install the python packages specified in the reply email
great tutorial!! when i open patient card it download automatically ...please give me solution. how can i just show it?
You can change the report type to html
Hello, How can I insert chats in pdf?
you can get chats from the database (table: mail.message) and render it in pdf
@@OdooMates any example?
How to bring graphs in pdf report. Pls help
Done ?
ValueError: External ID not found in the system: web.html_container
load could not load template
Template: web.html_container
which odoo version ?
@@OdooMates 13
same error
ValueError: External ID not found in the system: om_hospital.report_patient