Export Security

base_export_security
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/10.0/base_export_security
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSOCA Transbot, Dave Lasley, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://laslabs.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_backend assets_backend ir.ui.view qweb Inherits web.assets_backend
export_view_form Export Log export.event form New
export_view_search Export Logs Search export.event search New
export_view_tree Export Logs export.event tree New
qunit_suite qunit_suite ir.ui.view qweb Inherits web.qunit_suite
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • export_data(self, fields_to_export, raw_data=False)
    @api.multi

New fields (5)
  • field_ids Many2many → ir.model.fields
    readonly=True string='Exported Fields' args: 'ir.model.fields'
  • model_id Many2one → ir.model
    readonly=True string='Exported Model' args: 'ir.model'
  • name Char
  • record_ids Many2many → ir.model.data
    readonly=True string='Exported Records' args: 'ir.model.data'
  • user_id Many2one → res.users
    readonly=True string='Exported by' args: 'res.users'
Public methods (2)
  • log_export(self, recordset, field_names)
    @api.model
  • post_notification(self)
    @api.multi