Skip to content

[19.0][MIG] spreadsheet_quotation - #131

Open
javier-domatix wants to merge 8 commits into
OCA:19.0from
javier-domatix:19.0-mig-spreadsheet_quotation
Open

[19.0][MIG] spreadsheet_quotation#131
javier-domatix wants to merge 8 commits into
OCA:19.0from
javier-domatix:19.0-mig-spreadsheet_quotation

Conversation

@javier-domatix

Copy link
Copy Markdown

No description provided.

Roberto and others added 8 commits August 7, 2026 10:01
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.
…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.
- Implemented checks in the SaleOrder model to prevent synchronization of cancelled or confirmed sales orders.
- Added a new method `action_sync_spreadsheet_order_lines` to handle the synchronization process.
- Updated the JavaScript component to utilize the new synchronization method and handle error messages more effectively.
- Added unit tests to verify synchronization behavior for different order states.
@OCA-git-bot OCA-git-bot added series:19.0 mod:spreadsheet_quotation Module spreadsheet_quotation labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:spreadsheet_quotation Module spreadsheet_quotation series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants