Wizard to validate multiple moves

account_move_validation_improvement
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/7.0/account_move_validation_improvement
VERSION
VERSION 1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Matthieu Dietrich, Nicolas Bessi, OCA Transbot
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_constraints
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Re-defining a base wizard (validate all moves in a period for a journal),
but extending it to multiple periods and multiple journals.
It replaces the base one defined in addons/account/wizard.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account.validate_account_move_view Post Journal Entries validate.account.move form New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • validate_move(self, cr, uid, ids, context=None)