Browse Source

[MIG] web_widget_many2many_tags_multi_selection: Migration to 10.0 (#623)

pull/1161/head
Florent de Labarre 7 years ago
committed by Pedro M. Baeza
parent
commit
e831274ebc
  1. 3
      web_widget_many2many_tags_multi_selection/README.rst
  2. 2
      web_widget_many2many_tags_multi_selection/__manifest__.py
  3. 16
      web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml

3
web_widget_many2many_tags_multi_selection/README.rst

@ -8,7 +8,7 @@ This module adds a checkbox to this list so multiple entries can be selected at
Installation
============
It was tested on Odoo 8.0 branch.
It was tested on Odoo 10.0 branch.
Bug Tracker
@ -43,4 +43,3 @@ This module is maintained by the OCA.
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.
To contribute to this module, please visit http://odoo-community.org.

2
web_widget_many2many_tags_multi_selection/__openerp__.py → web_widget_many2many_tags_multi_selection/__manifest__.py

@ -21,7 +21,7 @@
{
'name': 'Tags multiple selection',
'version': '9.0.1.1.0',
'version': '10.0.1.0.0',
'author': 'Akretion, Odoo Community Association (OCA), Jamin Shah',
'depends': [
'web',

16
web_widget_many2many_tags_multi_selection/views/web_widget_many2many_tags_multi_selection.xml

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="assets_backend" name="web_widget_many2many_tags_multi_selection" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_widget_many2many_tags_multi_selection/static/src/js/view_form.js"></script>
</xpath>
</template>
</data>
</openerp>
<odoo>
<template id="assets_backend" name="web_widget_many2many_tags_multi_selection" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_widget_many2many_tags_multi_selection/static/src/js/view_form.js"></script>
</xpath>
</template>
</odoo>
Loading…
Cancel
Save