[18.0][ADD] Introduce Spreadsheet Quotation Calculator#111
Open
cifuentesmx wants to merge 4 commits intoOCA:18.0from
Open
[18.0][ADD] Introduce Spreadsheet Quotation Calculator#111cifuentesmx wants to merge 4 commits intoOCA:18.0from
cifuentesmx wants to merge 4 commits intoOCA:18.0from
Conversation
added 2 commits
April 8, 2026 00:57
This commit adds a new module that allows users to create and manage spreadsheet calculators linked to sale order templates in Odoo. Key features include: - Creation of a spreadsheet calculator from a sale order template. - Automatic assignment of a copy of the spreadsheet to sale orders created from the template. - Integration of field sync functionality to map spreadsheet columns to sale order line fields. - User-friendly interface for managing mappings and syncing values back to sale orders. Documentation and tests have been included to ensure functionality.
This commit improves the readability of the code by applying consistent formatting and simplifying conditional statements across multiple files. Key changes include: - Updated the summary in the manifest file for better readability. - Simplified conditional checks in the `sale_order.py` model. - Enhanced formatting in JavaScript and XML files for better clarity. - Improved comments for better understanding in the `spreadsheet_quotation_create.py` wizard. These changes aim to maintain a clean codebase and enhance maintainability.
legalsylvain
requested changes
Apr 8, 2026
Contributor
legalsylvain
left a comment
There was a problem hiding this comment.
Thanks a lot ! looks promising !
Tested on runboat. Step to reproduce :
- link the demo "Offiche Furnitures" quotation template to the demo "Demo spreadsheet".
-click on open calculator.
there is the following error :
I think it can be hard to understand how to configure.
could you
- add a simple demo data ?
- based on demo data, add a screenshot in a new file, named configure.md ?
thanks !
Author
Sure, I'll be adding this step-by-step installation guide to the repo.@legalsylvain these screenshots come from this runboat, you can see this actually working 1. Add quotation templates in
|
…tion This commit introduces seven new images to the documentation and updates the usage guide to include a step-by-step process for using the spreadsheet quotation calculator. The INSTALL.md file has been removed as it was no longer needed.
Contributor
|
woh ! looks detailled ! I'll take a look. Thanks ! |
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 commit adds a new module that allows users to create and manage spreadsheet calculators linked to sale order templates in Odoo. Key features include:
Documentation and tests have been included to ensure functionality.
This is related to the #74 issue