Commit Graph

39305 Commits

Author SHA1 Message Date
Antoine Huvelle 017f591cd4 [IMP] Taking review remarks into account
bzr revid: ahu@openerp.com-20111121155011-h0oln1fdurkm941e
2011-11-21 16:50:11 +01:00
Quentin (OpenERP) f25889155b [REF] audittrail: refactoring of audittrail module. (Finished the write/actions, wkf actions)
bzr revid: qdp-launchpad@openerp.com-20111121143450-yzkuk0rpomy2aync
2011-11-21 15:34:50 +01:00
niv-openerp 99e9fa2815 [imp] nivified receipt view
bzr revid: nicolas.vanhoren@openerp.com-20111121141428-tv18n8itxjo20tvk
2011-11-21 19:44:28 +05:30
Xavier Morel 84d46bf4ec [FIX] provide for values to sidebar links context
lp bug: https://launchpad.net/bugs/871714 fixed

bzr revid: xmo@openerp.com-20111121141418-x4623mk77ljx4nlv
2011-11-21 15:14:18 +01:00
Xavier Morel 542928adde [ADD] protocol to allow sidebar to query its parent view for context data
bzr revid: xmo@openerp.com-20111121140908-e9b3eygtt42m9bnp
2011-11-21 15:09:08 +01:00
niv-openerp c384d7f521 [imp] nivified receipt line view
bzr revid: nicolas.vanhoren@openerp.com-20111121135232-9ky04rt2ek0fr3uo
2011-11-21 19:22:32 +05:30
Vo Minh Thu a787b202d4 [FIX] res_request: search() context arg turned to keyword arg.
bzr revid: vmt@openerp.com-20111121134823-1o1zwngrl4hxw097
2011-11-21 14:48:23 +01:00
niv-openerp 2360b6907f [imp] nivified payment view and corrected previous bug
bzr revid: nicolas.vanhoren@openerp.com-20111121134141-5f7e4edjxdevubju
2011-11-21 19:11:41 +05:30
Fabien Meghazi 2013ca1b4f [FIX] Dashboard does not open resource in the requested view
lp bug: https://launchpad.net/bugs/888500 fixed

bzr revid: fme@openerp.com-20111121134102-3eq99xmmwwu9pamw
2011-11-21 14:41:02 +01:00
Vo Minh Thu 5ef9dd5f3f [MERGE] Cleaning of the empty dict kwargs (replaced by None).
bzr revid: vmt@openerp.com-20111121133346-2yr8ow3zeyqa9ar5
2011-11-21 14:33:46 +01:00
Quentin (OpenERP) 6a24034441 [REF] audittrail: refactoring of audittrail module
bzr revid: qdp-launchpad@openerp.com-20111121133320-plb409qv2l7valqk
2011-11-21 14:33:20 +01:00
Vidhin Mehta (OpenERP) d206d8dc42 [IMP]add new node last in group.
bzr revid: vme@tinyerp.com-20111121130231-zsv1py2lnljy5t3x
2011-11-21 18:32:31 +05:30
niv-openerp 475baffa3a [imp] nivified payment line (introduced a bug but will correct later)
bzr revid: nicolas.vanhoren@openerp.com-20111121125124-ibikdn64eiau6ls5
2011-11-21 18:21:24 +05:30
Xavier Morel b40b60e278 [IMP] use _.map to extract values from onchange parameter names, instead of doing it indirectly via _.each
bzr revid: xmo@openerp.com-20111121124532-ndo2me1ehos7mu0m
2011-11-21 13:45:32 +01:00
Xavier Morel 8f67c5c367 [ADD] support for string literals in form @on_change
lp bug: https://launchpad.net/bugs/889741 fixed

bzr revid: xmo@openerp.com-20111121124145-6i2kvesyc689g3ez
2011-11-21 13:41:45 +01:00
Fabien Meghazi 8ca42daf0a [FIX] Apply same behavior as gtk+ and old web clients concerning fields to be saved/created
Special case 'id' field, do not save this field
on 'create' : save all non readonly fields
on 'edit' : save non readonly modified fields

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

bzr revid: fme@openerp.com-20111121124030-egiajgy6fgokwmm1
2011-11-21 13:40:30 +01:00
Xavier Morel 9d09c570ae [ADD] support for arguments-less onchange (why the hell not)
bzr revid: xmo@openerp.com-20111121122845-98lctm470ncttz74
2011-11-21 13:28:45 +01:00
Xavier Morel 95e2fcf884 [ADD] sanity tests for basic checking of onchange parsing
bzr revid: xmo@openerp.com-20111121122622-g6jzo74ctgc6r1hk
2011-11-21 13:26:22 +01:00
Divyesh Makwana (Open ERP) 494a77700d [FIX] hr_evaluation : Integrity error while installing hr_evaluation
lp bug: https://launchpad.net/bugs/891987 fixed

bzr revid: mdi@tinyerp.com-20111121121718-s4ril9v1hf5n2ylk
2011-11-21 17:47:18 +05:30
Xavier Morel e3a84ed7b6 [IMP] throw actual error objects to improve debugging experience
bzr revid: xmo@openerp.com-20111121120509-fa0rqj50w3zombs1
2011-11-21 13:05:09 +01:00
Xavier Morel ca95467bef [IMP] extract parsing of onchange specs into a separate method
bzr revid: xmo@openerp.com-20111121120413-xw2aanwbte79y8cr
2011-11-21 13:04:13 +01:00
niv-openerp 263ff95a19 [imp] nivified product list
bzr revid: nicolas.vanhoren@openerp.com-20111121113617-75h2d5ka302rnf3c
2011-11-21 17:06:17 +05:30
Xavier Morel 3565ea546e [FIX] default values for membership products
still used old default value setting style (via action domain).

Question remains though: are the existing context values *used*? I
don't know so I left them there, but if they're not used or useful it
would be nice to remove them.

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

bzr revid: xmo@openerp.com-20111121113421-tudpi0pv4fqcrejb
2011-11-21 12:34:21 +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
niv-openerp 4f82e3130b [merge]
bzr revid: nicolas.vanhoren@openerp.com-20111121101622-xm4mgcj9qym6zzny
2011-11-21 15:46:22 +05:30
Vidhin Mehta (OpenERP) 96212584c4 [IMP]make sequence for add node and edit node dialog box.
bzr revid: vme@tinyerp.com-20111121101326-xyhlum8idixqgkhr
2011-11-21 15:43:26 +05:30
Xavier Morel ceb67d96a6 [FIX] dialogs not closing when they trigger a report printing
bzr revid: xmo@openerp.com-20111121100257-yrhui8kx9zodnzqx
2011-11-21 11:02:57 +01:00
Yogesh (OpenERP) 7ec009c0ba [FIX] fix problem of close popup in actio type of ir_actions_report_xml.
bzr revid: ysa@tinyerp.com-20111121091451-i9lvmv6yibys17vp
2011-11-21 14:44:51 +05:30
Launchpad Translations on behalf of openerp 7dc7a38490 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052226-yhr6ydr2i8dbwp8x
bzr revid: launchpad_translations_on_behalf_of_openerp-20111119051322-q109g1zgszi27u9e
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052251-ee9tr9wvqumk7n8u
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121055048-51rwikms7xtq4bkz
2011-11-21 05:50:48 +00:00
Quentin (OpenERP) d28d46e26f [REF] audittrail: code refactoring. still not totally working x_x
bzr revid: qdp-launchpad@openerp.com-20111118202713-e5f1mtzx3gyovdok
2011-11-18 21:27:13 +01:00
Olivier Dony e17b51e384 [FIX] orm.read_group: check for empty groupby list
This is very ugly and needs a real refactoring,
just adding one more test for the time being.

bzr revid: odo@openerp.com-20111118153333-2skgbd197q8tb7uc
2011-11-18 16:33:33 +01:00
Olivier Dony 57d0d62b38 [MERGE] orm.read_group: partial refactoring, by xmo
bzr revid: odo@openerp.com-20111118152629-o4ult41v905dfj1t
2011-11-18 16:26:29 +01:00
Olivier Dony bde9585887 [FIX] res.users: incorrect passing of context as positional args causes off-by-one errors
bzr revid: odo@openerp.com-20111118150525-zmrd276b4d9tx15f
2011-11-18 16:05:25 +01:00
Xavier Morel e1190b7a8a [FIX] correctly pass active_* context keys along when executing an action from the treeview
lp bug: https://launchpad.net/bugs/888397 fixed

bzr revid: xmo@openerp.com-20111118134555-tmnh06kmx81mvqhx
2011-11-18 14:45:55 +01:00
Xavier Morel 4df84629ea [IMP] pass along the action context when requesting a tree view
bzr revid: xmo@openerp.com-20111118134502-t6ltgtooij0ob0bt
2011-11-18 14:45:02 +01:00
Olivier Dony ca458dd539 [FIX] orm.read_group: fix issues in read_group_full and rewrite/cleanup
Attempt to make it into a more maintainable/readable
separate method.

bzr revid: odo@openerp.com-20111118133642-b3126a5sph8bivmu
2011-11-18 14:36:42 +01:00
Vidhin Mehta (OpenERP) 2f13563b21 [IMP]add event for clone element.
bzr revid: vme@tinyerp.com-20111118132735-35gkiai7l4oq0pin
2011-11-18 18:57:35 +05:30
Olivier Dony 14bdfadd69 [FIX] project.task: read_group_full typos + cleanup
bzr revid: odo@openerp.com-20111118131511-0lkpm1zdat1oz78z
2011-11-18 14:15:11 +01:00
Bharat (OpenERP) 8f228671d0 [IMP] sale : improved variable name, made procurement_obj from procurement_order_obj
bzr revid: bde@tinyerp.com-20111118131404-ww8jbyix2zr5ykcp
2011-11-18 18:44:04 +05:30
Olivier Dony 29574262c5 [FIX] fields.related: lazy init should avoid race conditions as much as possible
bzr revid: odo@openerp.com-20111118131104-a16vg7q2ws8se2ob
2011-11-18 14:11:04 +01:00
Olivier Dony afc15c6e2d [FIX] edi: _.sprintf moved to _.str.sprintf due to recent update of web framework
bzr revid: odo@openerp.com-20111118130849-rb9h7b4gs2sm4vib
2011-11-18 14:08:49 +01:00
Fabien Pinckaers 34a9ecf339 fix
bzr revid: fp@tinyerp.com-20111118121103-vmlus5c14icgpvdv
2011-11-18 13:11:03 +01:00
Bharat (OpenERP) bd94429713 [FIX] hr : modified the workflow inorder to keep separate functionality between hr_expense and supplier_invoice
bzr revid: bde@tinyerp.com-20111118114453-bd7vc3urjbepo3rt
2011-11-18 17:14:53 +05:30
Fabien Pinckaers eaf19f15e9 [IMP] invoice_analysis use date and not create date
bzr revid: fp@tinyerp.com-20111118113923-4mzo1n2drpnryy9a
2011-11-18 12:39:23 +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
Divyesh Makwana (Open ERP) 32174170e3 [FIX] account : account_analytic_analysis - why create_date and not date
lp bug: https://launchpad.net/bugs/891529 fixed

bzr revid: mdi@tinyerp.com-20111118105006-vnp6ckrhr22pp89m
2011-11-18 16:20:06 +05:30
Bharat (OpenERP) 6864ce3414 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20111118095310-dmsaa9m014hq97h1
2011-11-18 15:23:10 +05:30
Vo Minh Thu 210c58d825 [MERGE] fixed unbound variable.
bzr revid: vmt@openerp.com-20111118091854-cebg3ab85m3iaqw9
2011-11-18 10:18:54 +01:00
Naresh (OpenERP) 84a6f91180 [FIX]:UnboundLocalError
lp bug: https://launchpad.net/bugs/891500 fixed

bzr revid: nch@tinyerp.com-20111118085439-wgei8ockgn84jnep
2011-11-18 14:24:39 +05:30
Yogesh (OpenERP) 9d1e3b7534 [FIX] action is ir_actions_report_xml then wizard automatically close.
lp bug: https://launchpad.net/bugs/891342 fixed

bzr revid: ysa@tinyerp.com-20111118073041-x28pnecgtredpc97
2011-11-18 13:00:41 +05:30