Browse Source

[MIG] web_tree_many2one_clickable: Migration to 12.0.

pull/1162/head
Anand Kansagra 5 years ago
parent
commit
6774c97dc7
  1. 1
      web_tree_many2one_clickable/README.rst
  2. 2
      web_tree_many2one_clickable/__manifest__.py
  3. 2
      web_tree_many2one_clickable/i18n/web_tree_many2one_clickable.pot
  4. 1
      web_tree_many2one_clickable/readme/CONFIGURATION.rst
  5. 6
      web_tree_many2one_clickable/readme/CONTRIBUTORS.rst
  6. 3
      web_tree_many2one_clickable/readme/DESCRIPTION.rst
  7. 10
      web_tree_many2one_clickable/static/src/xml/assets.xml

1
web_tree_many2one_clickable/README.rst

@ -43,6 +43,7 @@ Contributors
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Sodexis <dev@sodexis.com>
* Artem Kostyuk <a.kostyuk@mobilunity.com>
* Anand Kansagra <kansagraanand@hotmail.com>
Maintainer
----------

2
web_tree_many2one_clickable/__manifest__.py

@ -7,7 +7,7 @@
{
"name": "Clickable many2one fields for tree views",
"summary": "Open the linked resource when clicking on their name",
"version": "11.0.1.0.1",
"version": "12.0.1.0.0",
"category": "Hidden",
"website": "https://github.com/OCA/web",
"author": "Therp BV, "

2
web_tree_many2one_clickable/i18n/web_tree_many2one_clickable.pot

@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"

1
web_tree_many2one_clickable/readme/CONFIGURATION.rst

@ -0,0 +1 @@
After installation, all many2one and reference fields will be clickable by default.

6
web_tree_many2one_clickable/readme/CONTRIBUTORS.rst

@ -0,0 +1,6 @@
* Therp BV
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Sodexis <dev@sodexis.com>
* Artem Kostyuk <a.kostyuk@mobilunity.com>
* Anand Kansagra <kansagraanand@hotmail.com>

3
web_tree_many2one_clickable/readme/DESCRIPTION.rst

@ -0,0 +1,3 @@
This addon forces Odoo to use many2one widget on a many2one fields in
tree views. This allows users to open linked resources from trees directly,
without accessing the form.

10
web_tree_many2one_clickable/static/src/xml/assets.xml

@ -3,10 +3,10 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" name="web_tree_many2one_clickable assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js"/>
</xpath>
</template>
<template id="assets_backend" name="web_tree_many2one_clickable assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js"/>
</xpath>
</template>
</odoo>
Loading…
Cancel
Save