| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/repair |
| GIT | |
| GIT | https://github.com/OCA/repair.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/repair/tree/17.0/repair_quotation_manual_sync |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Repair |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Andreu Orensanz |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/repair |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - repair - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes - sale_management |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module introduces synchronization logic between Repair Orders and the related Quotations. 1. Adds an "Invoiceable" checkbox on lines of a repair order to determine which products are billable. 2. Only lines marked as "Invoiceable" are included when creating the quotation. 3. Any changes in the Repair Order will trigger a banner in the quotation if there is a mismatch. 4. An "Synchronize Lines" button in the banner allows syncing the quotation lines with the lines indicated as "Invoiceable" in the repair order. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form_repair_sync_banner |
sale.order.form - repair_quotation_manual_sync | sale.order | xpath | Inherits sale.view_order_form |
view_repair_order_form_inherit_invoiceable_column |
repair.order.form - repair_quotation_manual_sync | repair.order | xpath | Inherits repair.view_repair_order_form |
No new fields.
Public methods (1)action_create_sale_order(self)
needs_repair_sync
Boolean
compute='_compute_needs_repair_sync'
action_sync_repair_lines(self)
is_repair_sale_confirmed
Boolean
compute='_compute_is_repair_sale_confirmed'
repair_create_sync
Boolean
compute='_compute_sync_flags'
repair_invoiceable
Boolean
default=True
help='Check this box if the product is billable. Only invoiceable products will be included in the quotation.'
args: 'Invoiceable'
repair_update_sync
Boolean
compute='_compute_sync_flags'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/repair |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] repair_quotation_manual_sync: Migration to 19.0 (#176) |