Browse Source

add OCA to author

pull/143/head
Markus Schneider 9 years ago
parent
commit
4696fffbe4
  1. 3
      web_advanced_search_x2x/__openerp__.py
  2. 3
      web_ir_actions_act_window_message/__openerp__.py
  3. 3
      web_searchbar_full_width/__openerp__.py
  4. 4
      web_widget_color/__openerp__.py
  5. 3
      web_widget_datepicker_options/__openerp__.py
  6. 3
      web_widget_x2many_2d_matrix/__openerp__.py

3
web_advanced_search_x2x/__openerp__.py

@ -21,7 +21,8 @@
{
"name": "Search x2x fields",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Usability",
"summary": "Use a search widget in advanced search for x2x fields",

3
web_ir_actions_act_window_message/__openerp__.py

@ -21,7 +21,8 @@
{
"name": "Client side message boxes",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Show a message box to users",

3
web_searchbar_full_width/__openerp__.py

@ -21,7 +21,8 @@
{
"name": "Full width searchbar",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Tools",
"summary": "Show search bar in full screen width",

4
web_widget_color/__openerp__.py

@ -27,6 +27,10 @@
'name': "Web Widget Color",
'category': "web",
'version': "1.0",
"author": "Savoir-faire Linux, "
"Anybox, "
"Taktik SA, "
"Odoo Community Association (OCA)",
'depends': ['base', 'web'],
'data': [
'view/web_widget_color_view.xml'

3
web_widget_datepicker_options/__openerp__.py

@ -30,7 +30,8 @@
"data": [
'view/qweb.xml',
],
"author": "Vincent Vinet",
"author": "Vincent Vinet, "
"Odoo Community Association (OCA)",
"installable": True,
"active": False,
}

3
web_widget_x2many_2d_matrix/__openerp__.py

@ -21,7 +21,8 @@
{
"name": "2D matrix for x2many fields",
"version": "1.0",
"author": "Therp BV",
"author": "Therp BV, "
"Odoo Community Association (OCA)",,
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Show list fields as a matrix",

Loading…
Cancel
Save