TIP: You can type at any time to perform a new search.
Account Move Batch Validate
account_move_batch_validate · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Finance
- Folder size
- 0.18 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-tools
- Last tracking update
- 2026-08-07 07:31:53
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Weblate, OCA Transbot, OCA-git-bot, oca-travis, Iryna Vushnevska
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_form |
account.move.form in (account_move_batch_validate) | account.move | form | Inherits account.view_move_form |
account_move_tree |
account.move.tree in (account_move_batch_validate) | account.move | tree | Inherits account.view_move_tree |
validate_account_move_form |
validate.account.move.form (in account_move_batch_validate) | validate.account.move | form | Inherits account.validate_account_move_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
post_job_uuidCharstring='UUID of the Job to approve this move' -
to_postBooleanhelp='Check this box to mark the move for batch posting'readonly=Truestring='Posting requested'
-
mark_for_posting(self, eta=None)@api.multiMark a list of moves for delayed posting, and enqueue the jobs. For massive amounts of moves, this becomes necessary to avoid MemoryError's -
unmark_for_posting(self)@api.multi -
validate_one_move(self)@api.multi@job(default_channel='root.account_move_batch_validate')
New fields (3)
-
actionSelectiondefault='mark'required=Trueselection='_get_actions'string='Action' -
asynchronousBooleanstring='Use asynchronous validation' -
etaIntegerstring='Seconds to wait before starting the jobs'
-
process_wizard(self, wizard_data)@job() -
validate_move(self)@api.multi
Loading…
Loading…
Loading…
Loading…
Loading…