diff --git a/app_web_widget_color/__manifest__.py b/app_web_widget_color/__manifest__.py index 89e7bec3..74971d9b 100644 --- a/app_web_widget_color/__manifest__.py +++ b/app_web_widget_color/__manifest__.py @@ -6,14 +6,23 @@ # Copyright (C) 2018 Ivan deng <300883@qq.com> # # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).# + { 'name': "App Web Widget Color", 'category': "web", - 'version': "11.0.11.02", + 'version': "11.0.11.04", "author": "Sunpop.cn", - 'depends': ['base', 'web'], + 'price': 38.00, + 'currency': 'EUR', + 'summary': """ + Use for quick select color. can be use in product attribute and other color variant. color widget. color pick. + """, + 'depends': [ + 'base', + 'web', + ], 'data': [ - 'view/web_widget_color_view.xml' + 'view/web_widget_color_view.xml', ], 'qweb': [ 'static/src/xml/widget.xml', diff --git a/app_web_widget_color/static/description/banner.png b/app_web_widget_color/static/description/banner.png new file mode 100644 index 00000000..cc148d1d Binary files /dev/null and b/app_web_widget_color/static/description/banner.png differ diff --git a/app_web_widget_color/static/description/demo1.jpg b/app_web_widget_color/static/description/demo1.jpg new file mode 100644 index 00000000..bf810acc Binary files /dev/null and b/app_web_widget_color/static/description/demo1.jpg differ diff --git a/app_web_widget_color/static/description/demo2.jpg b/app_web_widget_color/static/description/demo2.jpg new file mode 100644 index 00000000..36d511a0 Binary files /dev/null and b/app_web_widget_color/static/description/demo2.jpg differ diff --git a/app_web_widget_color/static/description/form_view.png b/app_web_widget_color/static/description/form_view.png new file mode 100644 index 00000000..db1026b9 Binary files /dev/null and b/app_web_widget_color/static/description/form_view.png differ diff --git a/app_web_widget_color/static/description/icon.png b/app_web_widget_color/static/description/icon.png index 540f72db..22b83ffe 100644 Binary files a/app_web_widget_color/static/description/icon.png and b/app_web_widget_color/static/description/icon.png differ diff --git a/app_web_widget_color/static/description/index.html b/app_web_widget_color/static/description/index.html index 73fce692..929f6b2c 100644 --- a/app_web_widget_color/static/description/index.html +++ b/app_web_widget_color/static/description/index.html @@ -1,365 +1,51 @@ - - - - - - -Web Widget Color - - - +
+
+
+

App Color widget

+

Quick Color picker for product variant

+
+
+ +
+
+
+ Key features: +
    +
  • + + Lastest update: v12.19.1.4 +
  • +
  • + + Easy to set color for product. +
  • +
+
+
+
+

In Form View

+ +
+
+

In List View

+ +
+
+

Picker View

+ +
+
+

Use in product color setup

+ +
+
+ +
+
+
+
+

Web Widget Color

@@ -475,5 +161,41 @@ promote its widespread use.

- - + +
+
+
+

Technical Help & Support

+
+
+
+

+ For any type of technical help & support requests, Feel free to contact us

+ + guohuadeng@hotmail.com +

+ Via QQ: 300883

+ + 300883@qq.com +
+
+

+ Visit our website for more support.

+ + http://www.sunpop.cn +
+
+
+
+

More Powerful addons, Make your odoo very easy to use, easy customize: + Supop.cn Odoo Addons +

+
+
+ diff --git a/app_web_widget_color/static/description/list_view.png b/app_web_widget_color/static/description/list_view.png new file mode 100644 index 00000000..f4965fd5 Binary files /dev/null and b/app_web_widget_color/static/description/list_view.png differ diff --git a/app_web_widget_color/static/description/picker.png b/app_web_widget_color/static/description/picker.png new file mode 100644 index 00000000..4c3f5e07 Binary files /dev/null and b/app_web_widget_color/static/description/picker.png differ