3
0
Fork 0
Commit Graph

13 Commits (f0b80e438cde19456501648fd88e8e314a51a684)

Author SHA1 Message Date
Jairo Llopis 00119d92d1 [9.0][FIX][web_export_view] ReferenceError: instance is not defined (#515)
There was a bug that could be easily reproduced by:

1. Go to *Sales > Products*.
2. Choose list view.
3. Select all.
4. *Export current view > Excel*.

It raised this message to the user:

    ReferenceError: instance is not defined

This is all due to a wrong migration from v8 code. `instance` exists no more in
v9, instead we need to use some methods and variables from correct modules.
2017-01-04 19:45:40 +01:00
Rodney Vargas d87d629e5c [FIX]-web_export_view: change the js content, create a new item section 2016-11-03 08:53:30 +01:00
Rodney Vargas 320651f84d [FIX]-web_export_view: change contributors information 2016-11-03 08:53:30 +01:00
Rodney Vargas aa13a90549 [ADD]-web_export_view: Migrate from API8 to API9 2016-11-03 08:53:30 +01:00
Pedro M. Baeza 8a9710a005 [MIG] Make modules uninstallable 2015-10-14 02:57:05 +02:00
Stéphane Bidoul fa199590b3 [UPD] prefix versions with 8.0 2015-10-09 10:03:39 +02:00
Lorenzo Battistini ed234d5478 [ADD] icon and README 2015-03-24 15:18:52 +01:00
Alexandre Fayolle 6706754e70 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:29:19 +01:00
Adil Houmadi 5ecec62023 Migrate web_export_view to v 8.0 2014-07-26 14:37:23 +02:00
Adil Houmadi a0c192e8e0 Move plugin for __unported__ dir 2014-07-26 13:57:10 +02:00
Holger Brunn 9972de3b44 move all addons to __unported__, set all addons as not installable 2014-07-07 13:11:28 +02:00
Leonardo Pistone 88a27905a2 [add] port web_export_view to OpenERP 7 2013-06-04 11:06:55 +02:00
Leonardo Pistone c24afa8cf6 [add] module web_export_view copied from 6.1 2013-06-04 09:29:47 +02:00