Deferred Parent Computation Import

defer_parent_store_computation_import
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/7.0/defer_parent_store_computation_import
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSGuewen Baconnier, Sandy Carter
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_import
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Deferred Parent Computation Import
==================================

Add option to import with deferred parent computation.

When importing large amounts of data, the parent store
computation can have major negative performance issues.

Deferring the parent store computation to the end of the import
can speed long imports tremendously.

Contributors
------------
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Pedro M. Baeza <pedro.baeza@gmail.com>

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • do(self, cr, uid, id, fields, options, dryrun=False, context=None)
    When importing large amounts of data, the parent store computation can have major negative performance issues. Deferring the parent store computation to the end of the import can speed long imports tremendously.