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
Simone Orsi
20a66c4014
[fix] make JS query work for both community and enterprise edition
9 years ago
Simone Orsi
db311ca1fd
web_export_view: fix JS selectors for v9
9 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
Torvald B. Bringsvor
bbf49cd478
Handle the thousands separator, even multiple ones.
10 years ago
Lorenzo Battistini
ed234d5478
[ADD] icon and README
10 years ago
Torvald B. Bringsvor
f0538f43d1
Small fix to allow integers to be parsed correctly when a locate with a thousand separator is used.
10 years ago
Adil Houmadi
291f122d52
[FIX] Fix bad indentation https://github.com/OCA/web/pull/27#discussion_r15434034
10 years ago
Adil Houmadi
aa05cfd2bb
[FIX] Apply menu only on list view
10 years ago
Adil Houmadi
dd3a326b3e
remove debugger instruction
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
unknown
4aa7ff5204
[web_export_view]: fixes export boolean fields
11 years ago
Sylvain LE GAL
4301609889
[FIX] now export only selected items.
11 years ago
Lorenzo Battistini
baa52e50a7
[FIX] reverting the revert..
11 years ago
Lorenzo Battistini
134e5c6f88
[FIX] reverting change as it doesn't handle decimal separators != '.'
11 years ago
Stefan Rijnhart
acb4b654ab
[FIX] Parsing of float values
11 years ago
Stefan Rijnhart
f1ee1b1d77
[FIX] Export of first one2many field works again
11 years ago
Alex Comba
7597b6d364
[FIX] Convert number string to number
12 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