[19.0][MIG] sale_quotation_builder: Migration to version 19.0 - #397
Merged
Conversation
…ompany environments After this commit odoo/odoo@33fd2b1, sale templates have the current company as default. When installing this module in a database with a multi-company environment and running _set_default_sale_order_template_id_if_empty, a multi-company issue is raised (Incompatible companies on records). This commit prevents the issue by keeping the company field empty in the default template.
Currently translated at 100.0% (38 of 38 strings) Translation: sale-reporting-17.0/sale-reporting-17.0-sale_quotation_builder Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-17-0/sale-reporting-17-0-sale_quotation_builder/it/
Currently translated at 100.0% (38 of 38 strings) Translation: sale-reporting-17.0/sale-reporting-17.0-sale_quotation_builder Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-17-0/sale-reporting-17-0-sale_quotation_builder/tr/
Currently translated at 42.1% (16 of 38 strings) Translation: sale-reporting-17.0/sale-reporting-17.0-sale_quotation_builder Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-17-0/sale-reporting-17-0-sale_quotation_builder/sl/
eduezerouali-tecnativa
marked this pull request as draft
August 11, 2026 14:13
Member
|
/ocabot migration sale_quotation_builder |
carlos-lopez-tecnativa
suggested changes
Aug 11, 2026
| "name": "Test product 1", | ||
| "type": "service", | ||
| "list_price": 100, | ||
| "taxes_id": [(6, 0, [])], |
There was a problem hiding this comment.
Suggested change
| "taxes_id": [(6, 0, [])], | |
| "taxes_id": [Command.clear()], |
Comment on lines
+21
to
+57
| <!--xpath | ||
| expr="//page/field[@name='sale_order_option_ids']/kanban/field[@name='product_id']" | ||
| position="after" | ||
| > | ||
| <field | ||
| name="website_description" | ||
| invisible="1" | ||
| readonly="1" | ||
| force_save="1" | ||
| /> | ||
| </xpath> | ||
| <xpath | ||
| expr="//page/field[@name='sale_order_option_ids']/form//field[@name='name']" | ||
| position="after" | ||
| > | ||
| <field | ||
| name="website_description" | ||
| invisible="1" | ||
| readonly="1" | ||
| force_save="1" | ||
| /> | ||
| </xpath> | ||
| <xpath | ||
| expr="//page/field[@name='sale_order_option_ids']/list/field[@name='name']" | ||
| position="after" | ||
| > | ||
| <field | ||
| name="website_description" | ||
| column_invisible="1" | ||
| readonly="1" | ||
| force_save="1" | ||
| /> | ||
| </xpath> | ||
|
|
||
| <xpath expr="//button[@name='button_add_to_order']" position="after"> | ||
| <field name="website_description" invisible="1" /> | ||
| </xpath--> |
There was a problem hiding this comment.
That is why I marked it as draft. Finally removed everything as is not necessary.
eduezerouali-tecnativa
force-pushed
the
19.0-mig-sale_quotation_builder
branch
from
August 14, 2026 13:00
033f0e8 to
b871ba6
Compare
eduezerouali-tecnativa
force-pushed
the
19.0-mig-sale_quotation_builder
branch
from
August 14, 2026 13:03
b871ba6 to
413ab84
Compare
eduezerouali-tecnativa
marked this pull request as ready for review
August 14, 2026 13:10
pedrobaeza
approved these changes
Aug 25, 2026
pedrobaeza
left a comment
Member
There was a problem hiding this comment.
Code and test in runboat
/ocabot merge nobump
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 594f47a. Thanks a lot for contributing to OCA. ❤️ |
Andrii9090-tecnativa
pushed a commit
to Tecnativa/sale-reporting
that referenced
this pull request
Sep 2, 2026
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.



cc @Tecnativa TT64003
ping @carlos-lopez-tecnativa @pedrobaeza