odoo/odoo.git
12 years ago[FIX] Added widget on allocation request.
Thibault Delavallée [Thu, 22 Mar 2012 13:21:35 +0000 (14:21 +0100)]
[FIX] Added widget on allocation request.

bzr revid: tde@openerp.com-20120322132135-3yyip0lh7gzf0isc

12 years ago[IMP] hr.holidays: modified get_needaction_user_id -> get_needaction_user_ids to...
Thibault Delavallée [Thu, 15 Mar 2012 11:00:42 +0000 (12:00 +0100)]
[IMP] hr.holidays: modified get_needaction_user_id -> get_needaction_user_ids to match the new API. Fixed a removed field still present on view. Fixed small sentences.

bzr revid: tde@openerp.com-20120315110042-t3tk2w0524gvn3pw

12 years ago[FIX] Fixed res.needaction -> base.needaction, commented need_acion_user_id managemen...
Thibault Delavallée [Thu, 15 Mar 2012 10:52:10 +0000 (11:52 +0100)]
[FIX] Fixed res.needaction -> base.needaction, commented need_acion_user_id management in mail.thread because mechanism has change

bzr revid: tde@openerp.com-20120315105210-g6lci5nb66lo3jdy

12 years ago[MERGE] Merged with user_img branch
Thibault Delavallée [Thu, 15 Mar 2012 10:38:47 +0000 (11:38 +0100)]
[MERGE] Merged with user_img branch

bzr revid: tde@openerp.com-20120315103847-teqa5ciaa45y5h3u

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Thu, 15 Mar 2012 10:22:49 +0000 (11:22 +0100)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120315102249-nmw4w0w3zy98sig4

12 years ago[REM] Removed call to removed css files
Thibault Delavallée [Wed, 14 Mar 2012 18:06:47 +0000 (19:06 +0100)]
[REM] Removed call to removed css files

bzr revid: tde@openerp.com-20120314180647-3nsk77xpd3mwo83i

12 years ago[REM] Removed some css changes. user image now only replaces the gravatar.
Thibault Delavallée [Wed, 14 Mar 2012 18:03:52 +0000 (19:03 +0100)]
[REM] Removed some css changes. user image now only replaces the gravatar.

bzr revid: tde@openerp.com-20120314180352-8jpbv9j01jt5mq0y

12 years ago[FIX] hr_timesheet_sheet: fixed yaml test
Quentin (OpenERP) [Wed, 14 Mar 2012 17:00:50 +0000 (18:00 +0100)]
[FIX] hr_timesheet_sheet: fixed yaml test

bzr revid: qdp-launchpad@openerp.com-20120314170050-kma11l6wz66vxv8v

12 years ago[IMP] test_ir_sequence: avoid spurious traceback logging
Olivier Dony [Wed, 14 Mar 2012 14:25:52 +0000 (15:25 +0100)]
[IMP] test_ir_sequence: avoid spurious traceback logging

bzr revid: odo@openerp.com-20120314142552-283i4s1lwrkt7zx3

12 years ago[MERGE] Latest fixes from 6.1
Olivier Dony [Wed, 14 Mar 2012 14:20:43 +0000 (15:20 +0100)]
[MERGE] Latest fixes from 6.1

bzr revid: odo@openerp.com-20120314142043-9jpk3dkss1hkvb3q

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 15 Mar 2012 05:18:17 +0000 (05:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053419-651m21hw6ja8naqc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054403-pdvtd2s58mehtlrd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120315051817-qfmyll102427mgi9

12 years ago[FIX] manifest flag 'active' was renamed to 'auto_install' a while ago
Olivier Dony [Wed, 14 Mar 2012 18:18:53 +0000 (19:18 +0100)]
[FIX] manifest flag 'active' was renamed to 'auto_install' a while ago

The change occurred in server at revision 3989
and in addons at revision 6451, but had never
been done in openerp-web.
One indirect consequence was that the 'base'
modules was not considered auto-installable
anymore and its CSS files were not loaded on
web, causing layout issues, namely in the
modules kanban view.

Server rev 3989 = al@openerp.com-20120130211001-ytqx759fl920uegc
Addons rev 6451 = al@openerp.com-20120130211812-w0wu42hdu4l7koc4

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

bzr revid: odo@openerp.com-20120314181853-kzr6lgqxxcz7rreu

12 years ago[IMP] bump up release number
Olivier Dony [Wed, 14 Mar 2012 14:16:12 +0000 (15:16 +0100)]
[IMP] bump up release number

bzr revid: odo@openerp.com-20120314141612-3y0v4monykywvg44

12 years ago[FIX] sale: fixed demo data in order to make runbot green. Having mrp and mrp_jit...
Quentin (OpenERP) [Wed, 14 Mar 2012 11:10:55 +0000 (12:10 +0100)]
[FIX] sale: fixed demo data in order to make runbot green. Having mrp and mrp_jit installed was causing an assertion failure in sale/test/cancel_order.yml because the sale.order was not in shipping exception (as the procurement was automatically confirmed). As i guess this _is_ the wanted behavior where working in just in time, i just changed the demo data in order to have the test working in 'make to stock'

bzr revid: qdp-launchpad@openerp.com-20120314111055-49jiz4z3p87lqos1

12 years ago[FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields
Olivier Dony [Wed, 14 Mar 2012 11:10:14 +0000 (12:10 +0100)]
[FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields

Array.sort is not necessarily stable, and sorting an
array with an unstable sort will cause a randomization
of the original order, which should have been preserved.

See also:
  - http://ecma262-5.com/ELS5_Section_15.htm#Section_15.4.4.11
  - http://code.google.com/p/v8/issues/detail?id=90

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

bzr revid: odo@openerp.com-20120314111014-1igxhrynu5557di5

12 years ago[IMP] Thread widget: moved all event bindings in a separate function
Thibault Delavallée [Wed, 14 Mar 2012 08:51:28 +0000 (09:51 +0100)]
[IMP] Thread widget: moved all event bindings in a separate function

bzr revid: tde@openerp.com-20120314085128-lfyxy0029o99nel6

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Mar 2012 05:44:33 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052736-h7pcyns8m0yapx2r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050705-4g6qxsmwzmefmekl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053506-zeuvhbd8ml1rhmy8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054433-q7eqdv6c3ise2wv1

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Mar 2012 04:43:06 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120314044306-qli11mrllvyx0ctl

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Mar 2012 04:42:48 +0000 (04:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310045436-575z33tnn4ylhgmt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312043902-d43ik1qvtuz6xkvd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313050751-hkilihhs8zm4a8mp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314044248-xm1kexxswy9nc7wp

12 years ago[IMP] Threzad widget: added unlink mechanism. Still WIP tough.
Thibault Delavallée [Tue, 13 Mar 2012 17:41:05 +0000 (18:41 +0100)]
[IMP] Threzad widget: added unlink mechanism. Still WIP tough.

bzr revid: tde@openerp.com-20120313174105-ffncns931oa0ry4o

12 years ago[IMP] Thread widget: cleaned follow/unfollow buttons behavior (text change when mouse...
Thibault Delavallée [Tue, 13 Mar 2012 17:22:33 +0000 (18:22 +0100)]
[IMP] Thread widget: cleaned follow/unfollow buttons behavior (text change when mouseover/mouseleave, update followers display)

bzr revid: tde@openerp.com-20120313172233-3zgm41f7m7mxzmie

12 years ago[IMP] Thread widget: reply textarea shown by default when viewing a record.
Thibault Delavallée [Tue, 13 Mar 2012 17:06:48 +0000 (18:06 +0100)]
[IMP] Thread widget: reply textarea shown by default when viewing a record.

bzr revid: tde@openerp.com-20120313170648-5uln1ozxvhv8yfxx

12 years ago[imp] added some stuff to manage interfaces
niv-openerp [Tue, 13 Mar 2012 16:37:19 +0000 (17:37 +0100)]
[imp] added some stuff to manage interfaces

bzr revid: nicolas.vanhoren@openerp.com-20120313163719-ez4n7ca4qxus0m9t

12 years ago[FIX] Fixed bug in notification push
Thibault Delavallée [Tue, 13 Mar 2012 16:35:55 +0000 (17:35 +0100)]
[FIX] Fixed bug in notification push

bzr revid: tde@openerp.com-20120313163555-7ya3uejtnq2vtshf

12 years ago[IMP] mail.group: cleaned code; added user as default responsible when creating a...
Thibault Delavallée [Tue, 13 Mar 2012 16:19:02 +0000 (17:19 +0100)]
[IMP] mail.group: cleaned code; added user as default responsible when creating a group.

bzr revid: tde@openerp.com-20120313161902-dwxzjy68bcuj39kk

12 years ago[IMP] Removed a debug print; added context propagation in one method
Thibault Delavallée [Tue, 13 Mar 2012 16:10:22 +0000 (17:10 +0100)]
[IMP] Removed a debug print; added context propagation in one method

bzr revid: tde@openerp.com-20120313161022-mxkbk34zis7lmez9

12 years ago[FIX] hr_holidays: fixed function name change
Thibault Delavallée [Tue, 13 Mar 2012 16:01:39 +0000 (17:01 +0100)]
[FIX] hr_holidays: fixed function name change

bzr revid: tde@openerp.com-20120313160139-28cei2grildmbo9y

12 years ago[imp] possible problem with debug & qweb
niv-openerp [Tue, 13 Mar 2012 15:37:07 +0000 (16:37 +0100)]
[imp] possible problem with debug & qweb

bzr revid: nicolas.vanhoren@openerp.com-20120313153707-zi6kdlbxz72dit7l

12 years ago[IMP] mail.thread views: cleaned code
Thibault Delavallée [Tue, 13 Mar 2012 15:25:23 +0000 (16:25 +0100)]
[IMP] mail.thread views: cleaned code

bzr revid: tde@openerp.com-20120313152523-kjxvn5xgbv4f65em

12 years ago[IMP] mail.subscrpition: cleaned code and views
Thibault Delavallée [Tue, 13 Mar 2012 15:24:52 +0000 (16:24 +0100)]
[IMP] mail.subscrpition: cleaned code and views

bzr revid: tde@openerp.com-20120313152452-8fmd3swgaiml9d1l

12 years ago[FIX] mail.message: views: fixed priorities (was sequence)
Thibault Delavallée [Tue, 13 Mar 2012 15:24:15 +0000 (16:24 +0100)]
[FIX] mail.message: views: fixed priorities (was sequence)

bzr revid: tde@openerp.com-20120313152415-qi5jznlvx5mibami

12 years ago[IMP] mail.thread: cleaned code; added unlink management (subscriptions and messages...
Thibault Delavallée [Tue, 13 Mar 2012 15:06:35 +0000 (16:06 +0100)]
[IMP] mail.thread: cleaned code; added unlink management (subscriptions and messages are deleted, notifications are automatically deleted when messages are deleted because of foreign key); improved code and comments

bzr revid: tde@openerp.com-20120313150635-wwbvs30s0w7ru8qk

12 years ago[FIX] hr_timesheet_sheet: fixed the automatic computation of sheet_id field on hr...
Quentin (OpenERP) [Tue, 13 Mar 2012 15:03:47 +0000 (16:03 +0100)]
[FIX] hr_timesheet_sheet: fixed the automatic computation of sheet_id field on hr.analytic.timesheet object. Before it was not automatically triggered at the creation and it was causing a problem in a YAML test of module project_timesheet

bzr revid: qdp-launchpad@openerp.com-20120313150347-230dwv8a96y1j04x

12 years ago[IMP] mail.message: cleaned code
Thibault Delavallée [Tue, 13 Mar 2012 13:59:49 +0000 (14:59 +0100)]
[IMP] mail.message: cleaned code

bzr revid: tde@openerp.com-20120313135949-l4wmzcg1kpqidzgh

12 years ago[FIX] point_of_sale: fixed error in yaml test
Quentin (OpenERP) [Tue, 13 Mar 2012 13:39:56 +0000 (14:39 +0100)]
[FIX] point_of_sale: fixed error in yaml test

bzr revid: qdp-launchpad@openerp.com-20120313133956-gwfzj2ns33ou3nph

12 years ago[DOC] Added doc initial directory for crm, hr and project; added specifications relat...
Thibault Delavallée [Tue, 13 Mar 2012 11:55:40 +0000 (12:55 +0100)]
[DOC] Added doc initial directory for crm, hr and project; added specifications related to hr photo and user avatar for crm, hr and project.

bzr revid: tde@openerp.com-20120313115540-swptqg726tqbrhvb

12 years ago[ADD] Added css file for crm.opportunity kanban view
Thibault Delavallée [Tue, 13 Mar 2012 11:29:14 +0000 (12:29 +0100)]
[ADD] Added css file for crm.opportunity kanban view

bzr revid: tde@openerp.com-20120313112914-7pn226gyfwufvo9v

12 years ago[IMP] crm: opportunity kanban view: added use of res.users avatar
Thibault Delavallée [Tue, 13 Mar 2012 11:28:38 +0000 (12:28 +0100)]
[IMP] crm: opportunity kanban view: added use of res.users avatar

bzr revid: tde@openerp.com-20120313112838-2h2l8j65y6n8yrsh

12 years ago[IMP] hr_employee: cleaned code. Kanban view now uses photo_mini instead of photo.
Thibault Delavallée [Tue, 13 Mar 2012 11:16:12 +0000 (12:16 +0100)]
[IMP] hr_employee: cleaned code. Kanban view now uses photo_mini instead of photo.

bzr revid: tde@openerp.com-20120313111612-qij93zfg6uolcnvd

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Tue, 13 Mar 2012 08:19:16 +0000 (09:19 +0100)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120313081916-pp84ief25ons0sqq

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120313050811-m4u0qfmbq2k6omd6

12 years ago[IMP] Thread widget: small user experience improvements (reply comment hidden by...
Thibault Delavallée [Mon, 12 Mar 2012 17:33:23 +0000 (18:33 +0100)]
[IMP] Thread widget: small user experience improvements (reply comment hidden by default; comment textarea is cleaned after posting the comment; em tag not escaped in mesages; fixed class name of links delete and hide.

bzr revid: tde@openerp.com-20120312173323-z1xnabsjzxj3vyxa

12 years ago[IMP] Thread widget: comments now have smaller images
Thibault Delavallée [Mon, 12 Mar 2012 15:58:38 +0000 (16:58 +0100)]
[IMP] Thread widget: comments now have smaller images

bzr revid: tde@openerp.com-20120312155838-srvzfmjvt783e6kr

12 years ago[REM] Removed forgotten console.log
Fabien Meghazi [Mon, 12 Mar 2012 15:37:43 +0000 (16:37 +0100)]
[REM] Removed forgotten console.log

bzr revid: fme@openerp.com-20120312153743-i6qi3fzmondezrdh

12 years ago[IMP] Thread widget: improved usability: added a reply link toggling comment textarea...
Thibault Delavallée [Mon, 12 Mar 2012 15:25:29 +0000 (16:25 +0100)]
[IMP] Thread widget: improved usability: added a reply link toggling comment textarea; commenting can be done via the enter key

bzr revid: tde@openerp.com-20120312152529-lbcz0byljetpeezj

12 years ago[MERGE] merged few enhancements related to event* modules (better demo data in event_...
Quentin (OpenERP) [Mon, 12 Mar 2012 12:01:45 +0000 (13:01 +0100)]
[MERGE] merged few enhancements related to event* modules (better demo data in event_sale + new module to fix incompatibility with event_sale and sale_layout modules)

bzr revid: qdp-launchpad@openerp.com-20120312120145-2ahlt8jnh9pm1p1w

12 years ago[IMP] event_sale_layout: better module description
Quentin (OpenERP) [Mon, 12 Mar 2012 11:56:01 +0000 (12:56 +0100)]
[IMP] event_sale_layout: better module description

bzr revid: qdp-launchpad@openerp.com-20120312115601-ne4dwkl76o6jeo8a

12 years ago[FIX] hr_holidays: unnecessary ',' causing crash removed
Thibault Delavallée [Mon, 12 Mar 2012 11:52:43 +0000 (12:52 +0100)]
[FIX] hr_holidays: unnecessary ',' causing crash removed

bzr revid: tde@openerp.com-20120312115243-f6tos2qqna3li7z0

12 years ago[IMP] hr_holidays: improved messages (removed record name, as it appears in the messa...
Thibault Delavallée [Mon, 12 Mar 2012 11:50:05 +0000 (12:50 +0100)]
[IMP] hr_holidays: improved messages (removed record name, as it appears in the message header)

bzr revid: tde@openerp.com-20120312115005-k9p5hhxubpi3vtfh

12 years ago[FIX] mail_thread: fixed a bug when sending a notification coming from an action...
Thibault Delavallée [Mon, 12 Mar 2012 11:46:39 +0000 (12:46 +0100)]
[FIX] mail_thread: fixed a bug when sending a notification coming from an action: the message user_id was reset, therefore not displaying the user name and avatar next to the message.

bzr revid: tde@openerp.com-20120312114639-fb5sggvvw1egnnzn

12 years ago[FIX] event_sale: fields set back to invisible on sale.order.line
Quentin (OpenERP) [Mon, 12 Mar 2012 11:46:02 +0000 (12:46 +0100)]
[FIX] event_sale: fields set back to invisible on sale.order.line

bzr revid: qdp-launchpad@openerp.com-20120312114602-ckonmf9044u1m4ej

12 years ago[IMP] event_sale: better demo data
Quentin (OpenERP) [Mon, 12 Mar 2012 11:44:04 +0000 (12:44 +0100)]
[IMP] event_sale: better demo data

bzr revid: qdp-launchpad@openerp.com-20120312114404-2ter4n11mkyy85gh

12 years ago[FIX] project_issue: global CC fields contains email(s), not a URL
Olivier Dony [Mon, 12 Mar 2012 11:29:31 +0000 (12:29 +0100)]
[FIX] project_issue: global CC fields contains email(s), not a URL

bzr revid: odo@openerp.com-20120312112931-3oeretod35lsgmug

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Mar 2012 05:44:27 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054427-vp8js9o3lw1h7ds6

12 years ago[FIX] account: qucik and dirty fix on the common wizard of reports to set the company...
Quentin (OpenERP) [Tue, 13 Mar 2012 12:51:19 +0000 (13:51 +0100)]
[FIX] account: qucik and dirty fix on the common wizard of reports to set the company_id by default in order to avoid having the name_search of fiscalyear processed before it is correctly set by the onchange of default value of chart account id. This bug is due to asynchronous calls of web client and will be solved asap, but in the meanwhile this little hack will localy solve the problem.

bzr revid: qdp-launchpad@openerp.com-20120313125119-0to4xin6rb8mb75o

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 13 Mar 2012 05:35:03 +0000 (05:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053503-xvlvyuystb8tvif8

12 years ago[FIX] ir.mail_server: SMTP user and pass should be passed as bytes to login()
Olivier Dony [Mon, 12 Mar 2012 17:43:48 +0000 (18:43 +0100)]
[FIX] ir.mail_server: SMTP user and pass should be passed as bytes to login()

Passing a unicode used to work in Python 2.5 but that
changed in 2.6 due to a change in the hmac module.
In any case the various RFCs that describe such
authentication mechanism do specify that UTF-8 encoded
values should be used, so we should be safe coercing
the user and passsword to UTF-8 bytes strings.
And of course it should not change anything for
the ASCII passwords out there anyway.

For references, see:
- Zope bug https://bugs.launchpad.net/zope.sendmail/+bug/597143
- Python issue http://bugs.python.org/issue5285
- http://tools.ietf.org/html/draft-ietf-sasl-crammd5-10#section-4

bzr revid: odo@openerp.com-20120312174348-iiqfa2toupn3udr3

12 years ago[IMP] Thread widget: use name_get to display the record name between the avatar and...
Thibault Delavallée [Mon, 12 Mar 2012 10:52:17 +0000 (11:52 +0100)]
[IMP] Thread widget: use name_get to display the record name between the avatar and the message body. Updated comment display.

bzr revid: tde@openerp.com-20120312105217-sjm1lrminn70i6h4

12 years ago[FIX] In the case where the user has no signature, we set up a default value to avoid...
Stephane Wirtel [Mon, 12 Mar 2012 10:30:25 +0000 (11:30 +0100)]
[FIX] In the case where the user has no signature, we set up a default value to avoid to have a body with 'False'.

bzr revid: stephane@openerp.com-20120312103025-dn5q7hml9sy5u0t7

12 years ago[FIX] project: project preference field must be editable
Olivier Dony [Mon, 12 Mar 2012 10:20:01 +0000 (11:20 +0100)]
[FIX] project: project preference field must be editable

The user preferences screen is kind of a hack
because it lets the user modify fields on a
model that is normally read-only for her (res.users).
This is accomplished by a custom write() method
on res.users combined with a view on which some
fields are forced to be read-write using a
trick: @readonly=0.

bzr revid: odo@openerp.com-20120312102001-aas39wknhsyxkhbx

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Mon, 12 Mar 2012 09:24:39 +0000 (10:24 +0100)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120312092439-5pqqvuhyvx8iaju0

12 years ago[FIX] hr_holidays: Leaves calendar view should be filtered by users, not description
Olivier Dony [Mon, 12 Mar 2012 09:08:09 +0000 (10:08 +0100)]
[FIX] hr_holidays: Leaves calendar view should be filtered by users, not description

bzr revid: odo@openerp.com-20120312090809-rloqoz5lb3rr7a9a

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 12 Mar 2012 05:12:27 +0000 (05:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052625-78n2341gtv2zrgwg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050634-9ftgr94cy2tvp9y5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312051214-q1f14seqal4j8rn5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052733-s24jj1qyoxy2j8lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050659-0ky4089nbil85weg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312051227-90mlbjgzqjyj8a8a

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 11 Mar 2012 04:56:40 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310050010-l613asfszifpa1il
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311045640-215bmmq7nly1rwvc

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 10 Mar 2012 04:54:59 +0000 (04:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120309045159-lozy0xh0ud7jmbaa
bzr revid: launchpad_translations_on_behalf_of_openerp-20120310045459-pobr12hzfpnsma2q

12 years ago[DOC] Added first tree of files: index.rst, inex.rst.inc and mail_thread.rst
Thibault Delavallée [Fri, 9 Mar 2012 16:50:54 +0000 (17:50 +0100)]
[DOC] Added first tree of files: index.rst, inex.rst.inc and mail_thread.rst

bzr revid: tde@openerp.com-20120309165054-g56ba6c6fne836f7

12 years ago[DOC] [ADD] mail: added doc directory and empty mail.rst main documentation file
Thibault Delavallée [Fri, 9 Mar 2012 16:46:18 +0000 (17:46 +0100)]
[DOC] [ADD] mail: added doc directory and empty mail.rst main documentation file

bzr revid: tde@openerp.com-20120309164618-se9iy0j1hip26cqs

12 years ago[FIX] email.template: body_html should be translatable
Olivier Dony [Fri, 9 Mar 2012 16:06:25 +0000 (17:06 +0100)]
[FIX] email.template: body_html should be translatable

bzr revid: odo@openerp.com-20120309160625-kwp4pof4vm7aci2g

12 years ago[FIX] portal: mark portal users as `share` to exclude from lists by default
Olivier Dony [Fri, 9 Mar 2012 16:02:39 +0000 (17:02 +0100)]
[FIX] portal: mark portal users as `share` to exclude from lists by default

bzr revid: odo@openerp.com-20120309160239-pjzd0mr5bu3y9rew

12 years ago[FIX] lunch: missing product description in list view
Olivier Dony [Fri, 9 Mar 2012 15:25:33 +0000 (16:25 +0100)]
[FIX] lunch: missing product description in list view

bzr revid: odo@openerp.com-20120309152533-f3q5dpa6f2oi83q2

12 years ago[FIX] render statusbar as selection in listview
Xavier Morel [Fri, 9 Mar 2012 14:36:40 +0000 (15:36 +0100)]
[FIX] render statusbar as selection in listview

bzr revid: xmo@openerp.com-20120309143640-784m7dhyeg6cnrfm

12 years ago[MERGE] synchronous db-creation call, significantly simplified db creation code
Xavier Morel [Fri, 9 Mar 2012 14:05:36 +0000 (15:05 +0100)]
[MERGE] synchronous db-creation call, significantly simplified db creation code

also removed custom blockUI and error management hooks since it's now a perfectly standard RPC call and webclient is already available

bzr revid: xmo@openerp.com-20120309140536-21u2ked9oc7eaie5

12 years ago[FIX] persist selected filter when new search criteria are added to the search view
Xavier Morel [Fri, 9 Mar 2012 13:54:38 +0000 (14:54 +0100)]
[FIX] persist selected filter when new search criteria are added to the search view

bzr revid: xmo@openerp.com-20120309135438-kv6jh5ymwnis0s7s

12 years ago[FIX] mail.message view: re-added default views, removed a 'need_action_user_id'...
Thibault Delavallée [Fri, 9 Mar 2012 11:03:40 +0000 (12:03 +0100)]
[FIX] mail.message view: re-added default views, removed a 'need_action_user_id' coming from outerspace

bzr revid: tde@openerp.com-20120309110340-za6s00v5m1uypio0

12 years ago[FIX] res.partner.bank: respect company restrictions when assign parent account for...
Olivier Dony [Fri, 9 Mar 2012 10:56:59 +0000 (11:56 +0100)]
[FIX] res.partner.bank: respect company restrictions when assign parent account for new bank GL account

bzr revid: odo@openerp.com-20120309105659-ijcyersotc96uwp8

12 years ago[FIX] mail.thread: fixed bug when creating a message without a body_text; void string...
Thibault Delavallée [Fri, 9 Mar 2012 10:56:11 +0000 (11:56 +0100)]
[FIX] mail.thread: fixed bug when creating a message without a body_text; void string was converted to False, leading to a problem in string parsing

bzr revid: tde@openerp.com-20120309105611-skh1nawgzzq24g4f

12 years ago[REF] mail.thread menus reordering and cleaning
Thibault Delavallée [Fri, 9 Mar 2012 10:14:12 +0000 (11:14 +0100)]
[REF] mail.thread menus reordering and cleaning

bzr revid: tde@openerp.com-20120309101412-pbrqosltp4i4xlt2

12 years ago[FIX] ir.attachment: override _search instead of search() to make sure name_search...
Olivier Dony [Fri, 9 Mar 2012 10:04:29 +0000 (11:04 +0100)]
[FIX] ir.attachment: override _search instead of search() to make sure name_search() works

bzr revid: odo@openerp.com-20120309100429-nrfkmlec45z41yj9

12 years ago[MERGE] Merged with branch holding the threaded version of OpenChatter. Main modifica...
Thibault Delavallée [Fri, 9 Mar 2012 09:49:16 +0000 (10:49 +0100)]
[MERGE] Merged with branch holding the threaded version of OpenChatter. Main modifications: mail.message now have a parent_id field; message searching have a feature to retrieve parents and ancestors until some root ids; xml/js adapted to a threaded display; updated design

bzr revid: tde@openerp.com-20120309094916-n23t6v4v7o3d25xw

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Fri, 9 Mar 2012 08:39:26 +0000 (09:39 +0100)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120309083926-qpack6smrpivdder

12 years ago[FIX] 'create_instance' method: the check for parent_model existence need to be done...
olt@tinyerp.com [Fri, 9 Mar 2012 08:19:29 +0000 (09:19 +0100)]
[FIX] 'create_instance' method: the check for parent_model existence need to be done before accessing that object attributes or methods

bzr revid: olt@tinyerp.com-20120309081929-g4b8d34e93at49wf

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Mar 2012 05:29:17 +0000 (05:29 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052845-h3cd2tmjt6j9jvrz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052917-cfjnvomj9mod6odf

12 years ago[FIX] res.country: fix name for DRC, confuses Google map and similar services
Olivier Dony [Fri, 9 Mar 2012 02:07:10 +0000 (03:07 +0100)]
[FIX] res.country: fix name for DRC, confuses Google map and similar services

bzr revid: odo@openerp.com-20120309020710-utf0ehkzytcd02ru

12 years ago[FIX] crm_partner_assign: geolocalization was bad for large countries e.g. US or...
Olivier Dony [Fri, 9 Mar 2012 02:04:15 +0000 (03:04 +0100)]
[FIX] crm_partner_assign: geolocalization was bad for large countries e.g. US or Russia

Add one more step considering a slightly larger
range around the lead within the same country,
before considering the whole country at once.
Courtesy of Dhara Shah

bzr revid: odo@openerp.com-20120309020415-f7jg21ud1lu2l61f

12 years ago[FIX] crm_partner_assign: google map is confused by certain country names
Olivier Dony [Fri, 9 Mar 2012 01:58:04 +0000 (02:58 +0100)]
[FIX] crm_partner_assign: google map is confused by certain country names

bzr revid: odo@openerp.com-20120309015804-1se24wx6fx9g0a3o

12 years ago[FIX] marketing_campaign: correct search view, today should not be OR'ed with states
Olivier Dony [Fri, 9 Mar 2012 01:13:12 +0000 (02:13 +0100)]
[FIX] marketing_campaign: correct search view, today should not be OR'ed with states

In 6.1 a group of filters in a search view are
OR'ed together if toggled when they are contained
within the same 'separator' group.

bzr revid: odo@openerp.com-20120309011312-zcn29o4r3uqjxiow

12 years ago[FIX] email_template: care for missing context
Olivier Dony [Fri, 9 Mar 2012 01:11:56 +0000 (02:11 +0100)]
[FIX] email_template: care for missing context

bzr revid: odo@openerp.com-20120309011156-q53pc4h6stlz3kq2

12 years ago[FIX] crm_partner_assign: partial revert of recent commit, care for missing city/zip
Olivier Dony [Fri, 9 Mar 2012 01:10:56 +0000 (02:10 +0100)]
[FIX] crm_partner_assign: partial revert of recent commit, care for missing city/zip

bzr revid: odo@openerp.com-20120309011056-tj3iwk2j9r3anp3z

12 years ago[IMP] mail.group: improved form view
Thibault Delavallée [Thu, 8 Mar 2012 17:20:29 +0000 (18:20 +0100)]
[IMP] mail.group: improved form view

bzr revid: tde@openerp.com-20120308172029-m5bkcht6ez41977j

12 years ago[CLE] mail.thread: small code cleaning (variable names, removed unnecessary browse)
Thibault Delavallée [Thu, 8 Mar 2012 16:55:08 +0000 (17:55 +0100)]
[CLE] mail.thread: small code cleaning (variable names, removed unnecessary browse)

bzr revid: tde@openerp.com-20120308165508-hjthsspx57c1nizj

12 years ago[REF] Thread and Wall widgets: html/css refactoring, based on MIT first design.
Thibault Delavallée [Thu, 8 Mar 2012 16:41:38 +0000 (17:41 +0100)]
[REF] Thread and Wall widgets: html/css refactoring, based on MIT first design.

bzr revid: tde@openerp.com-20120308164138-lar56562dibp8q4s

12 years ago[FIX] crm: typo + duplicate line due to bad merge + bad hardcoded models
Olivier Dony [Thu, 8 Mar 2012 15:58:35 +0000 (16:58 +0100)]
[FIX] crm: typo + duplicate line due to bad merge + bad hardcoded models

bzr revid: odo@openerp.com-20120308155835-j9j5jh89p80i0ma5

12 years ago[FIX] mail*: properly handle b64-encoding for attachments
Olivier Dony [Thu, 8 Mar 2012 15:56:50 +0000 (16:56 +0100)]
[FIX] mail*: properly handle b64-encoding for attachments

When reading the datas property of an attachment,
a base64-encoded stream is expected.
The mail.message.schedule_with_attach() method OTOH
expects a binary file for attachments, so it should
be decoded if extracted from a binary field.

bzr revid: odo@openerp.com-20120308155650-blnwf7x2bkmsfue2

12 years ago[IMP] product, sale, purchase, mrp, account: change unit label 'PCE' into 'Unit'
Raphael Collet [Thu, 8 Mar 2012 14:44:39 +0000 (15:44 +0100)]
[IMP] product, sale, purchase, mrp, account: change unit label 'PCE' into 'Unit'

bzr revid: rco@openerp.com-20120308144439-yg2txflpu12zcord

12 years ago[FIX] BinaryImage field: check if value is bin_size or not
Fabien Meghazi [Thu, 8 Mar 2012 14:06:36 +0000 (15:06 +0100)]
[FIX] BinaryImage field: check if value is bin_size or not

bzr revid: fme@openerp.com-20120308140636-qk2ekrmqlqpaa7uo

12 years ago[ADD] mail.thread: added automatic forward of message when @login is present in body...
Thibault Delavallée [Thu, 8 Mar 2012 11:24:45 +0000 (12:24 +0100)]
[ADD] mail.thread: added automatic forward of message when @login is present in body. Also fixed a bug when posting a comment from the wall.

bzr revid: tde@openerp.com-20120308112445-ndv0b1x82kv2uanp

12 years ago[CLEAN] Cleaned a bit of unecessary xml/css
Thibault Delavallée [Thu, 8 Mar 2012 10:40:55 +0000 (11:40 +0100)]
[CLEAN] Cleaned a bit of unecessary xml/css

bzr revid: tde@openerp.com-20120308104055-knvdgvj4a2z0k5fd

12 years ago[FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent...
Fabien Meghazi [Thu, 8 Mar 2012 10:21:51 +0000 (11:21 +0100)]
[FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent to server without user's knowledge

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

bzr revid: fme@openerp.com-20120308102151-eyr71rzk345f6xji

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Thu, 8 Mar 2012 10:11:43 +0000 (11:11 +0100)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120308101143-4ze073zzovkqlqyd

12 years ago[MERGE] Merged with branch holding user image.
Thibault Delavallée [Thu, 8 Mar 2012 09:51:34 +0000 (10:51 +0100)]
[MERGE] Merged with branch holding user image.

bzr revid: tde@openerp.com-20120308094758-xi22ass7vr013zk7
bzr revid: tde@openerp.com-20120308095134-vzx1pv06xop5rh0g