Browse Source

[UPD] prefix versions with 8.0

pull/458/head
Stéphane Bidoul (ACSONE) 8 years ago
parent
commit
334e955bf2
  1. 2
      README.md
  2. 2
      web_listview_show_advanced_search/__openerp__.py

2
README.md

@ -44,7 +44,7 @@ addon | version | summary
[web_ir_actions_act_window_page](web_ir_actions_act_window_page/) | 8.0.1.0.0 | Allows a developer to trigger a pager to show the previous or next next record in the form view
[web_last_viewed_records](web_last_viewed_records/) | 8.0.1.0.0 | Last viewed records
[web_listview_custom_element_number](web_listview_custom_element_number/) | 8.0.1.0.0 | Allow users to set manually a quantity of items to display in a tree view
[web_listview_show_advanced_search](web_listview_show_advanced_search/) | 1.0 | Web Show Advanced Search by default on list view
[web_listview_show_advanced_search](web_listview_show_advanced_search/) | 8.0.1.0.0 | Web Show Advanced Search by default on list view
[web_m2x_options](web_m2x_options/) | 8.0.0.2.0 | web_m2x_options
[web_menu_autohide](web_menu_autohide/) | 8.0.1.0.0 | Hide top and left menu bar
[web_menu_navbar_needaction](web_menu_navbar_needaction/) | 8.0.1.0.0 | Show the sum of submenus' needaction counters in main menu

2
web_listview_show_advanced_search/__openerp__.py

@ -21,7 +21,7 @@
{
'name': 'Web Show Advanced Search by default on list view',
'version': '1.0',
'version': '8.0.1.0.0',
'author': "BCIM,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'category': 'Web',

Loading…
Cancel
Save