diff --git a/web_widget_color_tree_field/README.rst b/web_tree_dynamic_colored_field/README.rst similarity index 100% rename from web_widget_color_tree_field/README.rst rename to web_tree_dynamic_colored_field/README.rst diff --git a/web_widget_color_tree_field/__init__.py b/web_tree_dynamic_colored_field/__init__.py similarity index 100% rename from web_widget_color_tree_field/__init__.py rename to web_tree_dynamic_colored_field/__init__.py diff --git a/web_widget_color_tree_field/__openerp__.py b/web_tree_dynamic_colored_field/__openerp__.py similarity index 92% rename from web_widget_color_tree_field/__openerp__.py rename to web_tree_dynamic_colored_field/__openerp__.py index 47bac87d..2e38e0f3 100644 --- a/web_widget_color_tree_field/__openerp__.py +++ b/web_tree_dynamic_colored_field/__openerp__.py @@ -19,7 +19,7 @@ # ############################################################################## { - 'name': 'web_widget_color_tree_field', + 'name': 'web tree dynamic colored field', 'category': 'Hidden', 'version': '1.0', 'depends': ['web'], @@ -27,7 +27,7 @@ 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com', 'data': [ - 'views/web_widget_color_tree_field.xml', + 'views/web_tree_dynamic_colored_field.xml', ], 'qweb': [ 'static/xml/*.xml', diff --git a/web_widget_color_tree_field/static/js/web_widget_color_tree_field.js b/web_tree_dynamic_colored_field/static/js/web_tree_dynamic_colored_field.js similarity index 98% rename from web_widget_color_tree_field/static/js/web_widget_color_tree_field.js rename to web_tree_dynamic_colored_field/static/js/web_tree_dynamic_colored_field.js index 4c12d800..2c3b5e4f 100644 --- a/web_widget_color_tree_field/static/js/web_widget_color_tree_field.js +++ b/web_tree_dynamic_colored_field/static/js/web_tree_dynamic_colored_field.js @@ -1,4 +1,4 @@ -openerp.web_widget_color_tree_field = function(instance){ +openerp.web_tree_dynamic_colored_field = function(instance){ var _t = instance.web._t, _lt = instance.web._lt; var QWeb = instance.web.qweb; diff --git a/web_widget_color_tree_field/static/xml/web_widget_color_tree_field.xml b/web_tree_dynamic_colored_field/static/xml/web_tree_dynamic_colored_field.xml similarity index 100% rename from web_widget_color_tree_field/static/xml/web_widget_color_tree_field.xml rename to web_tree_dynamic_colored_field/static/xml/web_tree_dynamic_colored_field.xml diff --git a/web_tree_dynamic_colored_field/views/web_tree_dynamic_colored_field.xml b/web_tree_dynamic_colored_field/views/web_tree_dynamic_colored_field.xml new file mode 100644 index 00000000..4d425fd9 --- /dev/null +++ b/web_tree_dynamic_colored_field/views/web_tree_dynamic_colored_field.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/web_widget_color_tree_field/views/web_widget_color_tree_field.xml b/web_widget_color_tree_field/views/web_widget_color_tree_field.xml deleted file mode 100644 index f9381b93..00000000 --- a/web_widget_color_tree_field/views/web_widget_color_tree_field.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file