[18.0][ADD] Introduce Spreadsheet Quotation Calculator#111
Conversation
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
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 !
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.
|
woh ! looks detailled ! I'll take a look. Thanks ! |
Thanks for the feedback, I'll get to this as soon as I get some extra time. What do you mean by 'redo the spreadsheet'? I'm not sure whats the suggestion here. If I get it right, it should prevent the calculator to open if the order is confirmed or cancelled, is that it? |
I don't know !
what you think easier. |








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