TIP: You can type at any time to perform a new search.
Repair Reinvoice
repair_reinvoice · OCA/repair
- Repository
- OCA/repair · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Repair
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/repair
- Last tracking update
- 2026-08-07 08:09:30
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- mariadforgeflow
- Committers
- Weblate, OCA-git-bot, oca-ci, PauBForgeFlow
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repair_order_form |
repair.form | repair.order | form | Inherits repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
reverse_moves(self)
New fields (3)
-
invoice_countIntegercompute='_compute_invoice_count'copy=Falsedefault=0store=Truestring='Bill Count' -
invoice_idsMany2many → account.movecopy=Falsedomain=[('move_type', 'in', ('out_invoice', 'out_refund'))]readonly=Truestring='Invoices'tracking=True args: 'account.move' -
invoicedBooleancompute='_compute_invoiced'store=True
-
action_created_invoices(self)