Commit Graph

61065 Commits

Author SHA1 Message Date
Antony Lesuisse 99c4f31111 [MERGE] ir.xml cleanup, ir.ui.view optional names
bzr revid: al@openerp.com-20121013123009-3gcu084xlryqesgx
2012-10-13 14:30:09 +02:00
Antony Lesuisse 8fa8551f01 [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files
bzr revid: al@openerp.com-20121013120924-xix9cbozm8kda7rj
2012-10-13 14:09:24 +02:00
Fabien Pinckaers 47f858afac [MERGE] costing method on products
bzr revid: fp@tinyerp.com-20121013112253-zlhx5hjdal6h0x4i
2012-10-13 13:22:53 +02:00
Fabien Pinckaers 18e9a26087 [MERGE] analytic journals and budgets
bzr revid: fp@tinyerp.com-20121013111553-bu3j3rdxptunzytz
2012-10-13 13:15:53 +02:00
Fabien Pinckaers f4835acacc [MERGE] typo setting
bzr revid: fp@tinyerp.com-20121013105339-orrw9hzt1cyabnzv
2012-10-13 12:53:39 +02:00
Fabien Pinckaers 9977565de3 [MERGE] hr addons13
bzr revid: fp@tinyerp.com-20121013105046-593paz0o7p4cm78y
2012-10-13 12:50:46 +02:00
Fabien Pinckaers 1d1879e3a4 [MERGE] better views, fix on so lines
bzr revid: fp@tinyerp.com-20121013104805-wceo6x1dpqgigsuo
2012-10-13 12:48:05 +02:00
Fabien Pinckaers e97a61630b [MERGE] fix html chars in groupby
bzr revid: fp@tinyerp.com-20121013104436-0m7voj50w1evrnjr
2012-10-13 12:44:36 +02:00
Fabien Pinckaers d2bd911c21 [MERGE]
bzr revid: fp@tinyerp.com-20121013104324-t7p11vcb6u14z712
2012-10-13 12:43:24 +02:00
Fabien Pinckaers 3bb88076e1 [MERGE] events improvements
bzr revid: fp@tinyerp.com-20121013104045-w552j40hzvqv9d89
2012-10-13 12:40:45 +02:00
Fabien Pinckaers cdd1b7c45e [FIX] typo PoS
bzr revid: fp@tinyerp.com-20121013103756-0h1uw6wd7py809rc
2012-10-13 12:37:56 +02:00
Fabien Pinckaers cf34e32f8c [MERGE]
bzr revid: fp@tinyerp.com-20121013103654-l2v059f12hpmt83u
2012-10-13 12:36:54 +02:00
Fabien Pinckaers e82d0a3b8a [FIX] missing separator
bzr revid: fp@tinyerp.com-20121013103456-t25n26xe05ciwjyb
2012-10-13 12:34:56 +02:00
Fabien Pinckaers 902f915f38 [FIX] typo: trigered -> triggered
bzr revid: fp@tinyerp.com-20121013102945-cy59y09bq24u6nfb
2012-10-13 12:29:45 +02:00
Fabien Pinckaers d95f09a3b2 [IMP] UoM useability
bzr revid: fp@tinyerp.com-20121013100905-nsljyzxuzg2omoct
2012-10-13 12:09:05 +02:00
Fabien Pinckaers 368bf1a0c2 [FIX] notes of products
bzr revid: fp@tinyerp.com-20121013095508-c448sk16rdoc1kxf
2012-10-13 11:55:08 +02:00
Launchpad Translations on behalf of openerp bcfee955da Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121013043627-kst9vjslj6iqp6wq
bzr revid: launchpad_translations_on_behalf_of_openerp-20121013044941-k1vrd8hcxn5tqr0i
2012-10-13 04:49:41 +00:00
Christophe Matthieu a88378cd4c [IMP]mail: stared/unstared
bzr revid: chm@openerp.com-20121012152505-1rmms2k10vjr3yd4
2012-10-12 17:25:05 +02:00
Quentin (OpenERP) 90066e17f4 [IMP] hr_timesheet_sheet: usabiltiy imp
bzr revid: qdp-launchpad@openerp.com-20121012152001-s008jau72n8r6ypy
2012-10-12 17:20:01 +02:00
Vo Minh Thu 103da57584 [MERGE] doc: added module versioning policy.
bzr revid: vmt@openerp.com-20121012151948-7n0eapi1r6qtb3d9
2012-10-12 17:19:48 +02:00
Christophe Matthieu cdff3ac73c [IMP] mail: top bar button
bzr revid: chm@openerp.com-20121012145320-tu28t0xgm5hcl304
2012-10-12 16:53:20 +02:00
niv-openerp 0c1b8b5a4c Fix problem with focus called before the field is started
bzr revid: nicolas.vanhoren@openerp.com-20121012145143-oooxbdovspsjcxfk
2012-10-12 16:51:43 +02:00
Antony Lesuisse b399708ab8 [MERGE] trunk-trigger-on_action manual
bzr revid: al@openerp.com-20121012144943-h9wr9wtd59xe2pv8
2012-10-12 16:49:43 +02:00
Vo Minh Thu 7878f9c7b6 [MERGE] babel: use babel for locale-aware read_group date formatting.
When grouping on a date or datetime field, read_group groups by (year, month),
and formats that pair to have a displayable result (as a group title).

This is currently done with strftime and the pattern `%B %Y` (complete word
month, long year), which is problematic as — at best — it uses the server's
locale for its formatting. This means if the server works in an english locale
e.g. russian users are going to see the month name in english, instead of their
own language.

This proposal makes use of `babel.dates.format_date`, which is locale-aware
(and to which a locale can be provided directly) and the locale present in the
request context to format the month, year pair according to the user's
language.

bzr revid: vmt@openerp.com-20121012144634-spaqze7d4jc8l00l
2012-10-12 16:46:34 +02:00
niv-openerp 0bd69bd176 Corrected some more problems with is_syntax_valid()
bzr revid: nicolas.vanhoren@openerp.com-20121012144352-jejnnpu18otgrnvp
2012-10-12 16:43:52 +02:00
niv-openerp e3b7890ac3 fixed bug with datetimes
bzr revid: nicolas.vanhoren@openerp.com-20121012144037-u29a479c1oa4b3bw
2012-10-12 16:40:37 +02:00
Antony Lesuisse 496d203512 [FIX] client action only serialize scalar values
bzr revid: al@openerp.com-20121012140858-mzkv5ef8ozqqxq13
2012-10-12 16:08:58 +02:00
Xavier Morel 4fcdf9d108 [CHG] don't scroll to the info messages after a validation or a failed import
as asked by fp

bzr revid: xmo@openerp.com-20121012140317-3m6nh1zb7ib1om09
2012-10-12 16:03:17 +02:00
Stephane Wirtel 2064311302 [FIX] project: set the right sql view
bzr revid: stw@openerp.com-20121012135429-xjic1fcwcp0e9upj
2012-10-12 15:54:29 +02:00
Harry (OpenERP) 30ade00b31 [FIX] remove space
bzr revid: hmo@tinyerp.com-20121012132928-1c3dq4pjjp3gxtfr
2012-10-12 18:59:28 +05:30
Christophe Matthieu fea03dc5d4 [IMP]mail: access/expandable
bzr revid: chm@openerp.com-20121012132600-wudojx5l17ptiugy
2012-10-12 15:26:00 +02:00
vta vta@openerp.com 220c26160a [MERGE] trunk-trigger-on_close.
bzr revid: vta@openerp.com-20121012131509-rrins03pqma7xcn7
2012-10-12 15:15:09 +02:00
vta vta@openerp.com 9f3198d00a [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121012131427-rr9cl2ausnraogfg
2012-10-12 15:14:27 +02:00
vta vta@openerp.com 49c1c88962 [FIX] Fixed naming related to selected_elements.
bzr revid: vta@openerp.com-20121012131044-w4afp0shefzwlo7t
2012-10-12 15:10:44 +02:00
Quentin (OpenERP) 6aae5d22ad [IMP] account_bank_statement: hide some menu for non-techy guys
bzr revid: qdp-launchpad@openerp.com-20121012130639-q9v8ym1ucmfbn8r7
2012-10-12 15:06:39 +02:00
niv-openerp 0ec666932c merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20121012130433-sf6ogoc7odu2yrnh
2012-10-12 15:04:33 +02:00
vta vta@openerp.com 48118a7afe [IMP] Improved on close code.
bzr revid: vta@openerp.com-20121012130254-kthondab91jph64x
2012-10-12 15:02:54 +02:00
Christophe Matthieu 407a7eca27 [IMP]mail: reply to parent : author and partners
bzr revid: chm@openerp.com-20121012130232-5enz0p8vd0ta85o3
2012-10-12 15:02:32 +02:00
Christophe Simonis 40d2a376ca [IMP] help debugging xhr calls
bzr revid: chs@openerp.com-20121012130140-qgi8ret2oxoeko6d
2012-10-12 15:01:40 +02:00
niv-openerp 5f4e81d2bb Corrected multiple rendering problem in m2o
bzr revid: nicolas.vanhoren@openerp.com-20121012125620-h2pgav1nyj5tpq2z
2012-10-12 14:56:20 +02:00
Christophe Simonis e70d879acc [FIX] add option to avoid actions to be pushed as state. Used for login and action extracted from hash. Full state of client actions is pushed.
bzr revid: chs@openerp.com-20121012125418-jbw3iut85riepz47
2012-10-12 14:54:18 +02:00
vta vta@openerp.com db64cf7097 [FIX] Fixed naming related to datetime widget changes.
bzr revid: vta@openerp.com-20121012130140-a1nzawstkgy8a9lx
2012-10-12 15:01:40 +02:00
Christophe Matthieu 41c039a0a0 [IMP]mail: suppress ajax attachment
bzr revid: chm@openerp.com-20121012124039-x2b2kojr8935ro1e
2012-10-12 14:40:39 +02:00
Christophe Matthieu adc318837a [IMP]mail: secu
bzr revid: chm@openerp.com-20121012124003-zs8uj68gr1upgc57
2012-10-12 14:40:03 +02:00
niv-openerp ccfa2e83d4 Modified documentation.
bzr revid: nicolas.vanhoren@openerp.com-20121012123713-6cmnayk7pr3mgs4p
2012-10-12 14:37:13 +02:00
Harry (OpenERP) 46c1a230bb [IMP] product: improve view if bigger uom than reference
bzr revid: hmo@tinyerp.com-20121012123549-2mlyit8k21ime5qq
2012-10-12 18:05:49 +05:30
Vidhin Mehta (OpenERP) 4112f2b3a7 [IMP]method name change
bzr revid: vme@tinyerp.com-20121012121911-nmzuomg2p87qiszp
2012-10-12 17:49:11 +05:30
niv-openerp e4e1803fb3 Ported field mail followers
bzr revid: nicolas.vanhoren@openerp.com-20121012121803-imyqenc1jxipdra5
2012-10-12 14:18:03 +02:00
niv-openerp 802eda5ad7 Ported field pad
bzr revid: nicolas.vanhoren@openerp.com-20121012121126-atu1vf14rc4fxu0g
2012-10-12 14:11:26 +02:00
RGA(OpenERP) 7b41571e32 Merge with trunk
bzr revid: rgaopenerp-20121012115527-xn5iqpctzbb9qmkv
2012-10-12 17:25:27 +05:30