web mailing list archives

web@odoo-community.org

Avatar

Re: [OCA/web] [ADD] web_widget_switchcase (#1064)

by Simone Rubino <notifications@github.com> - 10/10/2018 12:24:57

@SimoRubi commented on this pull request.


In web_widget_switchcase/__manifest__.py:

> +    "name": "Web Switchcase Widget",
+    "version": "10.0.1.0.0",
+    "author": "Agile Business Group, "
+              "Odoo Community Association (OCA)",
+    "license": "AGPL-3",
+    "category": "Web",
+    "website": "https://github.com/OCA/web/tree/10.0/web_widget_switchcase",
+    'installable': True,
+    "depends": [
+        "web",
+    ],
+    "data": [
+        "views/web_widget_switchcase.xml",
+    ],
+    "js": [
+        "static/src/js/web_widget_switchcase.js",

@tarteo done in 2efa27a


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.