mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 10:32:09 +02:00
19.0 vanilla
This commit is contained in:
parent
0a7ae8db93
commit
991d2234ca
416 changed files with 646602 additions and 300844 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
SCRIPT_EXTENSIONS = ('js',)
|
||||
|
|
@ -8,3 +7,9 @@ ASSET_EXTENSIONS = SCRIPT_EXTENSIONS + STYLE_EXTENSIONS + TEMPLATE_EXTENSIONS
|
|||
|
||||
SUPPORTED_DEBUGGER = {'pdb', 'ipdb', 'wdb', 'pudb'}
|
||||
EXTERNAL_ASSET = object()
|
||||
|
||||
PREFETCH_MAX = 1000
|
||||
"""Maximum number of prefetched records"""
|
||||
|
||||
GC_UNLINK_LIMIT = 100_000
|
||||
"""Maximuum number of records to clean in a single transaction."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue