Skip to content

Commit 7b5ef6c

Browse files
committed
[FIX] document_url: Fix documentation
1 parent 073db63 commit 7b5ef6c

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

document_url/README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ To use this module, you need to:
2525
:alt: Try me on Runbot
2626
:target: https://runbot.odoo-community.org/runbot/118/9.0
2727

28-
For further information, please visit:
29-
30-
* https://www.odoo.com/forum/help-1
31-
32-
Known issues / Roadmap
33-
======================
34-
3528
Bug Tracker
3629
===========
3730

@@ -47,7 +40,7 @@ Contributors
4740
------------
4841

4942
* Jonathan Nemry <[email protected]>
50-
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com
43+
* Pedro M. Baeza <pedro.baeza@tecnativa.com
5144

5245
Maintainer
5346
----------
@@ -60,4 +53,4 @@ This module is maintained by the OCA.
6053

6154
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.
6255

63-
To contribute to this module, please visit https://odoo-community.org.
56+
To contribute to this module, please visit https://odoo-community.org.

document_url/__openerp__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
'name': 'URL attachment',
77
'version': '9.0.1.0.0',
88
'category': 'Tools',
9-
'description': """
10-
Module that allows to attach an URL as a document.
11-
""",
12-
'author': "Serv. Tecnolog. Avanzados - Pedro M. Baeza,"
9+
'author': "Tecnativa,"
1310
"Odoo Community Association (OCA)",
1411
'website': 'http://www.serviciosbaeza.com',
1512
'license': 'AGPL-3',

0 commit comments

Comments
 (0)