odoo/odoo.git
11 years ago[FIX] rare problem in m2mtags, when the form view is destroyed just after a reload
niv-openerp [Tue, 6 Nov 2012 16:25:25 +0000 (17:25 +0100)]
[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

11 years ago[MERGE] Introducing the Many2Many Email Widget, based on Many2Many Tags. This widget...
Thibault Delavallée [Tue, 6 Nov 2012 16:16:03 +0000 (17:16 +0100)]
[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

11 years ago[MERGE] Introducing the Many2Many Email Widget, based on Many2Many Tags. This widget...
Thibault Delavallée [Tue, 6 Nov 2012 16:15:49 +0000 (17:15 +0100)]
[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

11 years ago[REVIEW] Some code cleaning in js.
Thibault Delavallée [Tue, 6 Nov 2012 15:58:13 +0000 (16:58 +0100)]
[REVIEW] Some code cleaning in js.

bzr revid: tde@openerp.com-20121106155813-h2zswqc16z6ev2k9

11 years ago[CLEAN] mail.js: removed unnecessary default values in context.
Thibault Delavallée [Tue, 6 Nov 2012 15:57:02 +0000 (16:57 +0100)]
[CLEAN] mail.js: removed unnecessary default values in context.

bzr revid: tde@openerp.com-20121106155702-bq5xg7z6qmwqjema

11 years ago[IMP] web: many2many_tags_email: convert read id by search for load all ID with only...
Christophe Matthieu [Tue, 6 Nov 2012 15:50:24 +0000 (16:50 +0100)]
[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

11 years ago[FIX] Problem with list view and some references
niv-openerp [Tue, 6 Nov 2012 15:39:29 +0000 (16:39 +0100)]
[FIX] Problem with list view and some references

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

bzr revid: nicolas.vanhoren@openerp.com-20121106153929-8705y9r3u2b27i8u

11 years ago[IMP] port searchview to helpers
Xavier Morel [Tue, 6 Nov 2012 15:21:48 +0000 (16:21 +0100)]
[IMP] port searchview to  helpers

bzr revid: xmo@openerp.com-20121106152148-33ctafxz5iy53nl1

11 years ago[IMP] convert searchview to DOM events hash
Xavier Morel [Tue, 6 Nov 2012 15:04:49 +0000 (16:04 +0100)]
[IMP] convert searchview to DOM events hash

bzr revid: xmo@openerp.com-20121106150449-1sxybk8jml7xa2ji

11 years ago[MERGE] removed a few warnings.
Vo Minh Thu [Tue, 6 Nov 2012 15:04:31 +0000 (16:04 +0100)]
[MERGE] removed a few warnings.

bzr revid: vmt@openerp.com-20121106150431-rem9us13kevan8y0

11 years ago[REVIEW] trigger closing -> closed, to match the code guidelines.
Thibault Delavallée [Tue, 6 Nov 2012 14:59:58 +0000 (15:59 +0100)]
[REVIEW] trigger closing -> closed, to match the code guidelines.

bzr revid: tde@openerp.com-20121106145958-zg11plyzeo5rz6ao

11 years ago[REVIEW] trigger closing -> trigger closed, to match the code guidelines.
Thibault Delavallée [Tue, 6 Nov 2012 14:59:40 +0000 (15:59 +0100)]
[REVIEW] trigger closing -> trigger closed, to match the code guidelines.

bzr revid: tde@openerp.com-20121106145940-cji6varovqtgneiz

11 years ago[MERGE] fix in account_voucher (bug spotted by nel)
Quentin (OpenERP) [Tue, 6 Nov 2012 14:55:56 +0000 (15:55 +0100)]
[MERGE] fix in account_voucher (bug spotted by nel)

bzr revid: qdp-launchpad@openerp.com-20121106145556-x95mzg8fukkvoxcs

11 years ago[MERGE] Sync with addons/trunk.
Thibault Delavallée [Tue, 6 Nov 2012 14:53:46 +0000 (15:53 +0100)]
[MERGE] Sync with addons/trunk.

bzr revid: tde@openerp.com-20121106145346-twr7rg31q2za5bx9

11 years ago[MERGE] Sync with web/trunk.
Thibault Delavallée [Tue, 6 Nov 2012 14:53:36 +0000 (15:53 +0100)]
[MERGE] Sync with web/trunk.

bzr revid: tde@openerp.com-20121106145336-vm8vxzd9baui7iih

11 years ago[FIX] searchview drawer closing when clicking advanced proposition
Xavier Morel [Tue, 6 Nov 2012 14:47:36 +0000 (15:47 +0100)]
[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

11 years ago[FIX] width of progress bars in list view
Xavier Morel [Tue, 6 Nov 2012 14:18:35 +0000 (15:18 +0100)]
[FIX] width of progress bars in list view

bzr revid: xmo@openerp.com-20121106141835-fd8spbm93h3etjps

11 years ago[FIX] double html-escaping of group titles in grouped lists (eg analysis)
Xavier Morel [Tue, 6 Nov 2012 14:05:19 +0000 (15:05 +0100)]
[FIX] double html-escaping of group titles in grouped lists (eg analysis)

bzr revid: xmo@openerp.com-20121106140519-0qnq934rr44l6kgt

11 years ago[IMP] web: trigger closing for popup
Christophe Matthieu [Tue, 6 Nov 2012 12:52:06 +0000 (13:52 +0100)]
[IMP] web: trigger closing for popup

bzr revid: chm@openerp.com-20121106125206-icm2s8fvb13m40w9

11 years ago[IMP] web: FieldMany2ManyTagsEmail check id partner on change value. File inside...
Christophe Matthieu [Tue, 6 Nov 2012 12:51:33 +0000 (13:51 +0100)]
[IMP] web: FieldMany2ManyTagsEmail check id partner on change value. File inside mail addons folder

bzr revid: chm@openerp.com-20121106125133-udq68eyek9fhsw83

11 years ago[FIX] account_voucher: using pay invoice wizard on customer refund was creating wrong...
Quentin (OpenERP) [Tue, 6 Nov 2012 12:37:59 +0000 (13:37 +0100)]
[FIX] account_voucher: using pay invoice wizard on customer refund was creating wrong entries

bzr revid: qdp-launchpad@openerp.com-20121106123759-rli58yp8lwyub59o

11 years ago[MERGE] Made the assertion report available on the registry.
Vo Minh Thu [Tue, 6 Nov 2012 11:25:08 +0000 (12:25 +0100)]
[MERGE] Made the assertion report available on the registry.

bzr revid: vmt@openerp.com-20121106112508-1jeb6zgtg1g67h3k

11 years ago[IMP] web: field many2many_tags_email moved to mail addon
Christophe Matthieu [Tue, 6 Nov 2012 09:57:00 +0000 (10:57 +0100)]
[IMP] web: field many2many_tags_email moved to mail addon

bzr revid: chm@openerp.com-20121106095700-q5gtxandi7o0jn6o

11 years ago[IMP] web: field many2many_tags_email moved to mail addon
Christophe Matthieu [Tue, 6 Nov 2012 09:56:19 +0000 (10:56 +0100)]
[IMP] web: field many2many_tags_email moved to mail addon

bzr revid: chm@openerp.com-20121106095619-bl7xg1bhubweetpo

11 years ago[FIX] test data: duplicating existing demo data crimps my style
Xavier Morel [Tue, 6 Nov 2012 09:32:37 +0000 (10:32 +0100)]
[FIX] test data: duplicating existing demo data crimps my style

bzr revid: xmo@openerp.com-20121106093237-vsbo2l5pjup42frp

11 years ago[FIX] base_import: only allow reloading the current file if there *is* a current...
Xavier Morel [Tue, 6 Nov 2012 08:43:53 +0000 (09:43 +0100)]
[FIX] base_import: only allow reloading the current file if there *is* a current file loaded

bzr revid: xmo@openerp.com-20121106084353-npwkbkg6r0wkwdrg

11 years ago[FIX] recursive conversion of o2ms in import
Xavier Morel [Tue, 6 Nov 2012 08:42:06 +0000 (09:42 +0100)]
[FIX] recursive conversion of o2ms in import

added new test cases from gkr

bzr revid: xmo@openerp.com-20121106084206-1cckepflh9h4g1yv

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 Nov 2012 05:12:57 +0000 (05:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121106051257-ux0x5d6sa0vn0eha

11 years ago[IMP] better logging during import failure
Xavier Morel [Mon, 5 Nov 2012 10:07:17 +0000 (11:07 +0100)]
[IMP] better logging during import failure

bzr revid: xmo@openerp.com-20121105100717-pqexs7j710s2ea2i

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 Nov 2012 04:50:08 +0000 (04:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121106045008-xngylwi17dh211vm

11 years ago[MERGE] fix POS
Fabien Pinckaers [Mon, 5 Nov 2012 20:40:51 +0000 (21:40 +0100)]
[MERGE] fix POS

bzr revid: fp@openerp.com-20121105204051-g1kx1uf7ur2bj8ke

11 years ago[IMP] Upgraded dhtmlxscheduler
Fabien Meghazi [Mon, 5 Nov 2012 19:47:33 +0000 (20:47 +0100)]
[IMP] Upgraded dhtmlxscheduler

bzr revid: fme@openerp.com-20121105194733-5yy3zqmk8byfj3v6

11 years ago[IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
Antonin Bourguignon [Mon, 5 Nov 2012 17:30:17 +0000 (18:30 +0100)]
[IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT

bzr revid: abo@openerp.com-20121105173017-ntxnedz2yffyo5kp

11 years ago[IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
Antonin Bourguignon [Mon, 5 Nov 2012 17:03:18 +0000 (18:03 +0100)]
[IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT

bzr revid: abo@openerp.com-20121105170318-fmq31jsjf1xriqnh

11 years ago[MERGE] trunk
Fabien Meghazi [Mon, 5 Nov 2012 15:19:14 +0000 (16:19 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121105151914-tcxu1hn324cbts3l

11 years ago[MERGE] trunk-10click-hr: hr modules improvements
Antonin Bourguignon [Mon, 5 Nov 2012 15:08:57 +0000 (16:08 +0100)]
[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

11 years ago[FIX] Dirty workaround for dhtmlxscheduler bug
Fabien Meghazi [Mon, 5 Nov 2012 15:04:12 +0000 (16:04 +0100)]
[FIX] Dirty workaround for dhtmlxscheduler bug

bzr revid: fme@openerp.com-20121105150412-7x0ah1mfuvffsipe

11 years ago[MERGE] trunk-bug-related-field-rco (fix and simplify related fields, to handle field...
Raphael Collet [Mon, 5 Nov 2012 14:10:51 +0000 (15:10 +0100)]
[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

11 years ago[WIP] better management of start and end dates
Antonin Bourguignon [Mon, 5 Nov 2012 13:32:29 +0000 (14:32 +0100)]
[WIP] better management of start and end dates

bzr revid: abo@openerp.com-20121105133229-e3qge2pid9j6u4ck

11 years ago[FIX]Correct the bug due to the name change of module mrp_subproduct to mrp_byproduct...
Cedric Snauwaert [Mon, 5 Nov 2012 13:29:18 +0000 (14:29 +0100)]
[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

11 years ago[IMP] fields.related._fnct_read: small improvements
Raphael Collet [Mon, 5 Nov 2012 13:17:12 +0000 (14:17 +0100)]
[IMP] fields.related._fnct_read: small improvements

bzr revid: rco@openerp.com-20121105131712-sc70thn3wpyq6o7y

11 years ago[IMP] Client actions now takes the action as argument. Use action.params for options.
Fabien Meghazi [Mon, 5 Nov 2012 13:01:30 +0000 (14:01 +0100)]
[IMP] Client actions now takes the action as argument. Use action.params for options.

bzr revid: fme@openerp.com-20121105130130-dwkn8124zc6yq933

11 years ago[IMP] Client actions now takes the action as argument. Use action.params for options.
Fabien Meghazi [Mon, 5 Nov 2012 13:00:53 +0000 (14:00 +0100)]
[IMP] Client actions now takes the action as argument. Use action.params for options.

bzr revid: fme@openerp.com-20121105130053-6gdklt6ok4lst6ba

11 years ago[MERGE]merge with latest addons_trunk
Cedric Snauwaert [Mon, 5 Nov 2012 12:39:13 +0000 (13:39 +0100)]
[MERGE]merge with latest addons_trunk

bzr revid: csn@openerp.com-20121105123913-cvrvkmgeoqtija71

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 5 Nov 2012 11:17:08 +0000 (12:17 +0100)]
Launchpad automatic translations update.

bzr revid: odo@openerp.com-20121105111708-086ye2o6s2a8i7sn

11 years ago[MERGE] pos: fix multicompany bugs
Fabien Pinckaers [Mon, 5 Nov 2012 11:16:09 +0000 (12:16 +0100)]
[MERGE] pos: fix multicompany bugs

(this is also an attempt to fix history breakage due to fp-style merge)

bzr revid: odo@openerp.com-20121105111609-yuaw6wu6jd1ar2a1

11 years ago[IMP]pos does not calculate tax and touch screen does not gives actually quantity
Sanjay Gohel (Open ERP) [Mon, 5 Nov 2012 10:43:57 +0000 (16:13 +0530)]
[IMP]pos does not calculate tax and touch screen does not gives actually quantity

bzr revid: sgo@tinyerp.com-20121105104357-6r59u4g20ojg0hlw

11 years ago[MERGE] trunk
Antonin Bourguignon [Mon, 5 Nov 2012 10:15:38 +0000 (11:15 +0100)]
[MERGE] trunk

bzr revid: abo@openerp.com-20121105101538-tdgu6bi8vp2lnqru

11 years ago[FIX] fields.related._fnct_read: fix handling of type many2one
Raphael Collet [Mon, 5 Nov 2012 09:49:29 +0000 (10:49 +0100)]
[FIX] fields.related._fnct_read: fix handling of type many2one

bzr revid: rco@openerp.com-20121105094929-oz7trjzwlqw90499

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Mon, 5 Nov 2012 09:01:23 +0000 (10:01 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121105090123-difc1iksbnb28mtv

11 years ago[MERGE] from trunk
Raphael Collet [Mon, 5 Nov 2012 08:37:56 +0000 (09:37 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20121105083756-jdr9fxp32djpifqk

11 years ago[FIX] fields.related._fnct_write: handle the case where ids is a single id
Raphael Collet [Mon, 5 Nov 2012 08:22:59 +0000 (09:22 +0100)]
[FIX] fields.related._fnct_write: handle the case where ids is a single id

bzr revid: rco@openerp.com-20121105082259-rcmcjs5n1eimtcpl

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 5 Nov 2012 04:40:53 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121105044053-iwdfmabj0neffc9o

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 4 Nov 2012 04:55:54 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121104045554-ygf95bxx3xy44tm1

11 years ago[MERGE] fix multi-company for pos
Fabien Pinckaers [Sat, 3 Nov 2012 17:21:28 +0000 (18:21 +0100)]
[MERGE] fix multi-company for pos

bzr revid: fp@openerp.com-20121103172128-rx5lvo5xzmsj9ay1

11 years ago[FIX] bug pos
Fabien Pinckaers [Sat, 3 Nov 2012 17:16:27 +0000 (18:16 +0100)]
[FIX] bug pos

bzr revid: fp@openerp.com-20121103171627-7mvvn13494ofbbh0

11 years ago[FIX] POS close session without cash register
Fabien Pinckaers [Sat, 3 Nov 2012 17:12:25 +0000 (18:12 +0100)]
[FIX] POS close session without cash register

bzr revid: fp@openerp.com-20121103171225-nlp53s0aenamdhcg

11 years ago[MERGE] content-disposition fixes by Giedrius Slavinskas
Antony Lesuisse [Sat, 3 Nov 2012 15:34:06 +0000 (16:34 +0100)]
[MERGE] content-disposition fixes by Giedrius Slavinskas

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

bzr revid: al@openerp.com-20121103153406-m2xlwm9af2ekcdc7

11 years ago[MERGE] view_editor css fixes
Antony Lesuisse [Sat, 3 Nov 2012 15:27:24 +0000 (16:27 +0100)]
[MERGE] view_editor css fixes

bzr revid: al@openerp.com-20121103152724-ag7pq44gm8tmwsv5

11 years ago[MERGE] trunk
Fabien Pinckaers [Sat, 3 Nov 2012 15:25:52 +0000 (16:25 +0100)]
[MERGE] trunk

bzr revid: fp@openerp.com-20121103152552-zlf761mkoxbgyxfh

11 years ago[FIX] POS
Fabien Pinckaers [Sat, 3 Nov 2012 15:25:04 +0000 (16:25 +0100)]
[FIX] POS

bzr revid: fp@openerp.com-20121103152504-f3o6ce0e833hdibj

11 years ago[FIX] remove unsed minified files
Antony Lesuisse [Sat, 3 Nov 2012 15:00:45 +0000 (16:00 +0100)]
[FIX] remove unsed minified files

bzr revid: al@openerp.com-20121103150045-pkx6ckvc9hp7vaz0

11 years ago[MERGE] auth_signup jsonrpc instead of post and redirect
Antony Lesuisse [Sat, 3 Nov 2012 14:42:37 +0000 (15:42 +0100)]
[MERGE] auth_signup jsonrpc instead of post and redirect

bzr revid: al@openerp.com-20121103144237-5otizomez1du5iyq

11 years ago[IMP] typo
Fabien Pinckaers [Sat, 3 Nov 2012 13:47:30 +0000 (14:47 +0100)]
[IMP] typo

bzr revid: fp@openerp.com-20121103134730-z42xnfgieoccl16i

11 years ago[IMP] order of invoice types
Fabien Pinckaers [Sat, 3 Nov 2012 13:45:12 +0000 (14:45 +0100)]
[IMP] order of invoice types

bzr revid: fp@openerp.com-20121103134512-mwkqzsnz3ndy5fsb

11 years ago[IMP] typo
Fabien Pinckaers [Sat, 3 Nov 2012 13:38:57 +0000 (14:38 +0100)]
[IMP] typo

bzr revid: fp@openerp.com-20121103133857-6aly1tcxv5jkfp8y

11 years ago[IMP] useability: invisible contract type if defined by default
Fabien Pinckaers [Sat, 3 Nov 2012 13:35:10 +0000 (14:35 +0100)]
[IMP] useability: invisible contract type if defined by default

bzr revid: fp@openerp.com-20121103133510-nsuenjvgbkbxx2ub

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 3 Nov 2012 05:04:37 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121103050437-hjtar0inhj4gqyfi

11 years ago[FIX] english typo
Fabien Pinckaers [Fri, 2 Nov 2012 17:46:03 +0000 (18:46 +0100)]
[FIX] english typo

bzr revid: fp@openerp.com-20121102174603-i5hsivz4ktg7n7ns

11 years ago[IMP] mrp work orders visible only when option activated
Fabien Pinckaers [Fri, 2 Nov 2012 17:43:36 +0000 (18:43 +0100)]
[IMP] mrp work orders visible only when option activated

bzr revid: fp@openerp.com-20121102174336-e2w6okf83axcxqs1

11 years ago[MERGE] English typos
Fabien Pinckaers [Fri, 2 Nov 2012 17:42:00 +0000 (18:42 +0100)]
[MERGE] English typos

bzr revid: fp@openerp.com-20121102174200-wg7p02quakvby09j

11 years ago[MERGE] English typos
Fabien Pinckaers [Fri, 2 Nov 2012 17:38:50 +0000 (18:38 +0100)]
[MERGE] English typos

bzr revid: fp@openerp.com-20121102173850-nvj56rd5c8gp3k8x

11 years ago[MERGE] English typos
Fabien Pinckaers [Fri, 2 Nov 2012 17:37:01 +0000 (18:37 +0100)]
[MERGE] English typos

bzr revid: fp@openerp.com-20121102173701-b424fq3bn7ferxbd

11 years ago[MERGE] English typos
Fabien Pinckaers [Fri, 2 Nov 2012 17:35:50 +0000 (18:35 +0100)]
[MERGE] English typos

bzr revid: fp@openerp.com-20121102173550-4dg9dmjlpp386vg9

11 years ago[MERGE] English typos
Fabien Pinckaers [Fri, 2 Nov 2012 17:34:07 +0000 (18:34 +0100)]
[MERGE] English typos

bzr revid: fp@openerp.com-20121102173407-umicel4287htim14

11 years ago[IMP] notes
Fabien Pinckaers [Fri, 2 Nov 2012 17:25:10 +0000 (18:25 +0100)]
[IMP] notes

bzr revid: fp@openerp.com-20121102172510-6pdu2sfdk7vlnnp5

11 years ago[MERGE]
Fabien Pinckaers [Fri, 2 Nov 2012 17:21:51 +0000 (18:21 +0100)]
[MERGE]

bzr revid: fp@openerp.com-20121102172151-g300zcve1ongskyc

11 years ago[FIX]
Fabien Pinckaers [Fri, 2 Nov 2012 16:28:05 +0000 (17:28 +0100)]
[FIX]

bzr revid: fp@openerp.com-20121102162805-tp46s4x40dwedkij

11 years ago[MERGE] addons 16 sale
Fabien Pinckaers [Fri, 2 Nov 2012 16:26:11 +0000 (17:26 +0100)]
[MERGE] addons 16 sale

bzr revid: fp@openerp.com-20121102162611-3nt9oo1zcyzjh81l

11 years ago[MERGE] addons 16 survey
Fabien Pinckaers [Fri, 2 Nov 2012 16:22:46 +0000 (17:22 +0100)]
[MERGE] addons 16 survey

bzr revid: fp@openerp.com-20121102162246-ynz8g2yhfkbcq4f5

11 years ago[MERGE] Merged branch about task and issues followers being retrieved from the relate...
Thibault Delavallée [Fri, 2 Nov 2012 16:21:11 +0000 (17:21 +0100)]
[MERGE] Merged branch about task and issues followers being retrieved from the related project, with matching subtypes.
This implementation is not the best-one, because subscribing to a projet
does not subscribe the user to previous task; only future tasks (or issues).
However, the subtype model is quite experimental and is likely to be
improved in the next version. Therefore the current implementation
is kept.

bzr revid: tde@openerp.com-20121102162111-kg2q4u5gwu0z28kv

11 years ago[MERGE] empty
Fabien Pinckaers [Fri, 2 Nov 2012 16:21:09 +0000 (17:21 +0100)]
[MERGE] empty

bzr revid: fp@openerp.com-20121102162109-o3cj87lu1djvz9hf

11 years ago[MERGE] addons 16 stock
Fabien Pinckaers [Fri, 2 Nov 2012 16:19:02 +0000 (17:19 +0100)]
[MERGE] addons 16 stock

bzr revid: fp@openerp.com-20121102161902-nqbefjj2gwja1te8

11 years ago[MERGE] addons 16 contract
Fabien Pinckaers [Fri, 2 Nov 2012 16:16:29 +0000 (17:16 +0100)]
[MERGE] addons 16 contract

bzr revid: fp@openerp.com-20121102161629-174ot7zzls8l1ras

11 years ago[MERGE] addons 16
Fabien Pinckaers [Fri, 2 Nov 2012 16:11:01 +0000 (17:11 +0100)]
[MERGE] addons 16

bzr revid: fp@openerp.com-20121102161101-hynn88pft6ipygy5

11 years ago[MERGE] multi-True on some actions
Fabien Pinckaers [Fri, 2 Nov 2012 16:08:32 +0000 (17:08 +0100)]
[MERGE] multi-True on some actions

bzr revid: fp@openerp.com-20121102160832-avu5on171u2lccge

11 years ago[DOC] Added some comments.
Thibault Delavallée [Fri, 2 Nov 2012 16:07:34 +0000 (17:07 +0100)]
[DOC] Added some comments.

bzr revid: tde@openerp.com-20121102160734-gbh3iox0zb9hign7

11 years ago[MERGE] multi=True
Fabien Pinckaers [Fri, 2 Nov 2012 16:06:13 +0000 (17:06 +0100)]
[MERGE] multi=True

bzr revid: fp@openerp.com-20121102160613-rwq05zxz5r32ul80

11 years ago[MERGE]
Fabien Pinckaers [Fri, 2 Nov 2012 16:03:10 +0000 (17:03 +0100)]
[MERGE]

bzr revid: fp@openerp.com-20121102160310-ektb2rrpsfs3weq8

11 years ago[MERGE] addons 16 hr attendances
Fabien Pinckaers [Fri, 2 Nov 2012 15:59:07 +0000 (16:59 +0100)]
[MERGE] addons 16 hr attendances

bzr revid: fp@openerp.com-20121102155907-imopbpyapswzsp3u

11 years ago[IMP] note demo tpyo
Fabien Pinckaers [Fri, 2 Nov 2012 15:56:42 +0000 (16:56 +0100)]
[IMP] note demo tpyo

bzr revid: fp@openerp.com-20121102155642-22xcfvifiycou7nu

11 years ago[FIX] mail: fixed tests, with comment that became Discussions.
Thibault Delavallée [Fri, 2 Nov 2012 15:45:48 +0000 (16:45 +0100)]
[FIX] mail: fixed tests, with comment that became Discussions.

bzr revid: tde@openerp.com-20121102154548-5ayn6ns89xz54o70

11 years ago[FIX] project_issue: fixed subtype implementation, about followers of project automat...
Thibault Delavallée [Fri, 2 Nov 2012 15:41:54 +0000 (16:41 +0100)]
[FIX] project_issue: fixed subtype implementation, about followers of project automatically following issues. Updated subtype names.

bzr revid: tde@openerp.com-20121102154154-o8dpil045ub2spbd

11 years ago[FIX]module account_asset : fix the date problem with depreciation board (without...
Cedric Snauwaert [Fri, 2 Nov 2012 15:27:51 +0000 (16:27 +0100)]
[FIX]module account_asset : fix the date problem with depreciation board (without using prorata) when recomputing the board and some entries were already validated

bzr revid: csn@openerp.com-20121102152751-6jt0uom3hqn8arhs

11 years ago[FIX] project: fixed auto-follow for task and cleaned code. Also fixed subtype name...
Thibault Delavallée [Fri, 2 Nov 2012 15:24:30 +0000 (16:24 +0100)]
[FIX] project: fixed auto-follow for task and cleaned code. Also fixed subtype name and related models, as well as comment, now Discussions.

bzr revid: tde@openerp.com-20121102152430-mww1cqcjiluuhtvv

11 years ago[MERGE] Sync with addons/trunk.
Thibault Delavallée [Fri, 2 Nov 2012 14:57:11 +0000 (15:57 +0100)]
[MERGE] Sync with addons/trunk.

bzr revid: tde@openerp.com-20121102145711-qyht7qj9s1gfb21a

11 years ago[FIX] tabbing out of an m2o which opens some sort of weird dialog thing while in...
Xavier Morel [Fri, 2 Nov 2012 14:13:48 +0000 (15:13 +0100)]
[FIX] tabbing out of an m2o which opens some sort of weird dialog thing while in an editable o2m

The tab blurs the current fields, focuses the next one, then the
dialog thing opens and steals the focus from the *next* field (not the
one which created it), which thus triggers *blur* ultimately blurring
(and saving) the row being edited.

Add a trigger call in some random place which seems to make things not
fail.

bzr revid: xmo@openerp.com-20121102141348-5au6sarq0mw2ct67

11 years ago[REV] garbage
Xavier Morel [Fri, 2 Nov 2012 14:01:27 +0000 (15:01 +0100)]
[REV] garbage

bzr revid: xmo@openerp.com-20121102140127-69e3ae5vca1ni46r

11 years ago[IMP] registry: the `assertion_report` is now a registry attribute.
Vo Minh Thu [Fri, 2 Nov 2012 13:47:32 +0000 (14:47 +0100)]
[IMP] registry: the `assertion_report` is now a registry attribute.

This allow us to report failure or success by inspecting the registry.

bzr revid: vmt@openerp.com-20121102134732-5uy1vp59mp1bxgjs

11 years ago[MERGE] Merged trunk-improve-google-doc-vba.
vta vta@openerp.com [Fri, 2 Nov 2012 13:22:40 +0000 (14:22 +0100)]
[MERGE] Merged trunk-improve-google-doc-vba.

bzr revid: vta@openerp.com-20121102132240-5kgbexueqh6envkf