Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
- Miku Laitinen \<<miku@avoin.systems>\>
- Jordi Ballester \<<jordi.ballester@forgeflow.com>\>
- Saran Lim. \<<saranl@ecosoft.co.th>\>
- Foram Shah \<<foramshah@initos.com>\>
- [Trobz](https://www.trobz.com):
- Tris Doan \<<tridm@trobz.com>\>
- Nhan Tran \<<nhant@trobz.com>\>

View File

@@ -0,0 +1,2 @@
The migration of this module from 16.0 to 17.0 was financially supported
by Camptocamp

View File

@@ -0,0 +1,10 @@
This module allows you to add new parameters for a paper format which
are then forwarded to wkhtmltopdf command as arguments. To display the
arguments that wkhtmltopdf accepts go to your command line and type
'wkhtmltopdf -H'.
A commonly used parameter in Odoo is *--disable-smart-shrinking*, that
will disable the automatic resizing of the PDF when converting. This is
important when you intend to have a layout that conforms to certain
alignment. It is very common whenever you need to conform the PDF to a
predefined layoyut (e.g. checks, official forms,...).

View File

@@ -0,0 +1,5 @@
1. Go to *Settings* and press 'Activate the developer mode (with
assets)'
2. Go to *Settings - Technical - Reports - Paper Format*
3. Add additional parameters indicating the command argument name
(remember to add prefix -- or -) and value.