Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7e1fcbc
[ADD] document_url: Module to attach URLs as documents
pedrobaeza Oct 24, 2014
691b751
Slovene translations added
sysadminmatmoz Apr 13, 2015
a6f95b6
[MIG] from 8.0 to 9.0 document_url (#89)
Aug 10, 2016
1ebc712
[FIX] document_url: Fix documentation
pedrobaeza Aug 10, 2016
fca8166
[FIX][document_url] Consistent styling.
yajo Sep 29, 2016
61cda32
[MIG] document_url: Migration to 11.0
ernestotejeda Apr 28, 2018
b9f677c
[MIG] document_url: Refactoring code
ernestotejeda Jul 10, 2018
ea6031b
[FIX] pylint/javascript-lint
MiquelRForgeFlow Mar 11, 2019
7c2ecb1
[MIG] document_url: Migration to 12.0
ernestotejeda Apr 25, 2019
a8289f1
Translated using Weblate (Croatian)
badbole Nov 13, 2019
d30ed5f
[IMP] document_url: black, isort
Mar 11, 2020
81f8006
[MIG] document_url: Migration to 13.0
Mar 11, 2020
91624a7
[FIX] document_url: Fix module dependencies.
sergio-teruel Mar 7, 2021
d3c9d77
[IMP] document_url: black, isort, prettier
DavidBForgeFlow Sep 1, 2021
7b10f35
[MIG] document_url: Migration to 14.0
DavidBForgeFlow Sep 1, 2021
1db2f19
[MIG] document_url: Migration to 14.0
victoralmau Oct 11, 2021
ef88da1
[IMP] document_url: Visual and functional improvements in UI.
victoralmau Oct 13, 2021
332dd88
[UPD] Update document_url.pot
oca-travis Nov 6, 2021
a8a44bd
[UPD] README.rst
OCA-git-bot Nov 6, 2021
4d3931e
[FIX] document_url: Improve the definition of mimetype=application/li…
victoralmau Jan 20, 2022
e0ea045
[IMP] document_url: pre-commit execution
JoelZilli Apr 8, 2022
1ddca69
[MIG] document_url: Migration to 15.0
JoelZilli Apr 8, 2022
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
91 changes: 91 additions & 0 deletions document_url/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
==============
URL attachment
==============

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fknowledge-lightgray.png?logo=github
:target: https://github.com/OCA/knowledge/tree/14.0/document_url
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_url
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/118/14.0
:alt: Try me on Runbot

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

Module that allows to attach an URL as a document.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Open the form view of an object (Example: Customer Invoice INV/2019/0007).
#. Go to the chatter and click on the attached icon.
#. Click **Add URL** link.
#. Fill the wizard fields and click on Add button.
#. You will see a new **URL attachment** in the set of attachments related to
the object.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2014.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
~~~~~~~~~~~~

* Jonathan Nemry <jonathan.nemry@acsone.eu>
* `Tecnativa <https://www.tecnativa.com>`_:

* Pedro M. Baeza
* Ernesto Tejeda
* Manuel Calero
* 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.

This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/14.0/document_url>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 5 additions & 0 deletions document_url/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
from . import models
from . import wizard
19 changes: 19 additions & 0 deletions document_url/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2020 Tecnativa - Manuel Calero
{
"name": "URL attachment",
"version": "15.0.1.0.0",
"category": "Tools",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"depends": ["mail"],
"data": ["view/document_url_view.xml", "security/ir.model.access.csv"],
"assets": {
"web.assets_backend": [
"document_url/static/src/js/url.js",
],
"web.assets_qweb": ["document_url/static/src/xml/url.xml"],
},
"installable": True,
}
93 changes: 93 additions & 0 deletions document_url/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_url
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\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"

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "Add"
msgstr ""

#. module: document_url
#. openerp-web
#: code:addons/document_url/static/src/xml/url.xml:0
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
#, python-format
msgid "Add URL"
msgstr ""

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "Cancel"
msgstr "መሰረዝ"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_date
msgid "Created on"
msgstr "Creado en"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__display_name
msgid "Display Name"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__id
msgid "ID"
msgstr "ID"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url____last_update
msgid "Last Modified on"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_date
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__name
msgid "Name"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__url
msgid "URL"
msgstr ""

#. module: document_url
#: model:ir.model,name:document_url.model_ir_attachment_add_url
msgid "Wizard to add URL attachment"
msgstr ""

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "or"
msgstr "ወይም"
94 changes: 94 additions & 0 deletions document_url/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_url
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "Add"
msgstr ""

#. module: document_url
#. openerp-web
#: code:addons/document_url/static/src/xml/url.xml:0
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
#, python-format
msgid "Add URL"
msgstr ""

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "Cancel"
msgstr "إلغاء"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_date
msgid "Created on"
msgstr "أنشئ في"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__display_name
msgid "Display Name"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__id
msgid "ID"
msgstr "المعرف"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url____last_update
msgid "Last Modified on"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__name
msgid "Name"
msgstr ""

#. module: document_url
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__url
msgid "URL"
msgstr ""

#. module: document_url
#: model:ir.model,name:document_url.model_ir_attachment_add_url
msgid "Wizard to add URL attachment"
msgstr ""

#. module: document_url
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
msgid "or"
msgstr "أو"
Loading