Show links between refunds and their originator invoices.

account_invoice_refund_link
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/19.0/account_invoice_refund_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vicent-S73
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module shows the links between refunds and their original invoices
in the invoice form and also keep track of refund lines and their
original invoice lines.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_refund_form_view account.invoice.refund.form.view account.move form New
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self, is_modify=False)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/18.0/account_invoice_refund_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module shows the links between refunds and their original invoices
in the invoice form and also keep track of refund lines and their
original invoice lines.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_refund_form_view account.invoice.refund.form.view account.move form New
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self, is_modify=False)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/17.0/account_invoice_refund_link
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSmanu, Weblate, OCA-git-bot, oca-ci, André Leite
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module shows the links between refunds and their original invoices
in the invoice form and also keep track of refund lines and their
original invoice lines.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_refund_form_view account.invoice.refund.form.view account.move form New
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self, is_modify=False)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/account_invoice_refund_link
VERSION
VERSION 1.0.5
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, Luis J. Salvatierra, oca-ci, pedrocasi, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/15.0/account_invoice_refund_link
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Weblate, OCA-git-bot, oca-ci, Valentin Vinagre Urteaga, Koen Loodts, OriolVForgeFlow, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/14.0/account_invoice_refund_link
VERSION
VERSION 1.0.5
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, OCA Transbot, João Marques, oca-travis, Weblate, OCA-git-bot, François Honoré, Michael Tietz
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/13.0/account_invoice_refund_link
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, Jairo Llopis, OCA Transbot, Ernesto Tejeda, Sergio Teruel, oca-travis, Weblate, OCA-git-bot, ernestotejeda
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.move notebook Inherits account.view_move_form
Models touched (3)

New fields (1)
  • refund_invoice_ids One2many → account.move
    readonly=True string='Refund Invoices' args: 'account.move', 'reversed_entry_id'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_id Many2one → account.move.line
    comodel_name='account.move.line' copy=False help='Original invoice line to which this refund invoice line is referred to' index=True string='Original invoice line'
  • refund_line_ids One2many → account.move.line
    comodel_name='account.move.line' copy=False help='Refund invoice lines created from this invoice line' inverse_name='origin_line_id' string='Refund invoice lines'
Public methods (1)
  • copy_data(self, default=None)
    Link refund lines with the original ones when copying move lines from the `_reverse_move_vals` method.

New fields (0)

No new fields.

Public methods (1)
  • reverse_moves(self)
    Only link invoice lines with theirs original lines when the reversal move has been done from reversal wizard.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/12.0/account_invoice_refund_link
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, Nikul-Chaudhary
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.invoice notebook Inherits account.invoice_form
view_supplier_account_invoice_add_refunds_details_form Account invoice (supplier) | add Refunds details (form) account.invoice notebook Inherits account.invoice_supplier_form
Models touched (2)

New fields (1)
  • refund_reason Text
    string='Refund reason'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_ids Many2many → account.invoice.line
    column1='refund_line_id' column2='original_line_id' comodel_name='account.invoice.line' copy=False help='Original invoice line to which this refund invoice line is referred to' relation='account_invoice_line_refunds_rel' string='Original invoice line'
  • refund_line_ids Many2many → account.invoice.line
    column1='original_line_id' column2='refund_line_id' comodel_name='account.invoice.line' copy=False help='Refund invoice lines created from this invoice line' relation='account_invoice_line_refunds_rel' string='Refund invoice line'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/11.0/account_invoice_refund_link
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, oihane, Oihane Crucelaegui
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.invoice notebook Inherits account.invoice_form
view_supplier_account_invoice_add_refunds_details_form Account invoice (supplier) | add Refunds details (form) account.invoice notebook Inherits account.invoice_supplier_form
Models touched (2)

New fields (1)
  • refund_reason Text
    string='Refund reason'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_ids Many2many → account.invoice.line
    column1='refund_line_id' column2='original_line_id' comodel_name='account.invoice.line' copy=False help='Original invoice line to which this refund invoice line is referred to' relation='account_invoice_line_refunds_rel' string='Original invoice line'
  • refund_line_ids Many2many → account.invoice.line
    column1='original_line_id' column2='refund_line_id' comodel_name='account.invoice.line' copy=False help='Refund invoice lines created from this invoice line' relation='account_invoice_line_refunds_rel' string='Refund invoice line'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/10.0/account_invoice_refund_link
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Cédric Pigeon, Jairo Llopis, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.invoice notebook Inherits account.invoice_form
view_supplier_account_invoice_add_refunds_details_form Account invoice (supplier) | add Refunds details (form) account.invoice notebook Inherits account.invoice_supplier_form
Models touched (2)

New fields (3)
  • origin_invoice_ids Many2many → account.invoice
    column1='refund_invoice_id' column2='original_invoice_id' comodel_name='account.invoice' copy=False help='Original invoice to which this refund invoice is referred to' readonly=True relation='account_invoice_refunds_rel' string='Original invoice'
  • refund_invoice_ids Many2many → account.invoice
    column1='original_invoice_id' column2='refund_invoice_id' comodel_name='account.invoice' copy=False help='Refund invoices created from this invoice' readonly=True relation='account_invoice_refunds_rel' string='Refund invoices'
  • refund_reason Text
    string='Refund reason'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_ids Many2many → account.invoice.line
    column1='refund_line_id' column2='original_line_id' comodel_name='account.invoice.line' copy=False help='Original invoice line to which this refund invoice line is referred to' relation='account_invoice_line_refunds_rel' string='Original invoice line'
  • refund_line_ids Many2many → account.invoice.line
    column1='original_line_id' column2='refund_line_id' comodel_name='account.invoice.line' copy=False help='Refund invoice lines created from this invoice line' relation='account_invoice_line_refunds_rel' string='Refund invoice line'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/9.0/account_invoice_refund_link
VERSION
VERSION 2.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_customer_account_invoice_add_refunds_details_form Account invoice (customer) | add Refunds details (form) account.invoice notebook Inherits account.invoice_form
view_supplier_account_invoice_add_refunds_details_form Account invoice (supplier) | add Refunds details (form) account.invoice notebook Inherits account.invoice_supplier_form
Models touched (2)

New fields (3)
  • origin_invoice_ids Many2many → account.invoice
    column1='refund_invoice_id' column2='original_invoice_id' comodel_name='account.invoice' copy=False help='Original invoice to which this refund invoice is referred to' readonly=True relation='account_invoice_refunds_rel' string='Original invoice'
  • refund_invoice_ids Many2many → account.invoice
    column1='original_invoice_id' column2='refund_invoice_id' comodel_name='account.invoice' copy=False help='Refund invoices created from this invoice' readonly=True relation='account_invoice_refunds_rel' string='Refund invoices'
  • refund_reason Text
    string='Refund reason'
Public methods (0)

No public methods.

New fields (2)
  • origin_line_ids Many2many → account.invoice.line
    column1='refund_line_id' column2='original_line_id' comodel_name='account.invoice.line' copy=False help='Original invoice line to which this refund invoice line is referred to' relation='account_invoice_line_refunds_rel' string='Original invoice line'
  • refund_line_ids Many2many → account.invoice.line
    column1='original_line_id' column2='refund_line_id' comodel_name='account.invoice.line' copy=False help='Refund invoice lines created from this invoice line' relation='account_invoice_line_refunds_rel' string='Refund invoice line'
Public methods (0)

No public methods.