[19.0][ADD] spreadsheet_sale_calculator - #129
Open
arielbarreiros96 wants to merge 2 commits into
Open
Conversation
arielbarreiros96
force-pushed
the
19.0-add-spreadsheet_sale_calculator
branch
from
July 31, 2026 21:11
98d5cf1 to
6f0f3cd
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 module serves as as a tailored implementation on top of spreadsheet_field_linking (see #128) for the sale workflow, the base module is capable of achieveing the same, but having the smart buttons, and some logic for handling quotation templates, and onChanges is always handy.
Depends on:
👀 this is very similar to spreadsheet_quotation though the scope is a more broader and simpler (even the code), since is based on spreadsheet_field_linking (#128) which does all the heavy lifting. At the same time it covers the shortcomings of that one that I was able to identify (see discussion on #74). I've decided no to do a [REF] since using spreadsheet_field_linking as base module requires to strip everything down and redo from scratch, basically only keeping the name 😅