Account Move Exception

account_move_exception
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_move_exception
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Account
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_exception
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 (3)
XML IDNameModelTypeStatus
view_account_move_filter account_move_exception.view_accounts_move_filter account.move filter Inherits account.view_account_move_filter
view_move_form account_move_exception.view_move_form account.move sheet Inherits account.view_move_form
view_move_tree account_move_exception.view_move_tree account.move field Inherits account.view_move_tree
Models touched (4)

New fields (1)
  • related_model_id Many2one → account.move
    comodel_name='account.move' string='Journal Entry'
Public methods (1)
  • action_confirm(self)

New fields (0)

No new fields.

Public methods (6)
  • account_move_check_exception(self)
    @api.constrains('ignore_exception', 'line_ids', 'state')
  • action_post(self)
  • button_draft(self)
  • detect_exceptions(self)
  • onchange_ignore_exception(self)
    @api.onchange('line_ids')
  • test_all_draft_moves(self)
    @api.model

New fields (1)
  • ignore_exception Boolean
    related='move_id.ignore_exception' store=True string='Ignore Exceptions'
Public methods (0)

No public methods.

New fields (2)
  • account_move_ids Many2many → account.move
    comodel_name='account.move' string='Journal Entries'
  • model Selection
    ondelete={'account.move': 'cascade', 'account.move.line': 'cascade'} selection_add=[('account.move', 'Account move'), ('account.move.line', 'Account move 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/14.0/account_move_exception
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Account
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_exception
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 (3)
XML IDNameModelTypeStatus
view_account_move_filter account_move_exception.view_accounts_move_filter account.move filter Inherits account.view_account_move_filter
view_move_form account_move_exception.view_move_form account.move sheet Inherits account.view_move_form
view_move_tree account_move_exception.view_move_tree account.move field Inherits account.view_move_tree
Models touched (4)

New fields (1)
  • related_model_id Many2one → account.move
    comodel_name='account.move' string='Journal Entry'
Public methods (1)
  • action_confirm(self)

New fields (0)

No new fields.

Public methods (6)
  • account_move_check_exception(self)
    @api.constrains('ignore_exception', 'line_ids', 'state')
  • action_post(self)
  • button_draft(self)
  • detect_exceptions(self)
  • onchange_ignore_exception(self)
    @api.onchange('line_ids')
  • test_all_draft_moves(self)
    @api.model

New fields (1)
  • ignore_exception Boolean
    related='move_id.ignore_exception' store=True string='Ignore Exceptions'
Public methods (0)

No public methods.

New fields (2)
  • account_move_ids Many2many → account.move
    comodel_name='account.move' string='Journal Entries'
  • model Selection
    ondelete={'account.move': 'cascade', 'account.move.line': 'cascade'} selection_add=[('account.move', 'Account move'), ('account.move.line', 'Account move 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/13.0/account_move_exception
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYGeneric Modules/Account
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordiMForgeFlow, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_exception
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 (3)
XML IDNameModelTypeStatus
view_account_move_filter account_move_exception.view_accounts_move_filter account.move filter Inherits account.view_account_move_filter
view_move_form account_move_exception.view_move_form account.move header Inherits account.view_move_form
view_move_tree account_move_exception.view_move_tree account.move field Inherits account.view_move_tree
Models touched (4)

New fields (1)
  • related_model_id Many2one → account.move
    args: 'account.move', 'Journal Entry'
Public methods (1)
  • action_confirm(self)

New fields (0)

No new fields.

Public methods (6)
  • account_move_check_exception(self)
    @api.constrains('ignore_exception', 'line_ids', 'state')
  • action_post(self)
  • button_draft(self)
  • detect_exceptions(self)
  • onchange_ignore_exception(self)
    @api.onchange('line_ids')
  • test_all_draft_moves(self)
    @api.model

New fields (1)
  • ignore_exception Boolean
    related='move_id.ignore_exception' store=True string='Ignore Exceptions'
Public methods (0)

No public methods.

New fields (2)
  • account_move_ids Many2many → account.move
    comodel_name='account.move' string='Journal Entries'
  • model Selection
    selection_add=[('account.move', 'Account move'), ('account.move.line', 'Account move line')]
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-invoicing
PULL REQUEST
PULL REQUEST[18.0][MIG] account_move_exception: Migration to 18.0 (#2147)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-invoicing
PULL REQUEST
PULL REQUEST[16.0][MIG] account_move_exception: Migration to 16.0 (#1824)