Directories dms.directory kanban,tree,form [ ("storage_id", "=", active_id), ("is_hidden", "=", False), ] { 'default_storage_id': active_id, 'default_is_root_directory': True, }

Click to add a new directory.

Directories can be used to structure and organize files directly in Odoo.

Files dms.file kanban,tree,graph,pivot,form [ ("storage_id", "=", active_id), ("is_hidden", "=", False), ]

Click to add a new file.

Files are used to save content directly in Odoo.

Files dms.file tree [ ("storage_id", "=", active_id), ("require_migration", "=", True), "|",("active", "=", False), ("active", "!=", False) ]

Add a new File.

Files are used to save content directly in Odoo.

dms_storage.search dms.storage dms_storage.tree dms.storage dms_storage.form dms.storage
º Storages dms.storage tree,form

Create a new Storage object.

Storages are used to configure your Documents.

dms_storage.form dms.storage primary 1 1
New Storage dms.storage form new