TIP: You can type at any time to perform a new search.
Account Move Exception
account_move_exception · OCA/account-invoicing
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.movecomodel_name='account.move'string='Journal Entry'
-
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_exceptionBooleanrelated='move_id.ignore_exception'store=Truestring='Ignore Exceptions'
No public methods.
New fields (2)
-
account_move_idsMany2many → account.movecomodel_name='account.move'string='Journal Entries' -
modelSelectionondelete={'account.move': 'cascade', 'account.move.line': 'cascade'}selection_add=[('account.move', 'Account move'), ('account.move.line', 'Account move line')]
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)