Commit Graph

33588 Commits

Author SHA1 Message Date
Quentin (OpenERP) 9421188847 [IMP] base/res_currency: improved res.currency.rate.type. Added search view and help tooltip. Made some code cleaning
bzr revid: qdp-launchpad@openerp.com-20110827225330-3ng37d8yg31psgsd
2011-08-28 00:53:30 +02:00
Quentin (OpenERP) 7064bd53de [MERGE] merge with main server trunk
bzr revid: qdp-launchpad@openerp.com-20110827220157-xatzm3sm7zib1670
2011-08-28 00:01:57 +02:00
Olivier Dony 3f00bfc405 [FIX] registry: use a unique list of models to load per module
This is necessary to preserve the model loading order
as defined in the module. This was broken when the 
metaclass was introduced to make the explicit model
constructor call optional.
One consequence is that the order in which the classes
are declared in the module really defines their
initialization order, even if the constructors are 
later called explcitly in a different order.
This latter case should be fairly rare, and easy to
fix too - simply putting the class declaration in the
right order.

bzr revid: odo@openerp.com-20110826161736-lgnpurtbcqtbseey
2011-08-26 18:17:36 +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 c4d8acabba [fix] problem with most related that return a list in a search_default
bzr revid: nicolas.vanhoren@openerp.com-20110826140421-yt204xv30b0ef3vz
2011-08-26 16:04:21 +02:00
Vo Minh Thu b8d25dc2b8 [FIX] openerp-server: forgot to remove the utf-8 quote as stated on the merge prop by xrg.
bzr revid: vmt@openerp.com-20110826134311-446b2gwkuyy5i1r1
2011-08-26 15:43:11 +02:00
Vo Minh Thu 4253a5f798 [MERGE] openerp-server is rewritten in a slightly better way.
Doing so, it is now not possible to both start the server and test a YAML file.
That is, testing a YAML file is similar in the translation import/export options
and does not start the server.

bzr revid: vmt@openerp.com-20110826134013-sfnlowg5xuhqxet2
2011-08-26 15:40:13 +02:00
Vo Minh Thu 2a3fe9819d [REF] openerp-server: separated the --test-file mechanism from the main code path.
bzr revid: vmt@openerp.com-20110826133301-8y7intt7vhsg5gm9
2011-08-26 15:33:01 +02:00
niv-openerp d692a02d5b [imp] fixed related behavior for calendar
bzr revid: nicolas.vanhoren@openerp.com-20110826133113-7glw38cszv5pwdqw
2011-08-26 15:31:13 +02:00
niv-openerp 7a9ff57a0e [imp] made related work with list view too
bzr revid: nicolas.vanhoren@openerp.com-20110826132835-ex26y5hyti3acgzk
2011-08-26 15:28:35 +02:00
niv-openerp a21f3c6686 [imp] make related work in form view and m2o
bzr revid: nicolas.vanhoren@openerp.com-20110826131319-qzyrv7ypmv313jgj
2011-08-26 15:13:19 +02:00
niv-openerp a703147436 [imp] made related work from form view
bzr revid: nicolas.vanhoren@openerp.com-20110826130335-fjt0c5f7s7ug2jdl
2011-08-26 15:03:35 +02:00
niv-openerp 393f146d77 [imp] make related in m2o work
bzr revid: nicolas.vanhoren@openerp.com-20110826124418-d2vw72ulgse75hgh
2011-08-26 14:44:18 +02:00
niv-openerp 8b7c33e964 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110826121825-izxe1qqtbv7exfvq
2011-08-26 14:18:25 +02:00
Vo Minh Thu 174e25e66f [IMP] tools.cache: removed unused variable.
bzr revid: vmt@openerp.com-20110826121639-irm0g0eh5yec1c88
2011-08-26 14:16:39 +02:00
Vo Minh Thu dad3528ab7 [FIX] registry.py: typos (invalid syntax).
I wonder how come I made the previous commit.

bzr revid: vmt@openerp.com-20110826121026-da90yx3iapj6y1v1
2011-08-26 14:10:26 +02:00
Xavier Morel 6bb5138f9f [FIX] bugs in shortcuts management: desync between backing collection and DOM, multiple click events on shortcut star
bzr revid: xmo@openerp.com-20110826084758-g08o83wi9eaj3vdl
2011-08-26 10:47:58 +02:00
Mustufa Rangwala (OpenERP) 46f690d64c [IMP] Base: added currency rate type on tree view
bzr revid: mra@tinyerp.com-20110825173651-5rn1vsukicpdo331
2011-08-25 23:06:51 +05:30
niv-openerp 8cba17fcc6 [merge] many improvements for relateds
bzr revid: nicolas.vanhoren@openerp.com-20110825171642-lfmj3rrmfkt0lgex
2011-08-25 19:16:42 +02:00
niv-openerp de1fc9e3c5 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110825171612-ieb6ggnm5wugb50y
2011-08-25 19:16:12 +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
Mustufa Rangwala (OpenERP) e117018b7b [REF] Base: small improvement
bzr revid: mra@tinyerp.com-20110825170657-tgajqc4yknz9f83b
2011-08-25 22:36:57 +05:30
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
niv-openerp 9225fe4074 [imp] added display of relateds
bzr revid: nicolas.vanhoren@openerp.com-20110825151701-frwri4f5ge6rnsvf
2011-08-25 17:17:01 +02:00
Xavier Morel 238a0200a0 [FIX] when loading records in the listview, remember to set dataset index to 0 so switching to formview does not try to create a new record
lp bug: https://launchpad.net/bugs/816830 fixed

bzr revid: xmo@openerp.com-20110825145741-gduqtgrqw4bbuugl
2011-08-25 16:57:41 +02:00
Xavier Morel 3cfa390281 [IMP] attempt to fix height of widgets in home page
bzr revid: xmo@openerp.com-20110825144131-8xe3ukrdoph9p9v1
2011-08-25 16:41:31 +02:00
niv-openerp 2ca0749fd5 [imp] made m2o context menu even more lazy loading
bzr revid: nicolas.vanhoren@openerp.com-20110825143745-lqii7wov08s5ipbp
2011-08-25 16:37:45 +02:00
niv-openerp d8c48d874a [imp] made the context menu in m2o lazy loads
bzr revid: nicolas.vanhoren@openerp.com-20110825142126-ozmlaopwzhh5xlju
2011-08-25 16:21:26 +02:00
Xavier Morel bd8c79a4c4 [FIX] not modifying the dataset's state is good and so is not breaking datagroup dispatching, but it would still be a good idea to not forget the dataset's content en route, myself
bzr revid: xmo@openerp.com-20110825132456-0wmhnrhmjszn4ce2
2011-08-25 15:24:56 +02:00
Vo Minh Thu 6fdadb04f5 [IMP] tools.cache: added missing clean_caches_for_db replacement.
bzr revid: vmt@openerp.com-20110825124711-y2uckmvcoa0arz4h
2011-08-25 14:47:11 +02:00
Xavier Morel b8cd28fb35 [FIX] widgets client action handler: one action per widget
bzr revid: xmo@openerp.com-20110825123445-ayhaeipasl4imvqt
2011-08-25 14:34:45 +02:00
Xavier Morel b5a429d008 [FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)
bzr revid: xmo@openerp.com-20110825123049-bmvebm86gqgr6w43
2011-08-25 14:30:49 +02:00
niv-openerp 93aa853ae6 [imp] changed format/parse functions for dates to use date.js format instead of the openerp one
bzr revid: nicolas.vanhoren@openerp.com-20110825121753-w3acs2fhbwm157a6
2011-08-25 14:17:53 +02:00
niv-openerp a5bb1a265b [fix] small bug with dates localization
bzr revid: nicolas.vanhoren@openerp.com-20110825121051-x86pjeyfnnb65ucr
2011-08-25 14:10:51 +02:00
Ujjvala Collins (OpenERP) 5b17d2ccb7 [FIX] base: Fixed problem of browse method in _get_conversion_rate method.
bzr revid: uco@tinyerp.com-20110825115645-85ya32yjnpirbuga
2011-08-25 17:26:45 +05:30
Xavier Morel 259892f837 [FIX] selector for config overview widget: widget root has moved, .oe-dashboard-config-overview is now on this. so don't include it
bzr revid: xmo@openerp.com-20110825103336-nwyybou1hghaudud
2011-08-25 12:33:36 +02:00
Xavier Morel 5864a23352 [REM] leftover debugging code
bzr revid: xmo@openerp.com-20110825102756-b3d8jf7yud0m98ol
2011-08-25 12:27:56 +02:00
Xavier Morel 455928127f [FIX] safari/javascriptcore blows up on 'super' because it thinks it's a keyword
bzr revid: xmo@openerp.com-20110825100643-k7nbcla8h38siozr
2011-08-25 12:06:43 +02:00
Fabien Meghazi 3da1145220 [IMP] Improved form's datetime widget so the content is always visible even when view size is shrinked down
bzr revid: fme@openerp.com-20110825094806-hfiagqp54gf9rzha
2011-08-25 11:48:06 +02:00
Fabien Meghazi 6e7a9a1a3c [IMP] Form fields now uses niv's parse/format methods
bzr revid: fme@openerp.com-20110825094212-31l90vq66riiabl4
2011-08-25 11:42:12 +02:00
Xavier Morel d2da68ad8b [FIX] actually fix race condition on listview init: incorrect on_mode_switch override in xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi did not propagate primise from ViewManager's on_mode_switch
bzr revid: xmo@openerp.com-20110825082221-tasmo3je0wu4iw6h
2011-08-25 10:22:21 +02:00
Xavier Morel de955d0983 [REV] xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l, has nothing to do with the issue and does not actually fix it (just fudges some timing so it happens slightly less often)
bzr revid: xmo@openerp.com-20110825081833-a1vbcdm59mrzf2d0
2011-08-25 10:18:33 +02:00
Antony Lesuisse c8bb3c1ea5 [IMP] merge add company_registry, but use a button instead of onchange to generate the footer
bzr revid: al@openerp.com-20110824234829-10lvn7cs0uuxaty4
2011-08-25 01:48:29 +02:00
Antony Lesuisse 86965e3884 [FIX] orm ir.translation get_source to use positional args
bzr revid: al@openerp.com-20110824231131-y33ng5x4d6j2vr6w
2011-08-25 01:11:31 +02:00
Antony Lesuisse 4be82ffd52 [FIX] remove debugging
bzr revid: al@openerp.com-20110824222330-zrfnr4qme71r9oqi
2011-08-25 00:23:30 +02:00
Antony Lesuisse c7076adb06 [FIX] ir_attachement check use positional args
bzr revid: al@openerp.com-20110824220324-xfo7swm45stcooun
2011-08-25 00:03:24 +02:00
Antony Lesuisse 7a52778235 [IMP] ir.model.data unlink clear full cache
bzr revid: al@openerp.com-20110824214843-c75b3jl1fad0mv5a
2011-08-24 23:48:43 +02:00
Antony Lesuisse 8c0fb375b4 [FIX] ir.model clear_cache use self
bzr revid: al@openerp.com-20110824214416-9eby8h7mnqmlr8a3
2011-08-24 23:44:16 +02:00
Antony Lesuisse 8d31082408 [FIX] ir.model.access check use positional args
bzr revid: al@openerp.com-20110824211948-gvtc7uv9e3oeeo3e
2011-08-24 23:19:48 +02:00
Antony Lesuisse 52a84f0758 [FIX] revert previous commit ir_rule clear_cache
bzr revid: al@openerp.com-20110824172237-arzved9kk54u3hwu
2011-08-24 19:22:37 +02:00