Repository
OCA/storage · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/storage
Last tracking update
2026-08-07 09:06:26
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
Stéphane Bidoul
Odoo dependencies
OCA/server-env:
OCA/storage:
odoo/odoo:
Python dependencies
fsspec>=2024.5.0
System dependencies
None
Required by
None
Description
This addon is a demo addon for the `fs_folder` module. It adds declare a new
`FsFolder` field on the res.partner. From the partner form, you can create a
folder. This folder is created by default into a subfolder of the Odoo file store.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_form_view res.partner.form (in fs_content_test) res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • initialize_folder(self)
    Initialize the folder field with a default value.

Loading…