Skip to content

Commit ac8a0e8

Browse files
committed
Merge PR #578 into 19.0
Signed-off-by pedrobaeza
2 parents d4b2ba7 + 1acc2b3 commit ac8a0e8

92 files changed

Lines changed: 9039 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

document_url/README.rst

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
==============
6+
URL attachment
7+
==============
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:8ed037012bcf490a1ebf24d0315e26fe25b0d7ae2cb864dc18ca8b4eb875b218
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
24+
:target: https://github.com/OCA/knowledge/tree/19.0/document_url
25+
:alt: OCA/knowledge
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/knowledge-19-0/knowledge-19-0-document_url
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
Module that allows to attach an URL as a document.
36+
37+
**Table of contents**
38+
39+
.. contents::
40+
:local:
41+
42+
Usage
43+
=====
44+
45+
To use this module, you need to:
46+
47+
1. Open the form view of an object (Example: Customer Invoice
48+
INV/2019/0007).
49+
2. Go to the chatter and click on the attached icon.
50+
3. Click **Add URL** link.
51+
4. Fill the wizard fields and click on Add button.
52+
5. You will see a new **URL attachment** in the set of attachments
53+
related to the object.
54+
55+
Bug Tracker
56+
===========
57+
58+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
59+
In case of trouble, please check there if your issue has already been reported.
60+
If you spotted it first, help us to smash it by providing a detailed and welcomed
61+
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
62+
63+
Do not contact contributors directly about support or help with technical issues.
64+
65+
Credits
66+
=======
67+
68+
Authors
69+
-------
70+
71+
* Tecnativa
72+
73+
Contributors
74+
------------
75+
76+
- Jonathan Nemry <jonathan.nemry@acsone.eu>
77+
- `Tecnativa <https://www.tecnativa.com>`__:
78+
79+
- Pedro M. Baeza
80+
- Ernesto Tejeda
81+
- Manuel Calero
82+
- Víctor Martínez
83+
84+
- Matias Peralta - Adhoc SA
85+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
86+
87+
- Bhavesh Heliconia
88+
89+
Maintainers
90+
-----------
91+
92+
This module is maintained by the OCA.
93+
94+
.. image:: https://odoo-community.org/logo.png
95+
:alt: Odoo Community Association
96+
:target: https://odoo-community.org
97+
98+
OCA, or the Odoo Community Association, is a nonprofit organization whose
99+
mission is to support the collaborative development of Odoo features and
100+
promote its widespread use.
101+
102+
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/19.0/document_url>`_ project on GitHub.
103+
104+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

document_url/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
2+
# Copyright 2014 Tecnativa - Pedro M. Baeza
3+
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
4+
from . import models
5+
from . import wizard

document_url/__manifest__.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2014 Tecnativa - Pedro M. Baeza
2+
# Copyright 2020 Tecnativa - Manuel Calero
3+
{
4+
"name": "URL attachment",
5+
"version": "19.0.1.0.0",
6+
"category": "Tools",
7+
"author": "Tecnativa, Odoo Community Association (OCA)",
8+
"website": "https://github.com/OCA/knowledge",
9+
"license": "AGPL-3",
10+
"depends": ["mail"],
11+
"data": [
12+
"security/ir.model.access.csv",
13+
"view/document_url_view.xml",
14+
],
15+
"assets": {
16+
"web.assets_backend": [
17+
"document_url/static/src/js/url.esm.js",
18+
"document_url/static/src/xml/url.xml",
19+
"document_url/static/src/scss/document_url.scss",
20+
],
21+
},
22+
"installable": True,
23+
}

document_url/i18n/am.po

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_url
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2016
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2016-08-13 13:00+0000\n"
12+
"PO-Revision-Date: 2016-08-13 13:00+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
14+
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
15+
"Language: am\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
20+
21+
#. module: document_url
22+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
23+
msgid "Add"
24+
msgstr ""
25+
26+
#. module: document_url
27+
#. odoo-javascript
28+
#: code:addons/document_url/static/src/xml/url.xml:0
29+
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
30+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
31+
#, python-format
32+
msgid "Add URL"
33+
msgstr ""
34+
35+
#. module: document_url
36+
#. odoo-javascript
37+
#: code:addons/document_url/static/src/xml/url.xml:0
38+
#, python-format
39+
msgid "Attach files"
40+
msgstr ""
41+
42+
#. module: document_url
43+
#: model:ir.model,name:document_url.model_ir_attachment
44+
msgid "Attachment"
45+
msgstr ""
46+
47+
#. module: document_url
48+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
49+
msgid "Cancel"
50+
msgstr "መሰረዝ"
51+
52+
#. module: document_url
53+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_uid
54+
msgid "Created by"
55+
msgstr "Creado por"
56+
57+
#. module: document_url
58+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_date
59+
msgid "Created on"
60+
msgstr "Creado en"
61+
62+
#. module: document_url
63+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__display_name
64+
msgid "Display Name"
65+
msgstr ""
66+
67+
#. module: document_url
68+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__id
69+
msgid "ID"
70+
msgstr "ID"
71+
72+
#. module: document_url
73+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url____last_update
74+
msgid "Last Modified on"
75+
msgstr ""
76+
77+
#. module: document_url
78+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_uid
79+
msgid "Last Updated by"
80+
msgstr "Última actualización por"
81+
82+
#. module: document_url
83+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_date
84+
msgid "Last Updated on"
85+
msgstr "Última actualización en"
86+
87+
#. module: document_url
88+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__name
89+
msgid "Name"
90+
msgstr ""
91+
92+
#. module: document_url
93+
#. odoo-javascript
94+
#: code:addons/document_url/static/src/xml/url.xml:0
95+
#, python-format
96+
msgid "Open"
97+
msgstr ""
98+
99+
#. module: document_url
100+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__url
101+
msgid "URL"
102+
msgstr ""
103+
104+
#. module: document_url
105+
#: model:ir.model,name:document_url.model_ir_attachment_add_url
106+
msgid "Wizard to add URL attachment"
107+
msgstr ""
108+
109+
#. module: document_url
110+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
111+
msgid "or"
112+
msgstr "ወይም"

document_url/i18n/ar.po

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * document_url
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2016
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2016-08-11 02:46+0000\n"
12+
"PO-Revision-Date: 2016-08-11 02:46+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
14+
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
15+
"Language: ar\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
20+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
21+
22+
#. module: document_url
23+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
24+
msgid "Add"
25+
msgstr ""
26+
27+
#. module: document_url
28+
#. odoo-javascript
29+
#: code:addons/document_url/static/src/xml/url.xml:0
30+
#: model:ir.actions.act_window,name:document_url.action_ir_attachment_add_url
31+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
32+
#, python-format
33+
msgid "Add URL"
34+
msgstr ""
35+
36+
#. module: document_url
37+
#. odoo-javascript
38+
#: code:addons/document_url/static/src/xml/url.xml:0
39+
#, python-format
40+
msgid "Attach files"
41+
msgstr ""
42+
43+
#. module: document_url
44+
#: model:ir.model,name:document_url.model_ir_attachment
45+
msgid "Attachment"
46+
msgstr ""
47+
48+
#. module: document_url
49+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
50+
msgid "Cancel"
51+
msgstr "إلغاء"
52+
53+
#. module: document_url
54+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_uid
55+
msgid "Created by"
56+
msgstr "أنشئ بواسطة"
57+
58+
#. module: document_url
59+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__create_date
60+
msgid "Created on"
61+
msgstr "أنشئ في"
62+
63+
#. module: document_url
64+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__display_name
65+
msgid "Display Name"
66+
msgstr ""
67+
68+
#. module: document_url
69+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__id
70+
msgid "ID"
71+
msgstr "المعرف"
72+
73+
#. module: document_url
74+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url____last_update
75+
msgid "Last Modified on"
76+
msgstr ""
77+
78+
#. module: document_url
79+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_uid
80+
msgid "Last Updated by"
81+
msgstr "آخر تحديث بواسطة"
82+
83+
#. module: document_url
84+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__write_date
85+
msgid "Last Updated on"
86+
msgstr "آخر تحديث في"
87+
88+
#. module: document_url
89+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__name
90+
msgid "Name"
91+
msgstr ""
92+
93+
#. module: document_url
94+
#. odoo-javascript
95+
#: code:addons/document_url/static/src/xml/url.xml:0
96+
#, python-format
97+
msgid "Open"
98+
msgstr ""
99+
100+
#. module: document_url
101+
#: model:ir.model.fields,field_description:document_url.field_ir_attachment_add_url__url
102+
msgid "URL"
103+
msgstr ""
104+
105+
#. module: document_url
106+
#: model:ir.model,name:document_url.model_ir_attachment_add_url
107+
msgid "Wizard to add URL attachment"
108+
msgstr ""
109+
110+
#. module: document_url
111+
#: model_terms:ir.ui.view,arch_db:document_url.view_ir_attachment_add_url_form
112+
msgid "or"
113+
msgstr "أو"

0 commit comments

Comments
 (0)