Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
Akim Juillerat, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows the user to refund only specific lines in invoices.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_invoice_refund_lines account.move.reversal.lines.form account.move.reversal form Inherits account.view_account_move_reversal
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • line_ids Many2many → account.move.line
    column1='wiz_id' column2='line_id' comodel_name='account.move.line' domain="[('id', 'in', selectable_invoice_lines_ids)]" relation='account_invoice_line_refund_rel' string='Invoice lines to refund'
  • refund_lines Boolean
  • selectable_invoice_lines_ids Many2many → account.move.line
    args: 'account.move.line'
Public methods (1)
  • default_get(self, fields)
    @api.model

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…