[IMP] accounting: snailmail page limit#18720
Closed
fw-bot wants to merge 1 commit into
Closed
Conversation
Collaborator
Collaborator
Author
|
@svfu-odoo @auva-odoo cherrypicking of pull request #18504 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Currently we only allow sending documents that are a maximum of 8 physical pages (regardless of the limits set by the snailmail provider / Pingen). Every now and then we get tickets because of that. To avoid confusion due to the page limits given in the "Pingen's layout requirements" linked below we add a line stating the current limits. The limit has been in place for 4 years and is unlikely to be (just) increased since we charge the same number of credits per document while Pingen charges dependent on the length of the document. opw-6200661 X-original-commit: 8dedf08
d26a7f0 to
69c1ac8
Compare
svfu-odoo
reviewed
Jul 1, 2026
robodoo
pushed a commit
that referenced
this pull request
Jul 1, 2026
Currently we only allow sending documents that are a maximum of 8 physical pages (regardless of the limits set by the snailmail provider / Pingen). Every now and then we get tickets because of that. To avoid confusion due to the page limits given in the "Pingen's layout requirements" linked below we add a line stating the current limits. The limit has been in place for 4 years and is unlikely to be (just) increased since we charge the same number of credits per document while Pingen charges dependent on the length of the document. opw-6200661 closes #18720 X-original-commit: 8dedf08 Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com> Signed-off-by: Sven Führ (svfu) <svfu@odoo.com>
This was referenced Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Currently we only allow sending documents that are a maximum of 8 physical pages (regardless of the limits set by the snailmail provider / Pingen).
Every now and then we get tickets because of that.
To avoid confusion due to the page limits given in the "Pingen's layout requirements" linked below we add a line stating the current limits.
The limit has been in place for 4 years and is unlikely to be (just) increased since we charge the same number of credits per document while Pingen charges dependent on the length of the document.
opw-6200661
Forward-Port-Of: #18504