JSONify Stored

jsonifier_stored
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/14.0/jsonifier_stored
VERSION
VERSION 1.0.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
COMMITTERSWeblate, OCA-git-bot, Simone Orsi, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/server-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/queue:
    - queue_job
OCA/server-tools:
    - jsonifier
odoo/odoo:
    - base
    - base_sparse_field
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (2)
  • ir_export_id Many2one → ir.exports
    compute='_compute_ir_export_id' args: 'ir.exports'
  • jsonified_display Text
    compute='_compute_jsonified_display'
Public methods (3)
  • cron_update_json_data_for(self, model_name, chunk_size=5, domain=None, lang_domains=None, job_params=None)
    @api.model
    Generate jobs to compute JSON data for given model. If the curent model has a `lang_id` field, one job-ification per lang will be triggered.
  • jobify_json_data_compute_for(self, model, chunk_size=5, domain=None, ids=None, lang=None, job_params=None)
    @api.model
  • jsonify_compute_data_for(self, model_name, ids)
    @api.model