MRP Repair Layout

mrp_repair_layout
REPOSITORY
REPOSITORYOCA/manufacture-reporting
GIT
GIThttps://github.com/OCA/manufacture-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture-reporting/tree/8.0/mrp_repair_layout
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSeLBati, OCA Transbot, OCA-git-bot
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_repair
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - stock_account
    - stock
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - resource
    - sale
    - sales_team
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
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 xpath Inherits mrp_repair.view_repair_order_form
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_sequence Integer
    default=0 related='layout_cat_id.sequence' store=True string='Layout sequence'
  • layout_cat_id Many2one → mrp_repair.layout.category
    args: 'mrp_repair.layout.category', 'Section'
  • sequence Integer
    args: 'Sequence'
Public methods (0)

No public methods.

New fields (3)
  • categ_sequence Integer
    default=0 related='layout_cat_id.sequence' store=True string='Layout sequence'
  • layout_cat_id Many2one → mrp_repair.layout.category
    args: 'mrp_repair.layout.category', 'Section'
  • sequence Integer
    args: 'Sequence'
Public methods (0)

No public methods.

New fields (5)
  • name Char
    required=True args: 'Name'
  • pagebreak Boolean
    args: 'Add pagebreak'
  • separator Boolean
    default=True args: 'Add separator'
  • sequence Integer
    default=10 required=True args: 'Sequence'
  • subtotal Boolean
    default=True args: 'Add subtotal'
Public methods (0)

No public methods.