Commit Graph

23296 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 00c300a07b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110707044130-cy1pby4nwq9dxlp0
2011-07-07 04:41:30 +00:00
Quentin (OpenERP) f03c4cdfb2 [MERGE] merged the addons branch of config rework project
bzr revid: qdp-launchpad@openerp.com-20110706223008-6qaf5mzb5zy5pa7r
2011-07-07 00:30:08 +02:00
Quentin (OpenERP) 9c9516d21c [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110706145644-merwy0setzzb8c9w
2011-07-06 16:56:44 +02:00
Xavier Morel 1847dbc017 [MERGE] list pagination branch
bzr revid: xmo@openerp.com-20110706083214-1thifexcz5pk0jih
2011-07-06 10:32:14 +02:00
Xavier Morel d44af4944d [FIX] groupby, broken at revision nicolas.vanhoren@openerp.com-20110629103046-rbsy0m6pke3ytqyl by a change in RPC response format for handlers added on ajax promise
Previously, callbacks passed as parameters to the RPC ajax call would receive only the result key of the json-rpc response (aka the part worth using), but callbacks added to the promise (via .then, .done or .fail) would get the whole json-rpc response (due to getting the jQuery ajax promise itself and not going through the json-rpc translation layer) and would need to add an indirection via xhr_response.result.

This was fixed in nicolas.vanhoren@openerp.com-20110629103046-rbsy0m6pke3ytqyl, but the relevant code in ContainerDataGroup.fetch was not fixed, would still go through the indirection and would therefore return an empty list (of groups) to the listview, leading to no groups being displayed

bzr revid: xmo@openerp.com-20110706072324-io03rcd33qwtxo3w
2011-07-06 09:23:24 +02:00
Launchpad Translations on behalf of openerp 4a2f59cca8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110706043455-jxrgj2mbiq00l93f
2011-07-06 04:34:55 +00:00
Raphael Collet 7c7e977b23 [MERGE] trunk-portal-rco
bzr revid: rco@openerp.com-20110705125010-9pc0robqw66dtwuu
2011-07-05 14:50:10 +02:00
Olivier Dony f36e724804 [IMP] removed remaining method=True params from fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields.

bzr revid: odo@openerp.com-20110705122857-zvzpamu0n24zst1q
2011-07-05 14:28:57 +02:00
tfr@openerp.com dae2957394 [FIX] buildbot error
bzr revid: tfr@openerp.com-20110705120448-hubv145y04lpkkf1
2011-07-05 14:04:48 +02:00
Antony Lesuisse dd0a8d0bb6 [FIX] project_message remove readonly attrs
bzr revid: al@openerp.com-20110705112435-f25f080cegol4o3j
2011-07-05 13:24:35 +02:00
Antony Lesuisse de41ee470e [FIX] hr payroll attrs, remove trailing comma
bzr revid: al@openerp.com-20110705110728-ihwts1v4ot06kimt
2011-07-05 13:07:28 +02:00
tfr@openerp.com 6f2f26ddee [MERGE] fix bug lp:805507
bzr revid: tfr@openerp.com-20110705104455-gnxwxttm5trkyyif
2011-07-05 12:44:55 +02:00
niv-openerp 657b659193 [fix] small fix for non-logical state in search view
bzr revid: nicolas.vanhoren@openerp.com-20110705093711-0rcb0y7c0cosemua
2011-07-05 11:37:11 +02:00
Fabien Pinckaers f6eae71bd4 [IMP] Useability, shorten button Send Email
bzr revid: fp@tinyerp.com-20110705065336-17rm8j5hl5ra5m05
2011-07-05 08:53:36 +02:00
Jigar Amin 7604ece9b3 [BUG-FIX] refector - Fetch mail message_new subject missing condition
lp bug: https://launchpad.net/bugs/805507 fixed

bzr revid: jam@tinyerp.com-20110705054619-f3ur6at5cwf2zqtk
2011-07-05 11:16:19 +05:30
Launchpad Translations on behalf of openerp 5a823350e0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110702050634-xl59j3cyqucb2xbr
bzr revid: launchpad_translations_on_behalf_of_openerp-20110703044707-mjrlbh7l81jm56z7
bzr revid: launchpad_translations_on_behalf_of_openerp-20110705043321-ij8r6auabm4cptt6
2011-07-05 04:33:21 +00:00
aag (OpenERP) 2b4cebe71e [REM] Base_setup : Preview Report button Remove From Addons side
bzr revid: aag@tinyerp.co.in-20110705042146-d0paj1jt1ts806mf
2011-07-05 09:51:46 +05:30
Raphael Collet d3e87b4d5a [IMP] introduce i18n
bzr revid: rco@openerp.com-20110704141823-fe4jzgtlcsnfpwt9
2011-07-04 16:18:23 +02:00
Raphael Collet 48b04d3d80 [FIX] remove method=True in fields.function
bzr revid: rco@openerp.com-20110704140546-r7o4hj0bnxhkpggw
2011-07-04 16:05:46 +02:00
Raphael Collet eed7ef1307 [MERGE] from trunk
bzr revid: rco@openerp.com-20110704135951-x4d5sk98ro3hwqsu
2011-07-04 15:59:51 +02:00
Xavier Morel fa9c2829d0 [FIX] value-content tests on set_value for some widgets
note: NaN != NaN, need to use isNaN

bzr revid: xmo@openerp.com-20110704121057-k9vrgim1pfc1g8u1
2011-07-04 14:10:57 +02:00
niv-openerp ec5f22eaeb [imp] removed checkbox to save password in login page
bzr revid: nicolas.vanhoren@openerp.com-20110704153259-cbz2qz0a95x53and
2011-07-04 17:32:59 +02:00
niv-openerp 445a879e58 [imp] cosmetic change in filters
bzr revid: nicolas.vanhoren@openerp.com-20110704152347-mu8wuii976oablzr
2011-07-04 17:23:47 +02:00
niv-openerp 20ceff1444 [fix] changed domain handling in select create popup and added non-selection of already selected rows in m2m
bzr revid: nicolas.vanhoren@openerp.com-20110704152027-z1tgamwz0uo8v5ml
2011-07-04 17:20:27 +02:00
niv-openerp 17ee1786b1 [imp] small cosmetic improvements in m2o
bzr revid: nicolas.vanhoren@openerp.com-20110704150554-6rbrd63h0qunz84n
2011-07-04 17:05:54 +02:00
niv-openerp c0ef247865 [imp] made o2m & m2m non multi selectable
bzr revid: nicolas.vanhoren@openerp.com-20110704150017-no4glzx2h7omkacr
2011-07-04 17:00:17 +02:00
niv-openerp 433c989399 [imp] minor: changed level of some logging
bzr revid: nicolas.vanhoren@openerp.com-20110704143035-iwmbqfy0gifdnllm
2011-07-04 16:30:35 +02:00
niv-openerp efdfe7731d [fix] fixed some problem with on_change and warnings
bzr revid: nicolas.vanhoren@openerp.com-20110704114131-kusycqhnkvyd8ye8
2011-07-04 13:41:31 +02:00
niv-openerp ee1ec9dae7 [fix] problem with context handling in on_change when there is no context
bzr revid: nicolas.vanhoren@openerp.com-20110704113740-fv3s5wrzlnkagpuv
2011-07-04 13:37:40 +02:00
niv-openerp 59f75a3eae [fix] warning message in form not handling correctly all cases
bzr revid: nicolas.vanhoren@openerp.com-20110704111134-juo51t5rxo5vdt0w
2011-07-04 13:11:34 +02:00
niv-openerp 5363cc4f0b [fix] problem with on_change and parent
bzr revid: nicolas.vanhoren@openerp.com-20110704094855-q2aytq7xna3nxftq
2011-07-04 11:48:55 +02:00
niv-openerp f21e145cf8 [fix] problem with on_change and contexts
bzr revid: nicolas.vanhoren@openerp.com-20110704091247-1er8ulga0xl4boo4
2011-07-04 11:12:47 +02:00
niv-openerp c8e8b7cc26 [fix] small bug with o2m & editable lists
bzr revid: nicolas.vanhoren@openerp.com-20110704083858-n9d4bopimfmhdg32
2011-07-04 10:38:58 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Antony Lesuisse e093396b4a [MERGE] Add company column in taxes list
bzr revid: al@openerp.com-20110701165143-pwt947rfpprzg9lj
2011-07-01 18:51:43 +02:00
tfr@openerp.com 87dec6fe30 [MERGE] fix bug lp:789658 by uco
bzr revid: tfr@openerp.com-20110701162406-lvn22ylsdu1j24h2
2011-07-01 18:24:06 +02:00
tfr@openerp.com db976482fa [MERGE] fix bug lp:797715 by mtr
bzr revid: tfr@openerp.com-20110701142134-w8gk9oizibp4n6m3
2011-07-01 16:21:34 +02:00
tfr@openerp.com 19c88c744b [MERGE] fix bug lp:798190 bde
bzr revid: tfr@openerp.com-20110701130105-os7smkh9bpb0irhg
2011-07-01 15:01:05 +02:00
tfr@openerp.com cae27ffe71 [MERGE] fix bug lp:772724 by jam
bzr revid: tfr@openerp.com-20110701123941-35z9fp641lw3wdsf
2011-07-01 14:39:41 +02:00
niv-openerp b3f48d4432 [fix] possible issue with rpc
bzr revid: nicolas.vanhoren@openerp.com-20110701120025-nzv1gmm19fn5uo9t
2011-07-01 14:00:25 +02:00
niv-openerp a8e6836f3c [imp] refactoring related to the usage of dataset.context
bzr revid: nicolas.vanhoren@openerp.com-20110701115912-40hkax6c4s28quop
2011-07-01 13:59:12 +02:00
niv-openerp 723c39a304 [fix] removed team song ;(
bzr revid: nicolas.vanhoren@openerp.com-20110701102918-4l9ullsenqeg3zqr
2011-07-01 12:29:18 +02:00
niv-openerp 320601a54f [imp] added context handling in m2m
bzr revid: nicolas.vanhoren@openerp.com-20110701102727-rxuv241pea5w9xhh
2011-07-01 12:27:27 +02:00
niv-openerp 3c4330da9c [fix] forgot on_ui_change in m2m
bzr revid: nicolas.vanhoren@openerp.com-20110701101349-l1n2o0y59ucywm13
2011-07-01 12:13:49 +02:00
bde a533d96236 [ADD] hr : converted ids in list of ids where _check method is called
lp bug: https://launchpad.net/bugs/798190 fixed

bzr revid: bde@tiny2-desktop-20110701094510-x6ysb65d71blszkd
2011-07-01 15:15:10 +05:30
Launchpad Translations on behalf of openerp f1ea42e230 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110701045457-prq3cv67drfa19xt
2011-07-01 04:54:57 +00:00
Quentin (OpenERP) bb86e45956 [IMP] delivery: display tooltip when opening develery method from config wizard + improved tooltip
bzr revid: qdp-launchpad@openerp.com-20110630150917-1c56mkilnbj6hzs7
2011-06-30 17:09:17 +02:00
Quentin (OpenERP) 919eb500ed [IMP] base_setup: removed revision 4473. accout_voucher needs to be installed only when explicitly asked
bzr revid: qdp-launchpad@openerp.com-20110630135203-5mz8758186too7b0
2011-06-30 15:52:03 +02:00
Quentin (OpenERP) 664ba7bba3 [MERGE] merge with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110630133009-i0qxzrn9up9e0bog
2011-06-30 15:30:09 +02:00
Quentin (OpenERP) 6e6e7b8896 [IMP] base_setup: install account_voucher when installing any of these applications: sale, purchase, account
bzr revid: qdp-launchpad@openerp.com-20110630124320-hktjcksgnv23k2y6
2011-06-30 14:43:20 +02:00