TIP: You can type at any time to perform a new search.
MRP Repair Layout
mrp_repair_layout · OCA/manufacture-reporting
- Repository
- OCA/manufacture-reporting · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.agilebg.com
- Last tracking update
- 2026-08-07 07:03:14
- Authors
- Odoo Community Association (OCA), Agile Business Group
- Maintainers
- Odoo Community Association (OCA), Agile Business Group
- Committers
- eLBati, OCA Transbot, OCA-git-bot
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
category_template |
category_template | ir.ui.view | qweb | New |
mrp_repair_layout_category_form_view |
mrp_repair.layout.category.form.view | mrp_repair.layout.category | form | New |
mrp_repair_layout_category_search_view |
mrp_repair.layout.category.search.view | mrp_repair.layout.category | search | New |
mrp_repair_layout_category_tree_view |
mrp_repair.layout.category.tree.view | mrp_repair.layout.category | tree | New |
report_mrp_repair_layouted |
report_mrp_repair_layouted | ir.ui.view | qweb | Inherits mrp_repair.report_mrprepairorder |
separator_template |
separator_template | ir.ui.view | qweb | New |
subtotal_template |
subtotal_template | ir.ui.view | qweb | New |
view_repair_order_form_layout |
mrp.repair.form.layout | mrp.repair | form | Inherits mrp_repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (3)-
grouplines(self, ordered_lines, sortkey)@api.model -
repair_layout_fee_lines(self, order)@api.model -
repair_layout_operation_lines(self, order)@api.model
New fields (3)
-
categ_sequenceIntegerdefault=0related='layout_cat_id.sequence'store=Truestring='Layout sequence' -
layout_cat_idMany2one → mrp_repair.layout.categoryargs: 'mrp_repair.layout.category', 'Section' -
sequenceIntegerargs: 'Sequence'
No public methods.
New fields (3)
-
categ_sequenceIntegerdefault=0related='layout_cat_id.sequence'store=Truestring='Layout sequence' -
layout_cat_idMany2one → mrp_repair.layout.categoryargs: 'mrp_repair.layout.category', 'Section' -
sequenceIntegerargs: 'Sequence'
No public methods.
New fields (5)
-
nameCharrequired=True args: 'Name' -
pagebreakBooleanargs: 'Add pagebreak' -
separatorBooleandefault=True args: 'Add separator' -
sequenceIntegerdefault=10required=True args: 'Sequence' -
subtotalBooleandefault=True args: 'Add subtotal'
No public methods.