[MIG] repair_service: Migration to 19.0#173
Open
abdounasser202 wants to merge 25 commits into
Open
Conversation
Currently translated at 100.0% (15 of 15 strings) Translation: repair-17.0/repair-17.0-repair_service Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_service/it/
This is needed when adding additional fields to services that are company wise
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: repair-18.0/repair-18.0-repair_service Translate-URL: https://translation.odoo-community.org/projects/repair-18-0/repair-18-0-repair_service/
Currently translated at 100.0% (16 of 16 strings) Translation: repair-18.0/repair-18.0-repair_service Translate-URL: https://translation.odoo-community.org/projects/repair-18-0/repair-18-0-repair_service/it/
Ensure that the repair service description (display_name) is transferred to the sale order line when creating a quotation. This improves consistency between repair services and generated sales documents. Task: 4970
Add services lignes inrepair report. Task: 5317
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: repair-18.0/repair-18.0-repair_service Translate-URL: https://translation.odoo-community.org/projects/repair-18-0/repair-18-0-repair_service/
- UoM category removed in v19 : uses `allowed_uom_ids` and `_compute_allowed_uom_ids` to expose UoM -> 28b69daefddbb74ad9ac3fd55df88028e6de972b - Change `product_uom` to `product_uom_id` in `sale.order.line` -> c8461a5f382b8684a6483a4dbb7914056164e8ee - Update views to follow the updates in models
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.
UoM category removed in v19 : uses
allowed_uom_idsand_compute_allowed_uom_idsto expose UoM -> 28b69daefddbb74ad9ac3fd55df88028e6de972bChange
product_uomtoproduct_uom_idinsale.order.line-> c8461a5f382b8684a6483a4dbb7914056164e8eeUpdate views to follow the updates in models