dms icon indicating copy to clipboard operation
dms copied to clipboard

Odoo modules for a Document Management System

Results 41 dms issues
Sort by recently updated
recently updated
newest added

Good morning, it seems that sometimes the directory or file name causes a line break and pushes the text outside of the template. I haven't been able to reproduce the...

approved
ready to merge
stale

When using dms_storage the content_file and content_binary can be set because the file save_type stay unchange and set those fields in _update_content_vals

stale

I need to understand how can we create folders for each partner under partners directory, I am blocked from creating a new record from the form view as res_id is...

bug
stale

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-19.0 # Modules to migrate - [ ] dms - [ ] dms_auto_classification - [ ] dms_field - [ ] dms_field_auto_classification - [ ] dms_user_role - [ ]...

help wanted
work in progress
no stale

## Module dms ## Describe the bug The write, unlink and create access permissions defined in the dms groups are not working as intended. Every operation is allowed regardless of...

bug

With this PR, the groups declared in child directories of the field template are propagated to the directories created in the target record. I have also included a couple of...

approved
ready to merge

Added a new module that allows users to download multiple selected files as a zip archive.

When an access group is deleted without removing the related directories, the user will be stucked with errors when trying to create new directories. It happens when you have only...

When you save a dms_file, `_update_content_vals` is called with a super first. This super will check the dms_file save_type which is "file" and will set the content_binary After this the...

bug