Skip to content

Commit

Permalink
[FIX] dms: Avoid error when set files from directory form view
Browse files Browse the repository at this point in the history
  • Loading branch information
adasatorres authored and kobros-tech committed Jan 13, 2025
1 parent 555c005 commit 3201e04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dms/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Document Management System
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a0cce9518fc75017ba550bbfe7ac102af392bd5367a1da8362d7d17b3df143f5
!! source digest: sha256:bb48619b1fed8e540f4e26169d96d9bdf97b26a3b0ac570c17262c1b4b9fdc08
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion dms/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Document Management System",
"summary": """Document Management System for Odoo""",
"version": "16.0.1.1.1",
"version": "16.0.1.1.2",
"category": "Document Management",
"license": "LGPL-3",
"website": "https://github.com/OCA/dms",
Expand Down
2 changes: 1 addition & 1 deletion dms/models/dms_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def _compute_path(self):
{
"model": model._name,
"name": current_dir.name,
"id": current_dir.id,
"id": current_dir._origin.id,
},
)
current_dir = current_dir.parent_id
Expand Down
2 changes: 1 addition & 1 deletion dms/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Document Management System</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a0cce9518fc75017ba550bbfe7ac102af392bd5367a1da8362d7d17b3df143f5
!! source digest: sha256:bb48619b1fed8e540f4e26169d96d9bdf97b26a3b0ac570c17262c1b4b9fdc08
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/dms/tree/16.0/dms"><img alt="OCA/dms" src="https://img.shields.io/badge/github-OCA%2Fdms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/dms-16-0/dms-16-0-dms"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/dms&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>DMS is a module for creating, managing and viewing document files directly
Expand Down

0 comments on commit 3201e04

Please sign in to comment.