Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 103 additions & 0 deletions dms_attachment_link/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
===================
Dms Attachment Link
===================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:639d9b34912e2e0fa6eab087580500d74fd8091fa757353117de5be7963c7e31
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdms-lightgray.png?logo=github
:target: https://github.com/OCA/dms/tree/17.0/dms_attachment_link
:alt: OCA/dms
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/dms-17-0/dms-17-0-dms_attachment_link
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/dms&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a wizard to be able to link an DMS file as an
attachment of a document.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Open the form view of a document (Example: the contact "Azure
Interior").
2. Go to the chatter and click on the clip icon.
3. Click **Add DMS File** link.
4. A popup wizard will appear.
5. Search for the desired DMS file (Example: Sydney.jpg) and click on
the "Add" button.
6. A new attachment will be created for the document without duplicating
the content.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/dms/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/dms/issues/new?body=module:%20dms_attachment_link%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__

- Pedro M. Baeza
- Víctor Martínez

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-victoralmau| image:: https://github.com/victoralmau.png?size=40px
:target: https://github.com/victoralmau
:alt: victoralmau

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-victoralmau|

This module is part of the `OCA/dms <https://github.com/OCA/dms/tree/17.0/dms_attachment_link>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions dms_attachment_link/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
22 changes: 22 additions & 0 deletions dms_attachment_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2023 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Dms Attachment Link",
"version": "18.0.1.0.0",
"category": "Document Management",
"website": "https://github.com/OCA/dms",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["dms"],
"data": [
"views/dms_file_views.xml",
],
"assets": {
"web.assets_backend": [
"dms_attachment_link/static/src/js/dms_attachment_link.esm.js",
"dms_attachment_link/static/src/xml/chatter.xml",
],
},
"installable": True,
"maintainers": ["victoralmau"],
}
51 changes: 51 additions & 0 deletions dms_attachment_link/i18n/dms_attachment_link.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * dms_attachment_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: dms_attachment_link
#: model_terms:ir.ui.view,arch_db:dms_attachment_link.view_dms_file_kanban_wizard_selection
msgid "Add"
msgstr ""

#. module: dms_attachment_link
#. odoo-javascript
#: code:addons/dms_attachment_link/static/src/xml/chatter.xml:0
#, python-format
msgid "Add DMS File"
msgstr ""

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_attachment
msgid "Attachment"
msgstr ""

#. module: dms_attachment_link
#: model:ir.model.fields,field_description:dms_attachment_link.field_ir_attachment__dms_file_id
msgid "Dms File"
msgstr ""

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_dms_file
msgid "File"
msgstr ""

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_binary
msgid "File streaming helper model for controllers"
msgstr ""

#. module: dms_attachment_link
#: model:ir.actions.act_window,name:dms_attachment_link.action_dms_file_wizard_selector_dms_attachment_link
msgid "Files"
msgstr ""
55 changes: 55 additions & 0 deletions dms_attachment_link/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * dms_attachment_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-13 07:19+0000\n"
"PO-Revision-Date: 2023-07-28 22:09+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: dms_attachment_link
#: model_terms:ir.ui.view,arch_db:dms_attachment_link.view_dms_file_kanban_wizard_selection
msgid "Add"
msgstr "Añadir"

#. module: dms_attachment_link
#. odoo-javascript
#: code:addons/dms_attachment_link/static/src/xml/chatter.xml:0
#, python-format
msgid "Add DMS File"
msgstr "Añadir archivo DMS"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_attachment
msgid "Attachment"
msgstr "Adjunto"

#. module: dms_attachment_link
#: model:ir.model.fields,field_description:dms_attachment_link.field_ir_attachment__dms_file_id
msgid "Dms File"
msgstr "Archivo Dms"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_dms_file
msgid "File"
msgstr "Archivo"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_binary
msgid "File streaming helper model for controllers"
msgstr ""

#. module: dms_attachment_link
#: model:ir.actions.act_window,name:dms_attachment_link.action_dms_file_wizard_selector_dms_attachment_link
msgid "Files"
msgstr "Archivos"
54 changes: 54 additions & 0 deletions dms_attachment_link/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * dms_attachment_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-10-13 18:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"

#. module: dms_attachment_link
#: model_terms:ir.ui.view,arch_db:dms_attachment_link.view_dms_file_kanban_wizard_selection
msgid "Add"
msgstr "Aggiungi"

#. module: dms_attachment_link
#. odoo-javascript
#: code:addons/dms_attachment_link/static/src/xml/chatter.xml:0
#, python-format
msgid "Add DMS File"
msgstr "Aggiungi file DMS"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_attachment
msgid "Attachment"
msgstr "Allegato"

#. module: dms_attachment_link
#: model:ir.model.fields,field_description:dms_attachment_link.field_ir_attachment__dms_file_id
msgid "Dms File"
msgstr "File DMS"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_dms_file
msgid "File"
msgstr "File"

#. module: dms_attachment_link
#: model:ir.model,name:dms_attachment_link.model_ir_binary
msgid "File streaming helper model for controllers"
msgstr "Modello aiuto streaming file per controller"

#. module: dms_attachment_link
#: model:ir.actions.act_window,name:dms_attachment_link.action_dms_file_wizard_selector_dms_attachment_link
msgid "Files"
msgstr "File"
3 changes: 3 additions & 0 deletions dms_attachment_link/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from . import dms_file
from . import ir_attachment
from . import ir_binary
19 changes: 19 additions & 0 deletions dms_attachment_link/models/dms_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import models


class DmsFile(models.Model):
_inherit = "dms.file"

def _prepare_ir_attachment_values(self):
return {
"dms_file_id": self.id,
"name": self.name,
"res_model": self.env.context.get("active_model"),
"res_id": self.env.context.get("active_id"),
}

def action_create_attachment_from_record(self):
return self.env["ir.attachment"].create(self._prepare_ir_attachment_values())
19 changes: 19 additions & 0 deletions dms_attachment_link/models/ir_attachment.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, fields, models


class IrAttachment(models.Model):
_inherit = "ir.attachment"

dms_file_id = fields.Many2one(comodel_name="dms.file")

@api.depends("dms_file_id", "dms_file_id.content")
def _compute_datas(self):
"""Get the contents of the attachment directly from the DMS file."""
_self = self.filtered("dms_file_id")
res = super(IrAttachment, (self - _self))._compute_datas()
for item in _self:
item.datas = item.dms_file_id.content
return res
15 changes: 15 additions & 0 deletions dms_attachment_link/models/ir_binary.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2024 Tecnativa - Víctor Martínez
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import models


class IrBinary(models.AbstractModel):
_inherit = "ir.binary"

def _record_to_stream(self, record, field_name):
"""We need to overwrite for the download and preview to be correct."""
if record._name == "ir.attachment" and record.dms_file_id:
record = record.dms_file_id
field_name = "content"
return super()._record_to_stream(record=record, field_name=field_name)
3 changes: 3 additions & 0 deletions dms_attachment_link/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
3 changes: 3 additions & 0 deletions dms_attachment_link/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [Tecnativa](https://www.tecnativa.com)
- Pedro M. Baeza
- Víctor Martínez
2 changes: 2 additions & 0 deletions dms_attachment_link/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module adds a wizard to be able to link an DMS file as an
attachment of a document.
11 changes: 11 additions & 0 deletions dms_attachment_link/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To use this module, you need to:

1. Open the form view of a document (Example: the contact "Azure
Interior").
2. Go to the chatter and click on the clip icon.
3. Click **Add DMS File** link.
4. A popup wizard will appear.
5. Search for the desired DMS file (Example: Sydney.jpg) and click on
the "Add" button.
6. A new attachment will be created for the document without
duplicating the content.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading