mirror of https://github.com/OCA/web.git
commit
63e82b0b83
|
@ -21,7 +21,8 @@
|
||||||
{
|
{
|
||||||
"name": "Search x2x fields",
|
"name": "Search x2x fields",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Therp BV",
|
"author": "Therp BV, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Usability",
|
"category": "Usability",
|
||||||
"summary": "Use a search widget in advanced search for x2x fields",
|
"summary": "Use a search widget in advanced search for x2x fields",
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
{
|
{
|
||||||
"name": "Client side message boxes",
|
"name": "Client side message boxes",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Therp BV",
|
"author": "Therp BV, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Hidden/Dependency",
|
"category": "Hidden/Dependency",
|
||||||
"summary": "Show a message box to users",
|
"summary": "Show a message box to users",
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
{
|
{
|
||||||
"name": "Full width searchbar",
|
"name": "Full width searchbar",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Therp BV",
|
"author": "Therp BV, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"summary": "Show search bar in full screen width",
|
"summary": "Show search bar in full screen width",
|
||||||
|
|
|
@ -27,6 +27,10 @@
|
||||||
'name': "Web Widget Color",
|
'name': "Web Widget Color",
|
||||||
'category': "web",
|
'category': "web",
|
||||||
'version': "1.0",
|
'version': "1.0",
|
||||||
|
"author": "Savoir-faire Linux, "
|
||||||
|
"Anybox, "
|
||||||
|
"Taktik SA, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
'depends': ['base', 'web'],
|
'depends': ['base', 'web'],
|
||||||
'data': [
|
'data': [
|
||||||
'view/web_widget_color_view.xml'
|
'view/web_widget_color_view.xml'
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
"data": [
|
"data": [
|
||||||
'view/qweb.xml',
|
'view/qweb.xml',
|
||||||
],
|
],
|
||||||
"author": "Vincent Vinet",
|
"author": "Vincent Vinet, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"active": False,
|
"active": False,
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
{
|
{
|
||||||
"name": "2D matrix for x2many fields",
|
"name": "2D matrix for x2many fields",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"author": "Therp BV",
|
"author": "Therp BV, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "Hidden/Dependency",
|
"category": "Hidden/Dependency",
|
||||||
"summary": "Show list fields as a matrix",
|
"summary": "Show list fields as a matrix",
|
||||||
|
|
Loading…
Reference in New Issue