Account Invoice Refund Reason

account_invoice_refund_reason
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_reason
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Duy (Đỗ Anh)
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 allows you to define a list of reasons to create a credit
note from a customer invoice or vendor bill and report on them.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
account_invoice_refund_reasons_search account.move.refund.reason.search account.move.refund.reason search New
view_account_invoice_refund_reason account.move.refund.reason.form account.move.refund.reason form New
view_account_invoice_refund_reason_tree account.move.refund.reason.list account.move.refund.reason list New
view_account_move_reversal view.account.move.reversal.form account.move.reversal xpath Inherits account.view_account_move_reversal
view_move_form view.account.move.form account.move xpath Inherits account.view_move_form
Models touched (3)

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    string='Refund Reason' args: 'account.move.refund.reason'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • description Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (2)
  • reason Char
    compute='_compute_reason' precompute=True readonly=False store=True
  • reason_id Many2one → account.move.refund.reason
    string='Refund Reason' args: 'account.move.refund.reason'
Public methods (1)
  • reverse_moves(self, is_modify=False)
    Overriden to set the reason_id fields in the new created refunds
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_reason
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, BT-anieto
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 02:42:21
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 (5)
XML IDNameModelTypeStatus
account_invoice_refund_reasons_search account.move.refund.reason.search account.move.refund.reason search New
view_account_invoice_refund_reason account.move.refund.reason.form account.move.refund.reason form New
view_account_invoice_refund_reason_tree account.move.refund.reason.tree account.move.refund.reason tree New
view_account_move_reversal view.account.move.reversal.form account.move.reversal xpath Inherits account.view_account_move_reversal
view_move_form view.account.move.form account.move xpath Inherits account.view_move_form
Models touched (3)

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    readonly=True string='Refund Reason' args: 'account.move.refund.reason'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • description Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (2)
  • reason Char
    compute='_compute_reason' precompute=True readonly=False store=True
  • reason_id Many2one → account.move.refund.reason
    string='Refund Reason' args: 'account.move.refund.reason'
Public methods (1)
  • reverse_moves(self)
    Overriden to set the reason_id fields in the new created refunds
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_reason
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza, Héctor Vi Or
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:38
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 (5)
XML IDNameModelTypeStatus
account_invoice_refund_reasons_search account.move.refund.reason.search account.move.refund.reason search New
view_account_invoice_refund_reason account.move.refund.reason.form account.move.refund.reason form New
view_account_invoice_refund_reason_tree account.move.refund.reason.tree account.move.refund.reason tree New
view_account_move_reversal view.account.move.reversal.form account.move.reversal xpath Inherits account.view_account_move_reversal
view_move_form view.account.move.form account.move xpath Inherits account.view_move_form
Models touched (3)

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    readonly=True string='Refund Reason' args: 'account.move.refund.reason'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • description Char
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    string='Refund Reason' args: 'account.move.refund.reason'
Public methods (1)
  • reverse_moves(self)
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_reason
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSMiquel Raïch, JordiMForgeFlow, AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, Christopher Ormaza
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
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 (5)
XML IDNameModelTypeStatus
account_invoice_refund_reasons_search account.move.refund.reason.search account.move.refund.reason search New
view_account_invoice_refund_reason account.move.refund.reason.form account.move.refund.reason form New
view_account_invoice_refund_reason_tree account.move.refund.reason.tree account.move.refund.reason tree New
view_account_move_reversal view.account.move.reversal.form account.move.reversal xpath Inherits account.view_account_move_reversal
view_move_form view.account.move.form account.move xpath Inherits account.view_move_form
Models touched (3)

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    readonly=True string='Refund Reason' args: 'account.move.refund.reason'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • description Char
  • name Char
    required=True translate=True args: 'Name'
Public methods (0)

No public methods.

New fields (1)
  • reason_id Many2one → account.move.refund.reason
    string='Refund Reason' args: 'account.move.refund.reason'
Public methods (1)
  • reverse_moves(self)
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_reason
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Jaume Bernaus
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 (5)
XML IDNameModelTypeStatus
account_invoice_refund_reasons_search account.invoice.refund.reason.search account.invoice.refund.reason search New
extended_view_account_invoice extended.account.invoice.form account.move xpath Inherits account.view_move_form
view_account_invoice_refund_reason account.invoice.refund.reason.form account.invoice.refund.reason form New
view_account_invoice_refund_reason_tree account.invoice.refund.reason.tree account.invoice.refund.reason tree New
view_account_move_reversal view.account.move.inherit.reversal account.move.reversal xpath Inherits account.view_account_move_reversal
Models touched (3)

New fields (3)
  • active Boolean
    default=True
  • description Char
  • name Char
    required=True translate=True args: 'Name'
Public methods (0)

No public methods.

New fields (1)
  • reason_id Many2one → account.invoice.refund.reason
    string='Refund Reason' args: 'account.invoice.refund.reason'
Public methods (0)

No public methods.

New fields (1)
  • reason_id Many2one → account.invoice.refund.reason
    string='Refund Reason' args: 'account.invoice.refund.reason'
Public methods (1)
  • reverse_moves(self)
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_reason
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Serpent CS
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Chankya
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 (5)
XML IDNameModelTypeStatus
extended_view_account_invoice extended.account.invoice.form account.invoice xpath Inherits account.invoice_form
extended_view_account_invoice_refund extended.account.invoice.refund.form account.invoice.refund xpath Inherits account.view_account_invoice_refund
extended_view_account_invoice_supplier_form extended.account.invoice.supplier.form account.invoice xpath Inherits account.invoice_supplier_form
view_account_invoice_refund_reason account.invoice.refund.reason.form account.invoice.refund.reason form New
view_account_invoice_refund_reason_tree account.invoice.refund.reason.tree account.invoice.refund.reason tree New
Models touched (3)

New fields (1)
  • reason_id Many2one → account.invoice.refund.reason
    string='Reason' args: 'account.invoice.refund.reason'
Public methods (0)

No public methods.

New fields (1)
  • reason_id Many2one → account.invoice.refund.reason
    string='Reason to credit' args: 'account.invoice.refund.reason'
Public methods (1)
  • compute_refund(self, mode='refund')
    @api.multi

New fields (1)
  • name Char
    required=True translate=True args: 'Name'
Public methods (0)

No public methods.