| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/repair |
| GIT | |
| GIT | https://github.com/OCA/repair.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/repair/tree/18.0/repair_order_group |
| 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), Cetmix OÜ |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix OÜ |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Mohajiro |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/repair |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - repair - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - 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 allows to group several repair orders, managing them in a more convenient way. Such orders are synchronised in the following actions: - Partner selection. When a partner is updated in one of the group orders the same partner is set in all other orders of the same group. - Order confirmation. When one of the orders is confirmed all other orders of the same group are confirmed. - Order cancellation. When one of the orders is cancelled all other orders of the same group are cancelled. - Quotation creation. When a new quotation is created all orders of the same group are added to the same quotation. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repair_order_form_inherit_group |
repair.order.form.inherit.group | repair.order | xpath | Inherits repair.view_repair_order_form |
view_repair_order_group_form |
repair.order.group.form | repair.order.group | form | New |
view_repair_order_group_list |
repair.order.group.list | repair.order.group | list | New |
view_repair_order_search_inherit_group |
repair.order.search.inherit.group | repair.order | xpath | Inherits repair.view_repair_order_form_filter |
view_repair_order_tree_inherit_group |
repair.order.tree.inherit.group | repair.order | xpath | Inherits repair.view_repair_order_tree |
group_id
Many2one → repair.order.group
check_company=True
copy=False
help='Repairs sharing the same group can be processed and quoted together.'
index=True
readonly=True
string='Repair Group'
args: 'repair.order.group'
grouped_repair_ids
One2many → repair.order
compute='_compute_grouped_repair_ids'
help='All other repairs that belong to the same group.'
string='Grouped Repairs'
args: 'repair.order'
action_add_another_repair(self)
action_create_sale_order(self)
action_repair_cancel(self)
write(self, vals)
company_id
Many2one → res.company
compute='_compute_partner_company'
store=True
args: 'res.company'
name
Char
default='New'
index=True
required=True
partner_id
Many2one → res.partner
compute='_compute_partner_company'
store=True
args: 'res.partner'
repair_count
Integer
compute='_compute_repair_count'
store=True
repair_ids
One2many → repair.order
create(self, vals_list)