Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Account
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 07:56:57
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-ci, Jasmin Solanki
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_move_post_block
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_move_filter account_move_exception.view_accounts_move_filter account.move Inherits account.view_account_move_filter
view_move_form account_move_exception.view_move_form account.move form Inherits account.view_move_form
view_move_tree account_move_exception.view_move_tree account.move tree Inherits account.view_move_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
661 days ago
Last activity
94 days ago
Repository
OCA/account-invoicing
Pull request
[16.0][MIG] account_move_exception: Migration to 16.0 (#1824)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
94 days ago
Last activity
94 days ago
Repository
OCA/account-invoicing
Pull request
[18.0][FIX] check migration of account_move_exception doing in 2147 (#2355)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
296 days ago
Last activity
94 days ago
Repository
OCA/account-invoicing
Pull request
[18.0][MIG] account_move_exception: Migration to 18.0 (#2147)