Commit Graph

37162 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 048cfa7804 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044022-dt1ks2gwog40djxc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044412-fk2rlfsfnmhkvaq1
2011-10-12 04:44:12 +00:00
Antony Lesuisse 511e9a0ea4 [IMP] merged application tile with default home
bzr revid: al@openerp.com-20111011233627-6nxfbs64lwzszh7t
2011-10-12 01:36:27 +02:00
Antony Lesuisse 9f840d08b6 [IMP] default dashboard home for everybody
bzr revid: al@openerp.com-20111011221916-df9zxa1e7fvw3xiz
2011-10-12 00:19:16 +02:00
Antony Lesuisse b574f20012 [IMP] board module and hr dashboard cleanups
split board.board object (almost unsed) xml's from actual board definitions
board module defines 2 boards: the admin one, the homepage
clean hr board definitions
remove hr menuitems from administration menu
remove useless menuitem definitions

bzr revid: al@openerp.com-20111011212017-qd3d2xp9mfneagqq
2011-10-11 23:20:17 +02:00
Antony Lesuisse 1ce5334c81 [IMP] openerplib exception handling step1
We define the 4 standard openerp exceptions introduced in the new xmlrpc/1 and
jsonrpc/1 api. But we dont raise them yet, instead we update the local
connector to emulate the current xmlrpc faults.

bzr revid: al@openerp.com-20111011210742-i5zdn7kldg74kx2b
2011-10-11 23:07:42 +02:00
Olivier Dony 76c702ca3c [FIX] Model.import_data docstring: cleanup + clear RST warnings for autodoc
The pipe character is taken as an inline substitution
marker, and is easy to avoid in most cases except within
literal blocks.

bzr revid: odo@openerp.com-20111011171148-rluwokcsx7i38i6e
2011-10-11 19:11:48 +02:00
Olivier Dony 4140e3546a [FIX] expression: proper handling of empty string in m2o domain criterions
Also fixed incorrect name_search() implementations in
res.partner and res.currency, and added corresponding
tests.

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

bzr revid: odo@openerp.com-20111011163435-szj9vm6x9x8nryn8
2011-10-11 18:34:35 +02:00
Olivier Dony 102ab25104 [REM] removed lp auto-committed PO junk
bzr revid: odo@openerp.com-20111011162735-eor1vnl30dwbdi1h
2011-10-11 18:27:35 +02:00
Fabien Meghazi b49b1cfb10 [IMP] Dashboard: use parent's do_action
bzr revid: fme@openerp.com-20111011155950-z620hv2zxtccm501
2011-10-11 17:59:50 +02:00
Antony Lesuisse 9872fdd911 [FIX] webrpc double load jquery
bzr revid: al@openerp.com-20111011154700-2mnim3luoersk1c3
2011-10-11 17:47:00 +02:00
niv-openerp b819542c8f [fix] problem with form view, does not prevent multiple creates/saves
bzr revid: nicolas.vanhoren@openerp.com-20111011153535-ojo8qqpzlg3ap9fy
2011-10-11 17:35:35 +02:00
Olivier Dony 7f34a19db6 [MERGE] new ORM method for converting o2m commands sequences to record dicts, useful for addons (by Xavier Morel)
bzr revid: odo@openerp.com-20111011144927-mch6uy11z347fcku
2011-10-11 16:49:27 +02:00
Olivier Dony c16befa983 [IMP] orm: resolve_o2m_commands_...: simplify assert, remove context doc following guidelines
bzr revid: odo@openerp.com-20111011144146-b9rt5kc9sb5lj0dr
2011-10-11 16:41:46 +02:00
Olivier Dony 6bfd0ec586 [IMP] sale: replaced hardcoded date/time formats by appropriate constants
bzr revid: odo@openerp.com-20111011141921-chzenvq0i2kvbnw7
2011-10-11 16:19:21 +02:00
Olivier Dony e806259e93 [MERGE] sale: refactoring of large action_ship_create() method, courtesy of Raphael Valyi (Akretion)
bzr revid: odo@openerp.com-20111011140335-f4u29prd3fq3i0ir
2011-10-11 16:03:35 +02:00
Fabien Meghazi 77e8414dd2 [FIX] Remove bad undefined value returned instead of a real promise.
Thanks Valentin ! I didn't paid attention to this potential problem.
I guess we'll have to review the usage of promises as openerp callback
return value because any addons adding a callback could potentially break
the promises.

bzr revid: fme@openerp.com-20111011135820-v1lx6uj1siqbq7m6
2011-10-11 15:58:20 +02:00
niv-openerp c428a80570 [fix] problem in crm module extension to res.partner view, trying to set the value of a many2one from a corresponding o2m, which is useless and makes the web client crash
bzr revid: nicolas.vanhoren@openerp.com-20111011135253-vne15mxazqbl02jc
2011-10-11 15:52:53 +02:00
Fabien Meghazi ce1f472d57 [FIX] Fixed float menus toggler under firefox
bzr revid: fme@openerp.com-20111011134417-4vsfwtkq2g10b2j7
2011-10-11 15:44:17 +02:00
Fabien Meghazi 027b46bcac [FIX] Fixed buttons overlapping when shrinking firefox windows
bzr revid: fme@openerp.com-20111011133713-6eardsp1qv8subsg
2011-10-11 15:37:13 +02:00
Fabien Meghazi 4c1c848be3 [FIX] Fixed list view's progress bar floating on the next table cell under firefox
bzr revid: fme@openerp.com-20111011133201-wryn9twnf610h4fq
2011-10-11 15:32:01 +02:00
Fabien Meghazi a1eadf8a60 [IMP] Form frame : Force nolabel='1' when widget='statusbar'
Hardcoded exception but this way, we retain backward compatibility between addons & old clients

bzr revid: fme@openerp.com-20111011115424-rme5btg594euln2v
2011-10-11 13:54:24 +02:00
Xavier Morel 039e42110f [IMP] copy colorization code from listview to treeview
bzr revid: xmo@openerp.com-20111011112924-ih7on411mirf5wmi
2011-10-11 13:29:24 +02:00
Fabien Meghazi d3f57c94b5 [FIX] Fixed dashboard css global selector
bzr revid: fme@openerp.com-20111011112911-adsysz0m5nazh5yr
2011-10-11 13:29:11 +02:00
Fabien Meghazi dd4e218028 [FIX] Fix form frame float in firefox
lp bug: https://launchpad.net/bugs/865953 fixed

bzr revid: fme@openerp.com-20111011111852-6he82k62bo90ni9c
2011-10-11 13:18:52 +02:00
Fabien Meghazi 9b3903be98 [FIX] m2o of reference fields does not seem working
m2o needs additional properties from view.
reference template was broken
now hide the m2o widget when no value is selected

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

bzr revid: fme@openerp.com-20111011105426-2s4d82185q5ok4ry
2011-10-11 12:54:26 +02:00
Xavier Morel bc77c16cdc [FIX] display all non-automatic actions
bzr revid: xmo@openerp.com-20111011102046-6jgki6sykefd0fy8
2011-10-11 12:20:46 +02:00
Xavier Morel 34fcc08a1f [IMP] docstring for resolve_o2m_commands_...
bzr revid: xmo@openerp.com-20111011094551-vr27on7iibdd9tv6
2011-10-11 11:45:51 +02:00
Yogesh (OpenERP) e625e7672e [FIX] Configuration wizard display only type is manual and once.
bzr revid: ysa@tinyerp.com-20111011092520-wzptl5t2titcp052
2011-10-11 14:55:20 +05:30
Xavier Morel 8507ceddcf [IMP] make resolve_o2m_commands_to_record_dicts's result eager as per vmt's suggestion
bzr revid: xmo@openerp.com-20111011085715-cvcficcy4di9q29i
2011-10-11 10:57:15 +02:00
Xavier Morel 2646a34cf0 [ADD] don't blow up on a singleton DELETE_ALL command (that command takes no parameters, so can have just (5,))
bzr revid: xmo@openerp.com-20111011084852-hborz317ru5pbzux
2011-10-11 10:48:52 +02:00
Xavier Morel 8734ffb6c2 [IMP] raise assertion error if an o2m command is not one of CREATE, UPDATE or LINK_TO
bzr revid: xmo@openerp.com-20111011083824-4g0ros6f3xgslkq4
2011-10-11 10:38:24 +02:00
Xavier Morel 4d0a189796 [IMP] handle case where o2m commands are pairs instead of triplets
bzr revid: xmo@openerp.com-20111011081202-y1ou74u038o2kl58
2011-10-11 10:12:02 +02:00
Xavier Morel b5ee13a845 [IMP] rename serialize_o2m_commands to resolve_o2m_commands_to_record_dicts
bzr revid: xmo@openerp.com-20111011080338-hup42vivlvk4dly0
2011-10-11 10:03:38 +02:00
Launchpad Translations on behalf of openerp 9ceaf4fdf3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011052920-un4k47tkwv7djqt2
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011053536-w0rdhuhwp04uxnpd
bzr revid: launchpad_translations_on_behalf_of_openerp-20111011054224-cr2q9q3picqoasam
2011-10-11 05:42:24 +00:00
Antony Lesuisse 2c55b9339d [FIX] revert 1200 revid:fme@openerp.com-20111010150811-4vdff1jcr6eqz2xq, action manager must be used for client actions
bzr revid: al@openerp.com-20111010214634-dmq7fcv840252p8t
2011-10-10 23:46:34 +02:00
Antony Lesuisse 7399463070 [MERGE] pos by ahu,mit,ddm,niv
bzr revid: al@openerp.com-20111010211623-lov3zpm0dl6jaf7p
2011-10-10 23:16:23 +02:00
Antony Lesuisse e38054527c [MERGE] pad port to 6.1 chs
bzr revid: al@openerp.com-20111010211124-mjta0o42rarn87tw
2011-10-10 23:11:24 +02:00
Antony Lesuisse 7f223e2d48 [FIX] ignore invalid url hashchanges
bzr revid: al@openerp.com-20111010203441-7b04w9ipkz1oxq8e
2011-10-10 22:34:41 +02:00
Quentin (OpenERP) d0f2a6315d [MERGE] added l10n_hn module (Honduras accounting localization module). Courtesy of Salvatore Josué Trimarchi Pinto
bzr revid: qdp-launchpad@openerp.com-20111010165521-17mrnd3s6sygh6la
2011-10-10 18:55:21 +02:00
Quentin (OpenERP) d2e0d0fc41 [MERGE] added lempiria currency (HNL) used in Honduras
bzr revid: qdp-launchpad@openerp.com-20111010164823-n8snd4ghwa16jens
2011-10-10 18:48:23 +02:00
Quentin (OpenERP) 8ee01638a5 [IMP] base, res.currency data: added HNL currency (from Honduras) and rate
bzr revid: qdp-launchpad@openerp.com-20111010155809-2k3tp80n8cfn8hx0
2011-10-10 17:58:09 +02:00
Quentin (OpenERP) 5ca1ee4fff [FIX] stock: fill inventory wizard now propose the right quantity of products regarding what has been consumed
lp bug: https://launchpad.net/bugs/797772 fixed
lp bug: https://launchpad.net/bugs/837123 fixed

bzr revid: qdp-launchpad@openerp.com-20111010154241-penanv8aggxdcgj3
2011-10-10 17:42:41 +02:00
niv-openerp 13a53075f2 [fix] problem with the web client in the idea module
bzr revid: nicolas.vanhoren@openerp.com-20111010151611-efmcqnm14n0s2r8t
2011-10-10 17:16:11 +02:00
Fabien Meghazi 5a08fd1078 [IMP] Bring dashboard styling from trunk-style branch
bzr revid: fme@openerp.com-20111010150811-4vdff1jcr6eqz2xq
2011-10-10 17:08:11 +02:00
niv-openerp 5cdf82dd0a [fix] problem in idea view
bzr revid: nicolas.vanhoren@openerp.com-20111010150012-pty14q4z54zdtgvu
2011-10-10 17:00:12 +02:00
niv-openerp aaf01c6395 [fix] dirty fix of the problem with list views in o2m
bzr revid: nicolas.vanhoren@openerp.com-20111010143634-sjld7z726l6ebg53
2011-10-10 16:36:34 +02:00
Fabien Meghazi 153f5f5890 [IMP] Improved dashboard action titles
bzr revid: fme@openerp.com-20111010142806-63dtrwjb22uppo4z
2011-10-10 16:28:06 +02:00
Olivier Dony 0c9e9a7643 [IMP] rng,convert: add support for report `usage` attribute
The `usage` attribute may indicate a special purpose
of this report. For instance, the "default" usage
is used to identify the report to include along with
a record for EDI exports.

bzr revid: odo@openerp.com-20111010142226-ceradf4acsbr3r5l
2011-10-10 16:22:26 +02:00
niv-openerp 9857cb60fa [imp] removed asynchronous operations in buffered dataset, "l'amour du risque, papapalapapapa"
bzr revid: nicolas.vanhoren@openerp.com-20111010141804-zc6t2sr60twz6r4s
2011-10-10 16:18:04 +02:00
Fabien Meghazi d31295d65b [IMP] Added display_title in action flags. ViewManager won't display title if false.
Will be used for dashboards, wizards, ...

bzr revid: fme@openerp.com-20111010141546-b19g0sr4fzicehss
2011-10-10 16:15:46 +02:00