Jairo Llopis
22190051e0
[FIX][web_export_view] Make it usable when int fields are present
To reproduce the problem, you just had to:
1. Go to *Settings > Technical > User Interface > Views*.
2. Press *Export Current View > Excel*.
You got this:
```
ReferenceError: assignment to undeclared variable tmp
http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95 Traceback:
.on_sidebar_export_view_xls/</<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95:29
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls/<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:75:17
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:68:9
Sidebar<.start/<@http://localhost:9069/web/static/src/js/widgets/sidebar.js:46:17
jQuery.event.dispatch@http://localhost:9069/web/static/lib/jquery/jquery.js:4640:50
jQuery.event.add/elemData.handle@http://localhost:9069/web/static/lib/jquery/jquery.js:4309:41
```
Strict mode was preventing usage of an undeclared variable. Now it's declared.
8 years ago
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.
8 years ago
Rodney Vargas
d87d629e5c
[FIX]-web_export_view: change the js content, create a new item section
9 years ago
Rodney Vargas
320651f84d
[FIX]-web_export_view: change contributors information
9 years ago
Rodney Vargas
aa13a90549
[ADD]-web_export_view: Migrate from API8 to API9
9 years ago
Pedro M. Baeza
8a9710a005
[MIG] Make modules uninstallable
9 years ago
Stéphane Bidoul
fa199590b3
[UPD] prefix versions with 8.0
9 years ago
Lorenzo Battistini
ed234d5478
[ADD] icon and README
10 years ago
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.
10 years ago
Adil Houmadi
5ecec62023
Migrate web_export_view to v 8.0
10 years ago
Adil Houmadi
a0c192e8e0
Move plugin for __unported__ dir
10 years ago
Holger Brunn
9972de3b44
move all addons to __unported__, set all addons as not installable
11 years ago
Leonardo Pistone
88a27905a2
[add] port web_export_view to OpenERP 7
12 years ago
Leonardo Pistone
c24afa8cf6
[add] module web_export_view copied from 6.1
12 years ago