| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 704 |
| Technical Name |
report_docxtpl |
| License | LGPL-3 |
| Versions | 17.0 18.0 19.0 |
Features
- Support convert docx to PDF.
- Support python prepare function.
- Direct print PDF in form view (support Chrome).
- Support merge file or zip file in list view.
- Support insert images as usually odoo fields. example use: odoo(doc.partner_id.image_1920).
- QR code support.
- Barcode supports. Accepted types: 'Code128', 'EAN13', 'EAN8'.
- 2 template with examples as a gift inside the module
- Free support 24/7
- Required to install libreoffice in server os
Demo
user: admin
password: admin
Template
Config
Result
Direct Print
Merge File
Zip File
Button Print
Installation
To install this module, you need to:
- install the docxtpl : Terminal order ("pip install docxtpl")
- install the docxcompse : Terminal order ("pip install docxcompose")
- install the libreoffice > 7.4 (https://wiki.ubuntu.com/LibreOffice)
Usage
To use this module, you need to:
- Go to System/Technical/Reports/Docx Template
- Create a new report
- Upload the template file.
Maintainer
This module is maintained by the Lazydoo
Overview
- o: record
- user: current user
- o_date: function format field date
- o_datetime: function format field datetime
- o_monetary: function format field monetary
- o_selection: function format field selection
- o_html: function format field html
- o_float: funtion format field float
- o_image: funtion print image (support field binary(image))
- o_count: funtion count field o2m, m2m
- o_qrcode: function print qrcode (support field char)
- o_barcode: self._format_barcode (support field char)
Field Char
- Example:
- {{o.name}}
- {{o_qrcode(o.website, width=20, height=20)}}
- {{o_barcode(o.vat, width=200, height=40, humanreadable=True, quiet=True)}}
- Ref function barcode in model ir.actions.report
Field Date
- Example:
- {{o_date(o.order_date, date_format='full', lang_code='en')}}
- Parameters:
- date_format: one of “full”, “long”, “medium”, or “short”, or a custom date/time pattern
- lang_code: a Locale object or a locale identifier
Field Datetime
- Example:
- {{o_datetime(o.create_date, date_format='long', tz='UTC', lang_code='en')}}
- Parameters:
- dt_format: one of “full”, “long”, “medium”, or “short”, or a custom date/time pattern
- tz: the timezone to apply to the time for display
- lang_code: a Locale object or a locale identifier
Field Monetary
- Example:
- {{o_monetary(o.amount_total, currency_obj=o.currency_id, digits=2, no_break_space=True)}}
- Parameters:
- currency_obj: object currency
- digits: default currency_obj.decimal_places (optional)
- no_break_space: default True (optional)
Field Selection
- Example:
- {{o_selection(o.state, field_name='state')}}
- Parameters:
- field_name: technology field name
Field Html
- Example:
- {{o_html(o.note)}}
Field Float
- Example:
- {{o_float(o.price_unit)}}
- Parameters:
- precision_digits: number of fractional digits to round to
- precision_rounding: decimal number representing the minimum non-zero value at the desired precision (for example, 0.01 for a 2-digit precision)
- rounding_method: the rounding method used 'HALF-UP', 'UP' or 'DOWN' the first one rounding up to the closest number with the rule that number>=0.5 is rounded up to 1, the second always rounding up and the latest one always rounding down
Field Binary
- Example:
- {{o_image(o.partner.image_1920, width=20, height=20)}}
- Parameters:
- width: default=15 (optional)
- height: default=15 (optional)
- no_break_space: optional, default True
Field One2many, Many2many
- Example:
- {%tr for i, line in o_count(o.order_line, start=1) %}
- Parameters:
- start: default=1 (optional)
Author & Maintainer
- This module is maintained by the Lazydoo <luuthinh2705@gmail.com>
Please log in to comment on this module
Trabaja bien
Solo hay que instalar bien las dependencias de las librerias
Re: Trabaja bien
Thank you
Highly Custom Reporting Module
This module is very helplful just ask customer to give his desired report template and change data by variables, you will save a lot of time !
Thanks for this idea
Bad to print PDF
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/opt/SalomonWebsite/server/all_addons/lazydoo_v17/report_docxtpl/controllers/report.py", line 70, in report_download
response = self.report_routes(
File "/opt/SalomonWebsite/server/odoo/http.py", line 722, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/SalomonWebsite/server/all_addons/lazydoo_v17/report_docxtpl/controllers/report.py", line 43, in report_routes
filename, filetype, res = action_docxtpl_report._render(reportname, docids, data)
File "/opt/SalomonWebsite/server/odoo/addons/base/models/ir_actions_report.py", line 948, in _render
return render_func(report_ref, res_ids, data=data)
File "/opt/SalomonWebsite/server/all_addons/lazydoo_v17/report_docxtpl/models/ir_actions_report.py", line 20, in _render_docxtpl
return self.docxtpl_id.render(res_ids, data)
File "/opt/SalomonWebsite/server/all_addons/lazydoo_v17/report_docxtpl/models/docx_template.py", line 216, in render
f = open(pdf_path, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/report.docx.tmpnm70iw22.pdf'
The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
at makeErrorFromResponse (https://ve.ee.v17.salomon.website/web/assets/496ea87/web.assets_web_dark.min.js:2873:163)
at decoder.onload (https://ve.ee.v17.salomon.website/web/assets/496ea87/web.assets_web_dark.min.js:2859:7)
Re: Bad to print PDF
Thank you for purchase,
Pls check field Report name
example : 'Contact %s' % object.name
demo: lazydoo.net user: admin pass: admin
It is possible to print in docx format ?
Re:
yes, video demo https://www.youtube.com/watch?v=po-ZI3vDKrw
you can check link demo lazydoo.net , user: admin, pass: admin
Installation was straightforward, thanks to clear documentation, and the 24/7 support provided by the developer
I can't say enough good things about this module.
The ability to merge files and insert images directly from Odoo fields has significantly streamlined our document management process.
The comprehensive documentation, and the free 24/7 support provided by the developer has been invaluable.
This module has truly recommended.