[IMP] sequence_regex: Function to match a string to a sequence#3672
Open
AlienAtSystem wants to merge 1 commit into
Open
[IMP] sequence_regex: Function to match a string to a sequence#3672AlienAtSystem wants to merge 1 commit into
AlienAtSystem wants to merge 1 commit into
Conversation
AlienAtSystem
force-pushed
the
task_72108
branch
from
July 15, 2026 07:52
baa1eb4 to
d5e50a8
Compare
AlienAtSystem
force-pushed
the
task_72108
branch
from
July 15, 2026 08:00
d5e50a8 to
8356211
Compare
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.
This is a new module to provide a function that checks whether a string has been generated by a sequence, or rather, if it is formatted such that it fits the scheme in which the sequence generates numbers.
The main purpose is to provide support for dynamic placeholders in sale_quotation_number, which needs to detect if a sale.order name has been generated by the sale.quotation sequence to replace it with a name from the sale.order sequence - the corresponding Pull Request can be found here. However, as it's not dependent on sale and might be useful in other contexts, it is provided as a separate module in server-tools.