Commit Graph

254 Commits

Author SHA1 Message Date
Xavier Morel 9acba3027f [ADD] preferences window
bzr revid: xmo@openerp.com-20110901133812-d4exisg1zlg1kgg1
2011-09-01 15:38:12 +02:00
Antony Lesuisse 974305d697 [IMP] moved openerpweb into base.common to be renamed web.commom
bzr revid: al@openerp.com-20110830232300-0f4hb3pk3jso0dii
2011-08-31 01:23:00 +02:00
vishmita 79e182a06f [IMP] Need to change code in ChangePassword.
bzr revid: vja@vja-desktop-20110830111649-p5yzyoh5i0221bxo
2011-08-30 16:46:49 +05:30
niv-openerp b479464a36 [imp] made web server able to get a report, but still can't get it from the browser
bzr revid: nicolas.vanhoren@openerp.com-20110829155256-myi3mr8wlp006u0i
2011-08-29 17:52:56 +02:00
niv-openerp 4836945bc9 [imp] default setup for reports + put active_id in all actions coming from the sidebar
bzr revid: nicolas.vanhoren@openerp.com-20110829152438-47y13wwh01ssq9ts
2011-08-29 17:24:38 +02:00
Xavier Morel 863fdc0808 [FIX] reinstate bail out in clean_action in case the action is not an act_window
bzr revid: xmo@openerp.com-20110829082929-c6uhkcq0wmiis2wp
2011-08-29 10:29:29 +02:00
niv-openerp e03849bb35 [fix] broken one of the most important functionalities
bzr revid: nicolas.vanhoren@openerp.com-20110826140745-0vjk3ygu32di4tti
2011-08-26 16:07:45 +02:00
niv-openerp 27eff948b5 [imp] refactoring to put "req" instead or "request" everywhere in the server-side code
bzr revid: nicolas.vanhoren@openerp.com-20110825171451-9idtdh6dqcxrk873
2011-08-25 19:14:51 +02:00
niv-openerp fc766e16fe [imp] refactoring to allow correct context handling in clean_action
bzr revid: nicolas.vanhoren@openerp.com-20110825170410-omj3wrugqmslck8w
2011-08-25 19:04:10 +02:00
vishmita f2325382ca [IMP]Improve code in change password.
bzr revid: vja@vja-desktop-20110823125802-c4jhe4qqjn2ra7n4
2011-08-23 18:28:02 +05:30
vishmita 9c465bb106 [IMP]Implement preferences functionality.
bzr revid: vja@vja-desktop-20110819131007-0o2pxuvrvh9q5cc3
2011-08-19 18:40:07 +05:30
Antony Lesuisse 7e80e928fb [IMP] prepare debug mode for rpc
bzr revid: al@openerp.com-20110819030235-a25a3yiwmfjvd9uq
2011-08-19 05:02:35 +02:00
Antony Lesuisse 7b79fd47d5 [IMP] database creation cleanups
bzr revid: al@openerp.com-20110819020156-yo41xcjnxiwqtkwr
2011-08-19 04:01:56 +02:00
Antony Lesuisse 8a13e8c3a9 [IMP] production mode by default, developers should use ?debug
bzr revid: al@openerp.com-20110818192150-qtwh8u3eigmkz0k9
2011-08-18 21:21:50 +02:00
Antony Lesuisse fa81a097f2 [IMP] remove some cherry in base main.py
bzr revid: al@openerp.com-20110818185145-4egjwrxm7it298fe
2011-08-18 20:51:45 +02:00
Antony Lesuisse 5421809120 [IMP] factorize http request handling
bzr revid: al@openerp.com-20110818183656-qp9zy271jl6wccq9
2011-08-18 20:36:56 +02:00
Xavier Morel fc420d4ded [FIX] make http request object more similar to json request object: move session_id to an attribute on the request obj, avoid taking session_id as param on httprequest methods
bzr revid: xmo@openerp.com-20110817103833-7flirk84a4jtelvx
2011-08-17 12:38:33 +02:00
Fabien Meghazi 046887d280 [FIX] Fixed binary fields
bzr revid: fme@openerp.com-20110817091609-ky532b1udhifaxz2
2011-08-17 11:16:09 +02:00
Xavier Morel ffae7cb4b3 [MERGE] from trunk
bzr revid: xmo@openerp.com-20110816142515-ohq33zvua5uq8cd3
2011-08-16 16:25:15 +02:00
niv-openerp 5a34b9fee1 [imp] added fallback support for translations
bzr revid: nicolas.vanhoren@openerp.com-20110816125912-5fkm71nb4y6yp3d0
2011-08-16 14:59:12 +02:00
niv-openerp 81ea898b8c [imp] added loading of encoding parameters
bzr revid: nicolas.vanhoren@openerp.com-20110816122450-1cpa3oq8j31hr4xd
2011-08-16 14:24:50 +02:00
Xavier Morel a7ab1b607f [FIX] don't re-sort shortcuts based on whatever, just display them as returned by get_sc
bzr revid: xmo@openerp.com-20110816101110-3n6hc9ttxrx8pfwu
2011-08-16 12:11:10 +02:00
niv-openerp e63f70d9b0 [imp] used the user language
bzr revid: nicolas.vanhoren@openerp.com-20110812154915-n7o666qfrc99aas8
2011-08-12 17:49:15 +02:00
niv-openerp eca2d44bba [imp] added translation database
bzr revid: nicolas.vanhoren@openerp.com-20110812151736-ycx4jejdj0rpep5j
2011-08-12 17:17:36 +02:00
niv-openerp fb29f3a97e [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110812143947-7l5d1acum5298j0s
2011-08-12 16:39:47 +02:00
Xavier Morel d6074e6619 [IMP] move openerp.base.Widget to relevant section of the actual dogs (as a guide), remove old manual openerp.base.Widget APIDoc
bzr revid: xmo@openerp.com-20110812103643-2ew32jiqdsm71jqe
2011-08-12 12:36:43 +02:00
niv-openerp 313dcc6f45 [imp] improvements to python-side translations gathering method
bzr revid: nicolas.vanhoren@openerp.com-20110812095449-m1u7hwh9583n769t
2011-08-12 11:54:49 +02:00
Vidhin Mehta (OpenERP) f17f4bbd48 [IMP]checked that shortcut are from either ir.ui.menu or it is tree view
bzr revid: vme@tinyerp.com-20110812071248-y9oqa8t1wx61xciu
2011-08-12 12:42:48 +05:30
niv-openerp 5569e47846 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110811164032-wwr89j4dg8dnbgb7
2011-08-11 18:40:32 +02:00
niv-openerp bd95f542ad [imp] setup i18n
bzr revid: nicolas.vanhoren@openerp.com-20110811163933-lcs6zv2e3kn8b09j
2011-08-11 18:39:33 +02:00
Xavier Morel 3e47a488ee [MERGE] from trunk
bzr revid: xmo@openerp.com-20110809145209-y00jwf75mkpi93c6
2011-08-09 16:52:09 +02:00
Xavier Morel e9f9397ac4 [FIX] action handling in treeview
bzr revid: xmo@openerp.com-20110809142243-wzl5qz1pl05312fa
2011-08-09 16:22:43 +02:00
Xavier Morel 46563bd391 [FIX] first code cleanup
* Remove unneeded fields_get in load, simplify return format for load (just return fields_view_get result)
* Simplify generation of base select for first level of records
* Remove special handling of selection fields

bzr revid: xmo@openerp.com-20110808143718-brwd62w7jy344d8r
2011-08-08 16:37:18 +02:00
Vidhin Mehta (OpenERP) 9ad05c699b [IMP]Implement shortcut functionality.
bzr revid: vme@tinyerp.com-20110808111616-2qi3d6hfebix0uho
2011-08-08 16:46:16 +05:30
Xavier Morel 0094e828b9 [FIX] creation of db with no demo data
lp bug: https://launchpad.net/bugs/820812 fixed

bzr revid: xmo@openerp.com-20110804103725-9o6uuvg5zb15rp6h
2011-08-04 12:37:25 +02:00
Xavier Morel 9bc6c66a2c [IMP] don't recreate the home template from scratch every single time
bzr revid: xmo@openerp.com-20110804092043-rkc4zhj35za0wskz
2011-08-04 11:20:43 +02:00
Xavier Morel a66bbb20fc [MERGE] from trunk
bzr revid: xmo@openerp.com-20110804085516-nz1nelcutywq7gn4
2011-08-04 10:55:16 +02:00
Xavier Morel 620e3ad55b [MERGE] updates from trunk
bzr revid: xmo@openerp.com-20110802094717-yxmi281j1l139tws
2011-08-02 11:47:17 +02:00
Xavier Morel c605283990 [FIX] error handling in db backup operation
bzr revid: xmo@openerp.com-20110802092845-anf3pndd7nfidsos
2011-08-02 11:28:45 +02:00
Xavier Morel 808a015933 [IMP] remove redundant 'db' qualifiers in Database methods and JSON-RPC methods
bzr revid: xmo@openerp.com-20110802091849-6jobmumdqw4o6j68
2011-08-02 11:18:49 +02:00
Xavier Morel 21aab96e41 [IMP] deduplicate display of error dialog, add some error handling improvements to restore db
bzr revid: xmo@openerp.com-20110802091344-3lk1wk7ctjhs0j3p
2011-08-02 11:13:44 +02:00
Xavier Morel 71862dfc35 [IMP] block UI during db creation
bzr revid: xmo@openerp.com-20110802070007-z3ameuhsr84w51cs
2011-08-02 09:00:07 +02:00
Xavier Morel 7c1ecda162 [FIX] get correct field name in chane_password method
bzr revid: xmo@openerp.com-20110801145437-x0qyfk5fsg7ivc9o
2011-08-01 16:54:37 +02:00
Xavier Morel 68cb923ec6 [FIX] backup restoration, works almost 60% of the time
bzr revid: xmo@openerp.com-20110801144728-zh1d6nqpf19i6x7p
2011-08-01 16:47:28 +02:00
Xavier Morel 0fd884d234 [FIX] fully reimplement dumping a DB so that it works correctly
* handler should be an httprequest, as we're returning a binary file (maybe we could use ajax with file API abd b64, but... not now)
* use cookie-hack to know when the file is downloading (or is finished downloading, not sure which, not that it matters) so we can add some kind of UI signal

bzr revid: xmo@openerp.com-20110801131254-ik4m8yyc526pz7rf
2011-08-01 15:12:54 +02:00
Xavier Morel 4aed9098ca [IMP] don't duplicate en_US lang in create db, remove redundant <t> elements in select templates
bzr revid: xmo@openerp.com-20110801105838-5arrf4nppsle5akt
2011-08-01 12:58:38 +02:00
Xavier Morel b159aab446 [IMP] simplify unpacking of parameters in db operations, cleanup error handling as well
bzr revid: xmo@openerp.com-20110801091107-cw5rx59s2kgbgo51
2011-08-01 11:11:07 +02:00
Fabien Meghazi 506e483974 [IMP] Integrate import into sidebar. Use fields_get instead of parsing views.
bzr revid: fme@openerp.com-20110728161853-21ml7wc7kgtfha45
2011-07-28 18:18:53 +02:00
Xavier Morel 52f4c70132 [IMP] don't be a poopyhead, learn how to use dicts
bzr revid: xmo@openerp.com-20110727150942-oekqzfckrm29ixu6
2011-07-27 17:09:42 +02:00
Fabien Meghazi 5ca8686fcc [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110727114430-kzyiq9avv2kur1zm
2011-07-27 13:44:30 +02:00