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
Odoo dependencies
Python dependencies
requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_uuid Char
    string='UUID of the Job to approve this move'
  • to_post Boolean
    help='Check this box to mark the move for batch posting' readonly=True string='Posting requested'
Public methods (3)
  • mark_for_posting(self, eta=None)
    @api.multi
    Mark 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)
  • action Selection
    default='mark' required=True selection='_get_actions' string='Action'
  • asynchronous Boolean
    string='Use asynchronous validation'
  • eta Integer
    string='Seconds to wait before starting the jobs'
Public methods (2)
  • process_wizard(self, wizard_data)
    @job()
  • validate_move(self)
    @api.multi

Loading…

Loading…

Loading…

Loading…

Loading…