mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[REF] Rename the module with a more explict name
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_completion_search" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_completion_search/static/src/js/view_form.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
'name': 'Web completion_search',
|
||||
'name': 'Web many2many_tags multiple selection',
|
||||
'version': '0.1',
|
||||
'author': 'Akretion, Odoo Community Association (OCA)',
|
||||
'depends': [
|
||||
@@ -29,7 +29,7 @@
|
||||
'demo': [],
|
||||
'website': 'https://www.akretion.com',
|
||||
'data': [
|
||||
'views/web_completion_search.xml',
|
||||
'views/web_m2m_tags_multiple_selection.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
@@ -1,4 +1,5 @@
|
||||
openerp.web_completion_search = function(instance, local) {
|
||||
openerp.web_m2m_tags_multiple_selection = function(instance, local) {
|
||||
|
||||
var _t = instance.web._t;
|
||||
|
||||
instance.web.form.CompletionFieldMixin._search_create_popup = function(view, ids, context) {
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_m2m_tags_multiple_selection" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_m2m_tags_multiple_selection/static/src/js/view_form.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user