Export Documents from database

document_export_from_db
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/7.0/document_export_from_db
VERSION
VERSION 1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSAlexandre Fayolle, Sylvain LE GAL, Rudolf Schnapka
WEBSITE
WEBSITEhttp://julius.fr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - document
    - knowledge
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Add a Button to export existing documents from database to File System
======================================================================


* Make sure you've correctly defined the filestore in your database:
    * "Settings > Parameters > System Parameters":
        * "key": "ir_attachment.location"
        * "value": "file:///filestore"

* Go to your document list, select all the documents you want to extract.
* Click on "More > Documents Export"
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_document_multiple_action_form Document multiple action document.multiple.action form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • write_again(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (1)
  • write_again(self, cr, uid, ids, context=None)