Repair Reinvoice

repair_reinvoice
REPOSITORY
REPOSITORYOCA/repair
GIT
GIThttps://github.com/OCA/repair.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/repair/tree/16.0/repair_reinvoice
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYRepair
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSmariadforgeflow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, PauBForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/repair
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - repair
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale_management
    - sale
    - sales_team
    - account_payment
    - account
    - analytic
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_repair_order_form repair.form repair.order button Inherits repair.view_repair_order_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self)

New fields (3)
  • invoice_count Integer
    compute='_compute_invoice_count' copy=False default=0 store=True string='Bill Count'
  • invoice_ids Many2many → account.move
    copy=False domain=[('move_type', 'in', ('out_invoice', 'out_refund'))] readonly=True string='Invoices' tracking=True args: 'account.move'
  • invoiced Boolean
    compute='_compute_invoiced' store=True
Public methods (1)
  • action_created_invoices(self)