Commit Graph

327 Commits

Author SHA1 Message Date
Xavier Morel d98b8b8be0 [ADD] handling of binary fields to the listview
bzr revid: xmo@openerp.com-20120110153905-zxqkze9c4zrkmv2a
2012-01-10 16:39:05 +01:00
Xavier Morel ee9a9558c0 [IMP] add doc to Binary.saveas, and rename a field for clarity
bzr revid: xmo@openerp.com-20120110143518-ircd8x1feyf5rquf
2012-01-10 15:35:18 +01:00
niv-openerp 0f724c68f8 [imp] added method to call a model method with kwargs
bzr revid: nicolas.vanhoren@openerp.com-20120106103219-4t633kov3hsz50tj
2012-01-06 11:32:19 +01:00
niv-openerp 2f1dace76a [fix] rollback 1873 & 1871 to correct bugs related to login page & dialogs
bzr revid: nicolas.vanhoren@openerp.com-20120104155329-tfk6gt4mjhme82od
2012-01-04 16:53:29 +01:00
niv-openerp f2cf2066a2 [imp] changed declaration of body
bzr revid: nicolas.vanhoren@openerp.com-20120104130952-61ti896e6pxgorps
2012-01-04 14:09:52 +01:00
niv-openerp dcef579eae [imp] modified web client to be a div instead of a body
bzr revid: nicolas.vanhoren@openerp.com-20120104113555-yiudv22gxr4s3k6k
2012-01-04 12:35:55 +01:00
niv-openerp c6a2601c0c [imp] nivified web client
bzr revid: nicolas.vanhoren@openerp.com-20120104091222-y5m7sacecxu1zmeb
2012-01-04 10:12:22 +01:00
Antony Lesuisse 9d6ed7815d [FIX] decorator error
bzr revid: al@openerp.com-20111227193900-caazj8yj28hw009n
2011-12-27 20:39:00 +01:00
Antony Lesuisse c59ad9cc1d [MERGE] crashmanager openerp entreprise bth/rlo/chs
bzr revid: al@openerp.com-20111227155915-4s3fmuqzce9733il
2011-12-27 16:59:15 +01:00
Roberto López López (OpenERP) 7b2ece8ddc merge
bzr revid: rlo@openerp.com-20111222115243-ht5rqa4j5bl7ie96
2011-12-22 12:52:43 +01:00
Roberto López López (OpenERP) b3f7278d12 [IMP] working crash dialog
bzr revid: rlo@openerp.com-20111221171137-flojvtf10547ekfl
2011-12-21 18:11:37 +01:00
Christophe Simonis 9b5949e2c5 [ADD] specific url for direct login
bzr revid: chs@openerp.com-20111220150556-ffcaeae94w195gmt
2011-12-20 16:05:56 +01:00
Xavier Morel 75409e349a [FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default configuration
The default configuration for OpenERP Web standalone (launched via the
openerp-web script) is single-threaded for log-readability purposes.

web.common.controllers.main.Proxy.load has been added to wrap a
request to an HTTP handler inside a JSON (and/or JSONP) request, the
initial implementation was to perform a full HTTP call *from within an
HTTP handler to itself*.

Since the server is single-threaded and its only thread is already
busy, it can't handle the new request, and the client deadlocks.

Replaced this crap by also-crap-but-slightly-less-so: instantiating a
Werkzeug test client using the root application and proxying the
request through that. Avoids creating a new request from the server,
therefore does not deadlock.

lp bug: https://launchpad.net/bugs/905384 fixed

bzr revid: xmo@openerp.com-20111219145759-m10zgo3tcd6zjhcu
2011-12-19 15:57:59 +01:00
Xavier Morel 2989c829f7 [FIX] exclude function fields from import_compatible export and from all imports
bzr revid: xmo@openerp.com-20111216114941-fr6wsfabxfqf86xw
2011-12-16 12:49:41 +01:00
Antony Lesuisse d315489256 [FIX] session cookie and logout
bzr revid: al@openerp.com-20111216012542-svbiuf64x017wll5
2011-12-16 02:25:42 +01:00
Antony Lesuisse 8721df9d54 [IMP] massive connection deferrization, json works again
bzr revid: al@openerp.com-20111216004402-q6v26822swarra7r
2011-12-16 01:44:02 +01:00
Antony Lesuisse 2fd2f299b4 [MERGE] trunk
bzr revid: al@openerp.com-20111215184305-3yxw54l91psrz5d6
2011-12-15 19:43:05 +01:00
Antony Lesuisse 31e65bdddf partial rework to merge trunk
bzr revid: al@openerp.com-20111215120732-is7pab5e5rsfqpj0
2011-12-15 13:07:32 +01:00
Kunal Chavda (OpenERP) f1e25838b6 [FIX]Fixed code for showing size of upload file.
lp bug: https://launchpad.net/bugs/901068 fixed

bzr revid: kch@tinyerp.com-20111215102910-zjyp5rsp3wbugoyu
2011-12-15 15:59:10 +05:30
Olivier Dony 9835cebe19 [MERGE] Use the new authenticate() API instead of login()
Using the new authenticate() API instead allows to pass
a user-agent environment along with the credentials.
The main use for the UA environment at this point is
to pass the base URL used to login, so that the server
may initialize its "web.base.url" global config parameters

bzr revid: odo@openerp.com-20111213161554-jbtrp94aatcnibne
2011-12-13 17:15:54 +01:00
Xavier Morel 35895bde21 [FIX] regenerate action's views key if it is empty, not just if it's absent
lp bug: https://launchpad.net/bugs/903062 fixed

bzr revid: xmo@openerp.com-20111212101121-ljjmq6phxgse0qjq
2011-12-12 11:11:21 +01:00
Antony Lesuisse 78d3e74263 [IMP] remove yield easier debug
bzr revid: al@openerp.com-20111207140644-5e60tbovfhxdx4r9
2011-12-07 15:06:44 +01:00
Xavier Morel edcbc3830e [MERGE] trunk
bzr revid: xmo@openerp.com-20111207091404-1zdmhmsnvhveq7c4
2011-12-07 10:14:04 +01:00
Xavier Morel 41e8b3f92c [FIX] correctly send context during graph's fields_get
lp bug: https://launchpad.net/bugs/898636 fixed

bzr revid: xmo@openerp.com-20111206113141-nbfxp0jx4lrgo95g
2011-12-06 12:31:41 +01:00
Fabien Meghazi ce41e645f7 [IMP] Better variable naming in xml2json
bzr revid: fme@openerp.com-20111201092823-mbwyp8tjla9k2xf3
2011-12-01 10:28:23 +01:00
Fabien Meghazi a7a4f50aef [FIX] Preserve kanban views whitespaces
bzr revid: fme@openerp.com-20111130123154-nhh6sj21s38ejsb5
2011-11-30 13:31:54 +01:00
Roberto López López (OpenERP) 940500782a [ADD] new view definition for page
bzr revid: rlo@openerp.com-20111129140409-mzelxhp40w5y093k
2011-11-29 15:04:09 +01:00
Xavier Morel 86c553cdbc [FIX] keyword args are not supported by the model RPC proxies lib, switch search() call to *args long form
lp bug: https://launchpad.net/bugs/894335 fixed

bzr revid: xmo@openerp.com-20111124154601-h7zqxub2n5y8z7nv
2011-11-24 16:46:01 +01:00
Fabien Meghazi 66d11b95f4 [ADD] Added possibility to add actions to dashboards from searchviews filters
bzr revid: fme@openerp.com-20111123215356-wspyu61u6ad1vois
2011-11-23 22:53:56 +01:00
Xavier Morel 69dba424e7 [IMP] error messages during database creation failure, with thanks to Serpent Consulting
bzr revid: xmo@openerp.com-20111121102141-95si5svzfycon9ob
2011-11-21 11:21:41 +01:00
Xavier Morel e6f0378bd8 [FIX] display user login in static home page
lp bug: https://launchpad.net/bugs/887969 fixed

bzr revid: xmo@openerp.com-20111118111521-7dem9bsa3z0fy3ej
2011-11-18 12:15:21 +01:00
Serpent Consulting Services 09dd34bd06 [FIX] DB creation failure : Better message attached to the exception
lp bug: https://launchpad.net/bugs/885664 fixed

bzr revid: support@serpentcs.com-20111116201946-n3lkqtjgb0x3psa8
2011-11-17 01:49:46 +05:30
Fabien Meghazi 2bd2ef2cf3 [IMP] Keep domain and context source string in fields view get
bzr revid: fme@openerp.com-20111114205012-toweif7lkr54cv4e
2011-11-14 21:50:12 +01:00
Xavier Morel 266cbd3f88 [FIX] database restoration
Leftover CherryPy code (cherrypy's file wrapper —
cherrypy._cpreqbody.Part — gives access to the underlying data stream
via the `file` attribute, Werkzeug uses the `stream` attributes and
proxies all file methods through the FileStorage, just remove the
indirection)

lp bug: https://launchpad.net/bugs/889122 fixed

bzr revid: xmo@openerp.com-20111114125106-zymon3zb4umlwhr2
2011-11-14 13:51:06 +01:00
Kunal Chavda (OpenERP) f119de785c [FIX]Fixed code for export xls null values should not shown in spreadsheet.
lp bug: https://launchpad.net/bugs/885117 fixed

bzr revid: kch@tinyerp.com-20111110130950-ap52c2x6fgklkuz2
2011-11-10 18:39:50 +05:30
Xavier Morel 611705d7f1 [FIX] do not display reverse fields of o2ms in import compat
bzr revid: xmo@openerp.com-20111109163232-w9oda8eqo3gyin4q
2011-11-09 17:32:32 +01:00
Xavier Morel 4635ef654c [FIX] always remove database ID from import-compatible exports
bzr revid: xmo@openerp.com-20111109151133-xchgr9jr507jtv98
2011-11-09 16:11:33 +01:00
Christophe Simonis 6e735ccbbe merge upstream
bzr revid: chs@openerp.com-20111103111333-93bu8xdgs30ry5ig
bzr revid: chs@openerp.com-20111108154541-dsz5sjnf7xwihg06
2011-11-08 16:45:41 +01:00
Christophe Simonis 2ae078e58c [FIX] mergecss: allow spaces after (
bzr revid: chs@openerp.com-20111108145214-ahdaiyk0f616zq74
2011-11-08 15:52:14 +01:00
Christophe Simonis 7eebc26519 [FIX] absolutify relative uris when merging css files
bzr revid: chs@openerp.com-20111103144738-u5oewg8bo81yync5
2011-11-03 15:47:38 +01:00
Serpent Consulting Services ff7dbe4941 [FIX] DB creation failure : Better message attached to the exception
lp bug: https://launchpad.net/bugs/885664 fixed

bzr revid: support@serpentcs.com-20111103131116-ryc0710gm170drx9
2011-11-03 18:41:16 +05:30
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Xavier Morel b45b7ad22c [IMP] import: only show second step once file has been uploaded
bzr revid: xmo@openerp.com-20111024140658-8t9csv9i6gd30luj
2011-10-24 16:06:58 +02:00
Xavier Morel 7de9c3ebd1 [FIX] report data should hold everything returned in the datas key from the report action, except for the ids. Not just form
lp bug: https://launchpad.net/bugs/879298 fixed

bzr revid: xmo@openerp.com-20111021143232-7nde37eqwh1h9n3r
2011-10-21 16:32:32 +02:00
Xavier Morel 8773fca3a8 [FIX] if an action descriptor does not have a view_type attribute, behave as if it was 'form'
bzr revid: xmo@openerp.com-20111021104312-0d21m130wkedabfn
2011-10-21 12:43:12 +02:00
Antony Lesuisse 11b5c602ce [IMP] html_template more generic use js
bzr revid: al@openerp.com-20111018202429-7aulbfuyze4vcbck
2011-10-18 22:24:29 +02:00
Antony Lesuisse da7e08aa1b [IMP] html_template more generic
bzr revid: al@openerp.com-20111018201337-tuh6wglp1qrixx5h
2011-10-18 22:13:37 +02:00
niv-openerp 6ce8a18fbe [fix] context problem in accounting
lp bug: https://launchpad.net/bugs/871771 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111018155733-45xhk7hg2xsmj26h
2011-10-18 17:57:33 +02:00
Christophe Simonis 5ea774f883 [IMP] use authenticate() method to log the user in
bzr revid: chs@openerp.com-20111013143339-dtasfi7kvvn7wusq
2011-10-13 16:33:39 +02:00
Christophe Simonis f3573d844e [IMP] use login_env for login
bzr revid: chs@openerp.com-20111012161208-yto1rang9znmoh4i
2011-10-12 18:12:08 +02:00
Xavier Morel 548a809ff5 [FIX] downloading files from an unsaved/in-memory wizard
fallback on default_get if record does not exist in db, as for e.g. Thunderbird and Outlook plugins

lp bug: https://launchpad.net/bugs/856487 fixed

bzr revid: xmo@openerp.com-20111017145849-p8dq0eprkru4xtl1
2011-10-17 16:58:49 +02:00
Antony Lesuisse b945c0be65 [MERGE] js and css enumeration and loading by chs
bzr revid: al@openerp.com-20111017145430-a7i3d3yo8fhjhg39
2011-10-17 16:54:30 +02:00
Christophe Simonis 6e93a38f88 [FIX] web: correctly concat_file when no debug
bzr revid: chs@openerp.com-20111014152946-r307ol34kdlq5qrs
2011-10-14 17:29:46 +02:00
Turkesh Patel (Open ERP) 360a1e50e3 [FIX] Fixed the issue of attachment file which can't open after save as
lp bug: https://launchpad.net/bugs/872707 fixed

bzr revid: tpa@tinyerp.com-20111014110942-9yk1cmeu8swtrcjj
2011-10-14 16:39:42 +05:30
Xavier Morel a12c082d55 [IMP] modules have quite a number of fields we don't need, get only the name
bzr revid: xmo@openerp.com-20111006153959-mft8gh1g08s4vzqz
2011-10-06 17:39:59 +02:00
Xavier Morel 18ec203641 [IMP] use sets for modules to load instead of value-less dicts
bzr revid: xmo@openerp.com-20111006153622-i6g5pmk25dal358e
2011-10-06 17:36:22 +02:00
Antony Lesuisse bfb7cb0d6e [FIX] compute modules list fixed
bzr revid: al@openerp.com-20111006143457-i74b719vjic34ie4
2011-10-06 16:34:57 +02:00
Xavier Morel 69c6913915 [FIX] forgot to filter installed modules outside
bzr revid: xmo@openerp.com-20111006093430-knl8fcjh4avc2dvh
2011-10-06 11:34:30 +02:00
Xavier Morel c73c70550f [FIX] originally correct to-be-merged code broken during merge
bzr revid: xmo@openerp.com-20111006081119-zyzazce6fkc8oq0q
2011-10-06 10:11:19 +02:00
Antony Lesuisse 0d79dca93f [IMP] cleanup of web.common
bzr revid: al@openerp.com-20111005175826-7fzk3wesvz198kpm
2011-10-05 19:58:26 +02:00
Antony Lesuisse caec244322 [MERGE] fixmodloading by chs
bzr revid: al@openerp.com-20111005172010-ii718o6v1oe6gijk
2011-10-05 19:20:10 +02:00
Fabien Meghazi 1cde2fa2de [FIX] Fixed addons path for binaries. Improved placeholder.
bzr revid: fme@openerp.com-20111005155740-ufdr7lwp4abpsfsu
2011-10-05 17:57:40 +02:00
Christophe Simonis 847ee8333d [FIX] correct module loading in local mode
bzr revid: chs@openerp.com-20111005095505-vepaqeupdn5qywcc
2011-10-05 11:55:05 +02:00
Antony Lesuisse 4ec1113d94 [IMP] deprecate web_preload in favor of --load, server_wide_modules config option
bzr revid: al@openerp.com-20110930201018-aw9s26iqyd6rns05
2011-09-30 22:10:18 +02:00
Antony Lesuisse 3a4c322e83 [FIX] consider typeless action as ir.actions.act_window_close
bzr revid: al@openerp.com-20110928224705-cf4dwwrz85oqv8y8
2011-09-29 00:47:05 +02:00
Antony Lesuisse 5dfc14d359 [IMP] web_preload js part
bzr revid: al@openerp.com-20110927111402-teb8bpavj4atghle
2011-09-27 13:14:02 +02:00
Christophe Simonis 6b8d98b54a [FIX] correct the js-ification of module list to preload
bzr revid: chs@openerp.com-20110927085947-ip3jv93fb5pvqth3
2011-09-27 10:59:47 +02:00
Christophe Simonis 1d2d17a365 [MERGE] merge upstream + code adaptation to revid:al@openerp.com-20110927001435-vttw23epyru5gm0b
bzr revid: chs@openerp.com-20110927085435-pipko7w752conp3a
2011-09-27 10:54:35 +02:00
Antony Lesuisse 5e303d0ea4 [IMP] web_preload python-side
bzr revid: al@openerp.com-20110927001435-vttw23epyru5gm0b
2011-09-27 02:14:35 +02:00
Antony Lesuisse 211713396a [IMP] multiple addons-path
bzr revid: al@openerp.com-20110926125330-9ddpet3tdho3gq2o
2011-09-26 14:53:30 +02:00
Christophe Simonis 4261f1ad11 merge upstream
bzr revid: chs@openerp.com-20110926112623-q68d3tebr80qt6l9
2011-09-26 13:26:23 +02:00
Xavier Morel 47094e8adb [ADD] import
bzr revid: xmo@openerp.com-20110926101440-y5j45bgie4xnhmqf
2011-09-26 12:14:40 +02:00
Xavier Morel 25c38ca653 [IMP] move more import logic to javascript
bzr revid: xmo@openerp.com-20110923122202-hnp6o1ybwgugive4
2011-09-23 14:22:02 +02:00
Xavier Morel f42cacc5c1 [IMP] handle lines to skip in import preview
bzr revid: xmo@openerp.com-20110923095609-ogxc6q3wnd0tez8v
2011-09-23 11:56:09 +02:00
Xavier Morel 8d0a65ec94 [IMP] handle switch indicating whether the CSV file being imported has headers
bzr revid: xmo@openerp.com-20110923094500-0jn0tb3fgix9j8wg
2011-09-23 11:45:00 +02:00
Xavier Morel a7a71dea83 [IMP] split import check result in two different templates, wait before everything's ready to setup autocompletes and check required fields & al
bzr revid: xmo@openerp.com-20110923092346-007j09xf5wfzq9zo
2011-09-23 11:23:46 +02:00
Xavier Morel 99cd8a01a3 [REM] most of the fields-manipulation crapola of Import.detect_data, have headers be a simple list(str)
bzr revid: xmo@openerp.com-20110923085924-4gq1g660mcmb8bus
2011-09-23 10:59:24 +02:00
Xavier Morel baf367d0e1 [IMP] move fetching of fields for import to javascript. Also extraction of required fields
bzr revid: xmo@openerp.com-20110923083341-xa3sg2t053zonlsm
2011-09-23 10:33:41 +02:00
Xavier Morel 6a931ae104 [ADD] checkbox for the user to specify that his file does *not* have column headers
bzr revid: xmo@openerp.com-20110922152704-lu36gl07ijnkd3sl
2011-09-22 17:27:04 +02:00
Xavier Morel 099b18ace6 [REM] redundant call to do_check_req_field: it's already called from on_change_check
bzr revid: xmo@openerp.com-20110922094058-yhy6re1l679fg42m
2011-09-22 11:40:58 +02:00
niv-openerp 54014f0473 [fix] problem when user does not enter correct password
bzr revid: nicolas.vanhoren@openerp.com-20110921130549-pbdjgtufjjo5pens
2011-09-21 15:05:49 +02:00
Christophe Simonis 01eff42ca2 [ADD] key in manifest allowing auto loading of modules
bzr revid: chs@openerp.com-20110920154358-gpv2ahph6gbtlmiy
2011-09-20 17:43:58 +02:00
Kunal Chavda (OpenERP) 288b0336cc [MERGE]Merge with trunk upto revision no 1054.
bzr revid: kch@tinyerp.com-20110919052218-lpz4jy6k2bu1inxv
2011-09-19 10:52:18 +05:30
niv-openerp 08143aaab5 [fix] partially solve problem when restituting session and problem with server (disconnected, database dropped, etc...)
bzr revid: nicolas.vanhoren@openerp.com-20110916102555-myvdxf30fl7jpb3a
2011-09-16 12:25:55 +02:00
Kunal Chavda (OpenERP) 8511d9986b [FIX]Remove unnecessary code which affects in importing data.
bzr revid: kch@tinyerp.com-20110915122420-90lur8b4mdjw5bpx
2011-09-15 17:54:20 +05:30
Kunal Chavda (OpenERP) 50567fcb63 [MERGE]Merge with trunk upto revision no 1043.
bzr revid: kch@tinyerp.com-20110915070222-1sw9bpp36s42nvt2
2011-09-15 12:32:22 +05:30
niv-openerp b8d2c86435 [fix] problem with new login, when the user is not really already logged in
bzr revid: nicolas.vanhoren@openerp.com-20110913121038-0x7tifkpzgplk6lb
2011-09-13 14:10:38 +02:00
niv-openerp 754924a122 [fix] some problems with preceding improvement related to login
bzr revid: nicolas.vanhoren@openerp.com-20110913102936-8xjjba5q1gmi8xts
2011-09-13 12:29:36 +02:00
niv-openerp 71e7470847 [imp] modified login to only depend on the session_id to restore a session, this will make some bugs to user_context and password disapear
bzr revid: nicolas.vanhoren@openerp.com-20110913102320-dhw4p91ohyk438d1
2011-09-13 12:23:20 +02:00
Kunal Chavda (OpenERP) df1edc236b [MERGE]Merge with trunk upto revision no 1011.
bzr revid: kch@tinyerp.com-20110913054406-yrjafv0qdzzijizz
2011-09-13 11:14:06 +05:30
Kunal Chavda (OpenERP) 55e3e34872 [FIX]Fixed code for problems in previous commit.
bzr revid: kch@tinyerp.com-20110912125900-flvro2f4qsllik14
2011-09-12 18:29:00 +05:30
Antony Lesuisse 25237f7178 [IMP] move webrelease into addons/web
bzr revid: al@openerp.com-20110909141317-uvo90sxlg8o5w9dx
2011-09-09 16:13:17 +02:00
Kunal Chavda (OpenERP) 555610e41b [FIX]Fixed code for javascript problems as par review.
bzr revid: kch@tinyerp.com-20110909114933-4f0zgiedo9dp865h
2011-09-09 17:19:33 +05:30
Xavier Morel ea82b31286 [FIX] Safari seems to have issue with loading json data in iframes, implement a jsonp-ish system to correctly handle retrieval of import test return data
bzr revid: xmo@openerp.com-20110909105307-2463mzr6micqdvbm
2011-09-09 12:53:07 +02:00
Kunal Chavda (OpenERP) a8467f7b3c [MERGE]Merge with trunk upto revision no 970.
bzr revid: kch@tinyerp.com-20110908103919-0elkj4hdhhgpvx6o
2011-09-08 16:09:19 +05:30
Kunal Chavda (OpenERP) 783904920a [FIX]Fixed code for python related problems as par review.
bzr revid: kch@tinyerp.com-20110908102400-7udk4wzl0blt7jgg
2011-09-08 15:54:00 +05:30
niv-openerp e60032e11c [imp] cosmetic change
bzr revid: nicolas.vanhoren@openerp.com-20110908095913-pgpcd0flc57umgno
2011-09-08 11:59:13 +02:00
niv-openerp cb009f218b [imp] made ids in report overridable by report action
bzr revid: nicolas.vanhoren@openerp.com-20110908095544-77pottqwvarnh2gq
2011-09-08 11:55:44 +02:00
niv-openerp 4e0412f0c3 [imp] updated ids in report
bzr revid: nicolas.vanhoren@openerp.com-20110908095411-eezf69hw64khlx91
2011-09-08 11:54:11 +02:00
niv-openerp 17d1f78682 [imp] updated datas in report
bzr revid: nicolas.vanhoren@openerp.com-20110908095327-23inv0pjwljyktdl
2011-09-08 11:53:27 +02:00
Xavier Morel e13a97446a [FIX] reports: report_type may be missing from the action descriptor, don't rely on it being there
bzr revid: xmo@openerp.com-20110908071415-9gdyvkpwq7i7fxob
2011-09-08 09:14:15 +02:00
Xavier Morel a0a1ea0cfa [FIX] cleanup of toolbar actions during fields_view_get
bzr revid: xmo@openerp.com-20110908070309-bbwmqxmwmmj06srj
2011-09-08 09:03:09 +02:00
Xavier Morel ffa4549555 [IMP] cleanup toolbar actions
bzr revid: xmo@openerp.com-20110907150257-ewan3jhboq0xe710
2011-09-07 17:02:57 +02:00
niv-openerp b4694f6a91 [fix] (x-files mode on) problem with some reports that are not reports (x-files mode off)
bzr revid: nicolas.vanhoren@openerp.com-20110907132320-uf2e5a6crjg04r84
2011-09-07 15:23:20 +02:00
niv-openerp 3b1627b7a4 [fix] problem with xmo and concept of cleaning actions
bzr revid: nicolas.vanhoren@openerp.com-20110907130502-r8a3146hmq8oojvy
2011-09-07 15:05:02 +02:00
Fabien Meghazi 67809aa770 [IMP] Avoid browsers cache problem with autoloaded addons in debug mode
bzr revid: fme@openerp.com-20110907095819-711u6wfcw5gvffvj
2011-09-07 11:58:19 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Xavier Morel 2a3cb44782 [ADD] support for zipped reports (code=zlib/reportgz config key) in report downloader
bzr revid: xmo@openerp.com-20110907072818-9ondrxh0q2j0yo7d
2011-09-07 09:28:18 +02:00
Xavier Morel 0b17356d23 [FIX] report action management: correctly download reports
bzr revid: xmo@openerp.com-20110907072358-94qnrzx1ww951shv
2011-09-07 09:23:58 +02:00
Antony Lesuisse 02792660b8 [IMP] factorize view/load part1
bzr revid: al@openerp.com-20110906205438-wk1x6dx2mp103en2
2011-09-06 22:54:38 +02:00
Kunal Chavda (OpenERP) 4c31251a43 [FIX]Fixed code as par rename web from base and read file data problem.
bzr revid: kch@tinyerp.com-20110906130525-axb8e40gc1zya9a3
2011-09-06 18:35:25 +05:30
Kunal Chavda (OpenERP) a9446c53f9 [MERGE]Merge with trunk upto revision no 931.
bzr revid: kch@tinyerp.com-20110906125440-turixz49exf0po30
2011-09-06 18:24:40 +05:30
Xavier Morel fd6b4fde14 [FIX] reintroduce reports mistakenly removed at revision xmo@openerp.com-20110905142455-1nt310pqzyzk69cp
they probably shouldn't have been called Export

bzr revid: xmo@openerp.com-20110906115754-i19nn5oi9fhqpmbd
2011-09-06 13:57:54 +02:00
Xavier Morel 9b82be28f2 [REM] now-unused code, after correctly using FileStorage data for uploaded file
bzr revid: xmo@openerp.com-20110906115507-lo5qblaw4nod11vz
2011-09-06 13:55:07 +02:00
Xavier Morel cd78e540a2 [FIX] binary uploading not correctly werkzeugified
bzr revid: xmo@openerp.com-20110906115316-4kybkc2bowpvkhyn
2011-09-06 13:53:16 +02:00
Xavier Morel 6452b377aa [FIX] nope, base64 has not been renamed web64
bzr revid: xmo@openerp.com-20110906112734-obksfkt2d51kvt6b
2011-09-06 13:27:34 +02:00
Xavier Morel 6d029a4910 [IMP] restrict set of exceptions caught when fetching images
bzr revid: xmo@openerp.com-20110906111226-hx4zh9rjr2fj5sct
2011-09-06 13:12:26 +02:00
Xavier Morel 247cf9886f [IMP] base64 doc indicates that 'encodestring' and 'decodestring' are part of the 'legacy interface'. Use b64encode and b64decode from the 'modern' interface instead
bzr revid: xmo@openerp.com-20110906111218-hktitwp8ia3brzrx
2011-09-06 13:12:18 +02:00
Xavier Morel c96d60ca58 [FIX] image downloading, were not ported to werkzeug
bzr revid: xmo@openerp.com-20110906111157-hyzm016cyjcm0kfn
2011-09-06 13:11:57 +02:00
niv-openerp 05be8f7cc5 [imp] added creation of about message
bzr revid: nicolas.vanhoren@openerp.com-20110905151420-nnjh005ol8dsouhx
2011-09-05 17:14:20 +02:00
niv-openerp 3c5c8b3e66 [imp] lot of fixes after refactoring of base to web
bzr revid: nicolas.vanhoren@openerp.com-20110905140439-n858qs02fwnib5ac
2011-09-05 16:04:39 +02:00
niv-openerp 32441da020 [fix] fix in the model helper
bzr revid: nicolas.vanhoren@openerp.com-20110902155949-29mhv0d8rnl0dzkt
2011-09-02 17:59:49 +02:00
niv-openerp ae91f6400b [imp] added helper to call any method on models
bzr revid: nicolas.vanhoren@openerp.com-20110902152622-marolbq8hkxu6wd0
2011-09-02 17:26:22 +02:00
niv-openerp a20d5479b1 [imp] cleaned ie7 css
bzr revid: nicolas.vanhoren@openerp.com-20110902125701-qkr1a8j5r4m6lc2r
2011-09-02 14:57:01 +02:00
Xavier Morel dbd5acb460 [IMP] don't mess up ordering of fields saved in an exports list
bzr revid: xmo@openerp.com-20110905152442-wcczebz4rk9g7tjd
2011-09-05 17:24:42 +02:00
Xavier Morel 748086e678 [MERGE] bunch of speed and code improvements to import, also make import more flexible (pluggable)
bzr revid: xmo@openerp.com-20110905142455-1nt310pqzyzk69cp
2011-09-05 16:24:55 +02:00
Antony Lesuisse bedfc48dcf rename base into web part1
bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1
2011-09-05 13:03:09 +02:00