Skip to content
Merged
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
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
17 changes: 17 additions & 0 deletions document_url/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2014 Tecnativa - Pedro M. Baeza
# Copyright 2020 Tecnativa - Manuel Calero
{
"name": "URL attachment",
"version": "14.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",
],
"qweb": ["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 "أو"
93 changes: 93 additions & 0 deletions document_url/i18n/bg.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-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: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\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 "Създадено от"

#. 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 "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 "Последно обновено от"

#. 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