Sign Template Merge
Combine several Odoo Sign templates into one new, reusable template. The source PDFs are concatenated, every sign item (signature, text, checkbox, radio, etc.) is copied onto the right page with the correct offset, and radio-button groups are remapped so they keep working in the merged template.
Combine several Odoo Sign templates into one new, reusable template. The source PDFs are concatenated, every sign item (signature, text, checkbox, radio, etc.) is copied onto the right page with the correct offset, and radio-button groups are remapped so they keep working in the merged template. Requires Odoo Enterprise — this module depends on the Enterprise sign app and does not install on Community.
Features
- Merge multiple Sign templates into a single new template in one wizard step.
- PDFs concatenated in order, with sign items repositioned to their new page offsets.
- Radio-button sets are remapped so grouped options stay mutually exclusive after the merge.
- Configurable input-size cap so very large merges are rejected cleanly rather than risking a memory blow-up. (The earlier unbounded-RAM limitation is fixed — merges now stream within a size cap instead of loading everything at once.)
Configuration
1. Install the module (Enterprise sign required; Python pypdf on the host). 2. Select the Sign templates to combine and run the Merge wizard. 3. Optionally set the max_merge_mb system parameter to cap the total input size.
Limitations
- Total input size is capped by
max_merge_mb; merges above the cap are refused with a clear error. - Very unusual sign-item layouts should be spot-checked on the merged template before sending for signature.
Tests
5 automated tests, run on Odoo.sh staging (Enterprise dependency; not runnable on the Community lab).
Screenshots: TODO (capture from staging).
Built and maintained by ETS.inc — support via the address on this listing.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module