Commit Graph

62476 Commits

Author SHA1 Message Date
Olivier Dony ab24e719d6 [FIX] l10n_*: ensure install wizard triggers are in `noupdate` blocks, to avoid spurious wizards at update
bzr revid: odo@openerp.com-20121106181636-i3oqcyg10ysxf012
2012-11-06 19:16:36 +01:00
Olivier Dony 0357fddc61 [FIX] orm,web_services: properly return results of workflow triggers
bzr revid: odo@openerp.com-20121106181507-ss1w425c1omsn3sb
2012-11-06 19:15:07 +01:00
Olivier Dony 4ba1696ce2 [FIX] res.partner: read image files in binary mode
lp bug: https://launchpad.net/bugs/1048040 fixed

bzr revid: odo@openerp.com-20121106181502-tzqmrhs0u8odngvz
2012-11-06 19:15:02 +01:00
Fabien Meghazi 86d9b7be0c [IMP] Binary Image: warn user when selected image could not be displayed. Also use placeholder
bzr revid: fme@openerp.com-20121106172036-d9jkebo9mj45thft
2012-11-06 18:20:36 +01:00
Fabien Meghazi c71ce60400 [IMP] ir.translation, raise exception when trying to translate fields when no extra language is installed.
bzr revid: fme@openerp.com-20121106162753-6eqbhnwqhjgeun78
2012-11-06 17:27:53 +01:00
Xavier Morel 1c721d43c5 [FIX] disable advanced search apply button in search view when there are no propositions
avoids locking up the browser by entering an infinite loop when unshifting ors on domains

bzr revid: xmo@openerp.com-20121106161715-7vc55kps8gi8h3lb
2012-11-06 17:17:15 +01:00
niv-openerp 2a9779045f [FIX] rare problem in m2mtags, when the form view is destroyed just after a reload
lp bug: https://launchpad.net/bugs/1075543 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121106162525-c835kdpjpj66e714
2012-11-06 17:25:25 +01:00
Thibault Delavallée 025167e4fc [MERGE] Introducing the Many2Many Email Widget, based on Many2Many Tags. This widget designed for many2many fields on partners checks that partners added in the widget have an email address defined; if not, a popup is opened to enter an email.
The widget is defined in the mail addons module, but this web-side revision adds a trigger when destroying a popup, because this event is used in the widget.

bzr revid: tde@openerp.com-20121106161603-gybjhsjavwe5bgd2
2012-11-06 17:16:03 +01:00
Thibault Delavallée a81017845d [MERGE] Introducing the Many2Many Email Widget, based on Many2Many Tags. This widget designed for many2many fields on partners checks that partners added in the widget have an email address defined; if not, a popup is opened to enter an email.
Also featuring in a 'by the way' fashion:
- the 'Compose' button now opens a mail.compose.message wizard, without using further Chatter values.

bzr revid: tde@openerp.com-20121106161549-qzmvmu96c5ony0zr
2012-11-06 17:15:49 +01:00
Thibault Delavallée 56f04649cc [REVIEW] Some code cleaning in js.
bzr revid: tde@openerp.com-20121106155813-h2zswqc16z6ev2k9
2012-11-06 16:58:13 +01:00
Thibault Delavallée 7b5d0af159 [CLEAN] mail.js: removed unnecessary default values in context.
bzr revid: tde@openerp.com-20121106155702-bq5xg7z6qmwqjema
2012-11-06 16:57:02 +01:00
Christophe Matthieu cb11c84fa3 [IMP] web: many2many_tags_email: convert read id by search for load all ID with only one request
bzr revid: chm@openerp.com-20121106155024-x3buowqrlnlcv160
2012-11-06 16:50:24 +01:00
niv-openerp 660443885c [FIX] Problem with list view and some references
lp bug: https://launchpad.net/bugs/1071491 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121106153929-8705y9r3u2b27i8u
2012-11-06 16:39:29 +01:00
Xavier Morel e3e54b0e7a [IMP] port searchview to helpers
bzr revid: xmo@openerp.com-20121106152148-33ctafxz5iy53nl1
2012-11-06 16:21:48 +01:00
Xavier Morel a501903c23 [IMP] convert searchview to DOM events hash
bzr revid: xmo@openerp.com-20121106150449-1sxybk8jml7xa2ji
2012-11-06 16:04:49 +01:00
Vo Minh Thu abbe3ac1de [MERGE] removed a few warnings.
bzr revid: vmt@openerp.com-20121106150431-rem9us13kevan8y0
2012-11-06 16:04:31 +01:00
Thibault Delavallée 44284ca4a4 [REVIEW] trigger closing -> closed, to match the code guidelines.
bzr revid: tde@openerp.com-20121106145958-zg11plyzeo5rz6ao
2012-11-06 15:59:58 +01:00
Thibault Delavallée a006b078ed [REVIEW] trigger closing -> trigger closed, to match the code guidelines.
bzr revid: tde@openerp.com-20121106145940-cji6varovqtgneiz
2012-11-06 15:59:40 +01:00
Quentin (OpenERP) ad66333390 [MERGE] fix in account_voucher (bug spotted by nel)
bzr revid: qdp-launchpad@openerp.com-20121106145556-x95mzg8fukkvoxcs
2012-11-06 15:55:56 +01:00
Thibault Delavallée 3af6196d9a [MERGE] Sync with addons/trunk.
bzr revid: tde@openerp.com-20121106145346-twr7rg31q2za5bx9
2012-11-06 15:53:46 +01:00
Thibault Delavallée 018a91ddc0 [MERGE] Sync with web/trunk.
bzr revid: tde@openerp.com-20121106145336-vm8vxzd9baui7iih
2012-11-06 15:53:36 +01:00
Xavier Morel 2ebaa6f666 [FIX] searchview drawer closing when clicking advanced proposition
handler for "global click filtered by whether click target is outside
of search view" executed after prop deletion handler has executed =>
the whole proposition has already been removed from the document and
thus isn't a descendent of the searchview anymore => test matches and
drawer closes.

Altered handler to stop propagation so does not reach global handler.

bzr revid: xmo@openerp.com-20121106144736-l0pde7phf3nake4t
2012-11-06 15:47:36 +01:00
Xavier Morel 9304ac6594 [FIX] width of progress bars in list view
bzr revid: xmo@openerp.com-20121106141835-fd8spbm93h3etjps
2012-11-06 15:18:35 +01:00
Xavier Morel 4f52103aa0 [FIX] double html-escaping of group titles in grouped lists (eg analysis)
bzr revid: xmo@openerp.com-20121106140519-0qnq934rr44l6kgt
2012-11-06 15:05:19 +01:00
Christophe Matthieu af2c38f4c9 [IMP] web: trigger closing for popup
bzr revid: chm@openerp.com-20121106125206-icm2s8fvb13m40w9
2012-11-06 13:52:06 +01:00
Christophe Matthieu 065600fe25 [IMP] web: FieldMany2ManyTagsEmail check id partner on change value. File inside mail addons folder
bzr revid: chm@openerp.com-20121106125133-udq68eyek9fhsw83
2012-11-06 13:51:33 +01:00
Quentin (OpenERP) 1795a34291 [FIX] account_voucher: using pay invoice wizard on customer refund was creating wrong entries
bzr revid: qdp-launchpad@openerp.com-20121106123759-rli58yp8lwyub59o
2012-11-06 13:37:59 +01:00
Vo Minh Thu 97455e2c2b [MERGE] Made the assertion report available on the registry.
bzr revid: vmt@openerp.com-20121106112508-1jeb6zgtg1g67h3k
2012-11-06 12:25:08 +01:00
Christophe Matthieu d3e5d953b1 [IMP] web: field many2many_tags_email moved to mail addon
bzr revid: chm@openerp.com-20121106095700-q5gtxandi7o0jn6o
2012-11-06 10:57:00 +01:00
Christophe Matthieu 63a8970112 [IMP] web: field many2many_tags_email moved to mail addon
bzr revid: chm@openerp.com-20121106095619-bl7xg1bhubweetpo
2012-11-06 10:56:19 +01:00
Xavier Morel 9037ca4480 [FIX] test data: duplicating existing demo data crimps my style
bzr revid: xmo@openerp.com-20121106093237-vsbo2l5pjup42frp
2012-11-06 10:32:37 +01:00
Xavier Morel aabb0f38fa [FIX] base_import: only allow reloading the current file if there *is* a current file loaded
bzr revid: xmo@openerp.com-20121106084353-npwkbkg6r0wkwdrg
2012-11-06 09:43:53 +01:00
Xavier Morel 18f885b10f [FIX] recursive conversion of o2ms in import
added new test cases from gkr

bzr revid: xmo@openerp.com-20121106084206-1cckepflh9h4g1yv
2012-11-06 09:42:06 +01:00
Launchpad Translations on behalf of openerp df41b0ef2d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121106051257-ux0x5d6sa0vn0eha
2012-11-06 05:12:57 +00:00
Xavier Morel f02c4266d6 [IMP] better logging during import failure
bzr revid: xmo@openerp.com-20121105100717-pqexs7j710s2ea2i
2012-11-05 11:07:17 +01:00
Launchpad Translations on behalf of openerp c1d04e00d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121106045008-xngylwi17dh211vm
2012-11-06 04:50:08 +00:00
Fabien Pinckaers 6db4620bce [MERGE] fix POS
bzr revid: fp@openerp.com-20121105204051-g1kx1uf7ur2bj8ke
2012-11-05 21:40:51 +01:00
Fabien Meghazi fa3c7f11c0 [IMP] Upgraded dhtmlxscheduler
bzr revid: fme@openerp.com-20121105194733-5yy3zqmk8byfj3v6
2012-11-05 20:47:33 +01:00
Antonin Bourguignon 2fa821b6dc [IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
bzr revid: abo@openerp.com-20121105173017-ntxnedz2yffyo5kp
2012-11-05 18:30:17 +01:00
Antonin Bourguignon 88f06c467c [IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
bzr revid: abo@openerp.com-20121105170318-fmq31jsjf1xriqnh
2012-11-05 18:03:18 +01:00
Fabien Meghazi a2852d5774 [MERGE] trunk
bzr revid: fme@openerp.com-20121105151914-tcxu1hn324cbts3l
2012-11-05 16:19:14 +01:00
Antonin Bourguignon 1ccf56d34e [MERGE] trunk-10click-hr: hr modules improvements
regroup hr modules in the modules kanban view
improve onchanges in form views
- hr holidays: auto-fill in employee's department, auto-fill end date when possible, check if start date < end date
- hr recruitment: auto-fill in partner's phone, mobile and email

bzr revid: abo@openerp.com-20121105150857-or0b30opn9pdq123
2012-11-05 16:08:57 +01:00
Fabien Meghazi 2e4cb3a69a [FIX] Dirty workaround for dhtmlxscheduler bug
bzr revid: fme@openerp.com-20121105150412-7x0ah1mfuvffsipe
2012-11-05 16:04:12 +01:00
Raphael Collet 0db0876322 [MERGE] trunk-bug-related-field-rco (fix and simplify related fields, to handle field chains of length 1)
bzr revid: rco@openerp.com-20121105141051-1333e5jdrfxulalj
2012-11-05 15:10:51 +01:00
Antonin Bourguignon cf4f0a1021 [WIP] better management of start and end dates
bzr revid: abo@openerp.com-20121105133229-e3qge2pid9j6u4ck
2012-11-05 14:32:29 +01:00
Cedric Snauwaert db2c3ff865 [FIX]Correct the bug due to the name change of module mrp_subproduct to mrp_byproduct which caused an error when trying to access configuration menu of manufacturing in settings. Also add some typo fix
lp bug: https://launchpad.net/bugs/1071178 fixed

bzr revid: csn@openerp.com-20121105132918-pg6hn3l2h3dx8832
2012-11-05 14:29:18 +01:00
Raphael Collet 750ef9d931 [IMP] fields.related._fnct_read: small improvements
bzr revid: rco@openerp.com-20121105131712-sc70thn3wpyq6o7y
2012-11-05 14:17:12 +01:00
Fabien Meghazi cbbd4dcee3 [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130130-dwkn8124zc6yq933
2012-11-05 14:01:30 +01:00
Fabien Meghazi 6f57449dcd [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130053-6gdklt6ok4lst6ba
2012-11-05 14:00:53 +01:00
Cedric Snauwaert c3aaf6439e [MERGE]merge with latest addons_trunk
bzr revid: csn@openerp.com-20121105123913-cvrvkmgeoqtija71
2012-11-05 13:39:13 +01:00