TIP: You can type at any time to perform a new search.
Deferred Parent Computation Import
defer_parent_store_computation_import · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Uncategorized
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.savoirfairelinux.com
- Last tracking update
- 2026-08-07 06:56:12
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Guewen Baconnier, Sandy Carter
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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.
HTTP endpoints (0)
No HTTP endpoints 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.