odoo/odoo.git
11 years ago[MERGE] added menuitems for portal user to check their 'TODO' messages list and their...
Quentin (OpenERP) [Mon, 25 Feb 2013 18:17:47 +0000 (19:17 +0100)]
[MERGE] added menuitems for portal user to check their 'TODO' messages list and their 'Archives'

bzr revid: qdp-launchpad@openerp.com-20130225181747-c4ixcb40t3g5mv0i

11 years ago[FIX] account: report sign was not takken into account for comparison in financial...
Quentin (OpenERP) [Mon, 25 Feb 2013 18:07:30 +0000 (19:07 +0100)]
[FIX] account: report sign was not takken into account for comparison in financial reports. Courtesy from Stéphane Bidoul (Acsone)

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

bzr revid: qdp-launchpad@openerp.com-20130225180730-ug2w3xpvpg6eipxt

11 years ago[MERGE] jco branch with fix of account_followup test that was crashing the runbot...
Quentin (OpenERP) [Mon, 25 Feb 2013 17:43:44 +0000 (18:43 +0100)]
[MERGE] jco branch with fix of account_followup test that was crashing the runbot if run between 23h and 00h.

bzr revid: qdp-launchpad@openerp.com-20130225174344-b4wxqkek7xh1yfc1

11 years ago[MERGE] base_action_rule: adding onchange on model_id in order to get the related...
Quentin (OpenERP) [Mon, 25 Feb 2013 17:41:12 +0000 (18:41 +0100)]
[MERGE] base_action_rule: adding onchange on model_id in order to get the related field updated. Fix issue 586436. Merge of jco branch with small refactoring and context added

bzr revid: qdp-launchpad@openerp.com-20130225174112-aoe9ts8linp5fx1l

11 years ago[FIX] @domain not handled on searchview m2o fields
Xavier Morel [Mon, 25 Feb 2013 16:53:14 +0000 (17:53 +0100)]
[FIX] @domain not handled on searchview m2o fields

Also injected view context in m2o completion name_search

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

bzr revid: xmo@openerp.com-20130225165314-78e04rewsqw86r5d

11 years ago[IMP] add view's context to m2o completion name_search
Xavier Morel [Mon, 25 Feb 2013 16:52:36 +0000 (17:52 +0100)]
[IMP] add view's context to m2o completion name_search

bzr revid: xmo@openerp.com-20130225165236-386r8438h4vz6fav

11 years ago[ADD] @domains handling to searchview m2o field during completion
Xavier Morel [Mon, 25 Feb 2013 16:42:55 +0000 (17:42 +0100)]
[ADD] @domains handling to searchview m2o field during completion

bzr revid: xmo@openerp.com-20130225164255-y3qkcjozr7rbtz1v

11 years ago[FIX] stock: typo in stock.move search view, @domain is for restricting auto-complete...
Olivier Dony [Mon, 25 Feb 2013 16:34:49 +0000 (17:34 +0100)]
[FIX] stock: typo in stock.move search view, @domain is for restricting auto-completed values, while @filter_domain is for overriding the field behavior

``self`` only makes sense within @filter_domain

bzr revid: odo@openerp.com-20130225163449-vzc5dw16lgpsstqo

11 years ago[FIX] Correctly check the id index in dataset
Fabien Meghazi [Mon, 25 Feb 2013 16:12:36 +0000 (17:12 +0100)]
[FIX] Correctly check the id index in dataset

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

bzr revid: fme@openerp.com-20130225161236-8yb98wfzbkawr8yu

11 years ago[FIX] form_view: field url, don't add http for local link
Christophe Matthieu [Mon, 25 Feb 2013 16:09:32 +0000 (17:09 +0100)]
[FIX] form_view: field url, don't add http for local link

bzr revid: chm@openerp.com-20130225160932-yfoxmpkf8td9hr8k

11 years ago[FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in...
Olivier Dony [Mon, 25 Feb 2013 15:56:54 +0000 (16:56 +0100)]
[FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in the query string

The previous test was done on the query string, in which
`token` and `login` are never found, preventin users
from seeing their reset password form.
The test was also incorrectly checking for the presence
of both a `token` and `login`, while any of those should
disable the anonymous mode (sometimes only `token` is
present, e.g. for password reset).

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

bzr revid: odo@openerp.com-20130225155654-0kb9g5zmi8a2ggp4

11 years ago[ADD] more tests for m2o default values handling
Xavier Morel [Mon, 25 Feb 2013 15:23:24 +0000 (16:23 +0100)]
[ADD] more tests for m2o default values handling

bzr revid: xmo@openerp.com-20130225152324-785ewucir0pv4rmw

11 years ago[FIX] fetchmail mailgate script intruction
Antony Lesuisse [Mon, 25 Feb 2013 14:58:59 +0000 (15:58 +0100)]
[FIX] fetchmail mailgate script intruction

bzr revid: al@openerp.com-20130225145859-etxj4hetsnznd1aa

11 years ago[MERGE] BUG 1094212: base: correct search on res.partner in multicompany (courtesy...
Xavier ALT [Mon, 25 Feb 2013 14:28:28 +0000 (15:28 +0100)]
[MERGE] BUG 1094212: base: correct search on res.partner in multicompany (courtesy of Niels Huylebroeck)

bzr revid: xal@openerp.com-20130225142828-d5akvwsa738dxyj9

11 years ago[MERGE] account: the `state` field of res.partner.bank must be present in all form...
Olivier Dony [Mon, 25 Feb 2013 14:26:58 +0000 (15:26 +0100)]
[MERGE] account: the `state` field of res.partner.bank must be present in all form/tree views

This is the second part of the fix for bug
1068822.
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130225142658-amlr1sjkaik3w01f

11 years ago[FIX] account: the `state` field of res.partner.bank must be present in all form...
Olivier Dony [Mon, 25 Feb 2013 14:10:14 +0000 (15:10 +0100)]
[FIX] account: the `state` field of res.partner.bank must be present in all form/tree views

This is the second part of the fix for bug
1068822.
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130225141014-zqbzbldqkl997lfu

11 years ago[FIX] base: allow searching in multicompany environment on res_partner.
Niels Huylebroeck [Mon, 25 Feb 2013 13:57:53 +0000 (14:57 +0100)]
[FIX] base: allow searching in multicompany environment on res_partner.

bzr revid: nh@agaplan.eu-20130225135753-ryf6y5e0nhxt8zux

11 years ago[FIX] Correctly stop embedded form when switching from editable to non-editable list
Xavier Morel [Mon, 25 Feb 2013 13:56:29 +0000 (14:56 +0100)]
[FIX] Correctly stop embedded form when switching from editable to non-editable list

When using the ``set_editable`` feature (context key) from filters
(togglable on/off), the list view would not correctly clean up
(destroy) the form when switching from editable with a started editor
(and form) to non-editable, leading to form fields (in this case m2o
fields being in an incorrect state and trying to query a non-started
autocompletion widget on every click anywhere blowing it up).

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

bzr revid: xmo@openerp.com-20130225135629-8k338gw0arsi6m6j

11 years ago[FIX] Search view's drawer closing unexpectedly when using the date widget
Xavier Morel [Mon, 25 Feb 2013 11:06:14 +0000 (12:06 +0100)]
[FIX] Search view's drawer closing unexpectedly when using the date widget

jquery-ui's date picker (at least in currently used version) lets
*some* (but not all) clicks go through. The date picker dialog is
added directly to the page body so capturing clicks in a parent widget
doesn't work, and these "stray" bubbling clicks will trigger the
global bus's "click" event.

Add a capturing (and stopPropagation-ing) of these clicks in our
wrapper to jquery-ui's datepicker to avoid the issue.

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

bzr revid: xmo@openerp.com-20130225110614-p7dmmjd41xdxescy

11 years ago[FIX] db manager: allow creating databases with a leading digit - useful for naming...
Olivier Dony [Mon, 25 Feb 2013 10:23:50 +0000 (11:23 +0100)]
[FIX] db manager: allow creating databases with a leading digit - useful for naming version-specific databases

bzr revid: odo@openerp.com-20130225102350-u6nywl3vmtopfuaz

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 25 Feb 2013 05:40:59 +0000 (05:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130225054059-b2v2jml1hskq94h9

11 years ago[FIX] analytic lines show the user_id
Antony Lesuisse [Sun, 24 Feb 2013 19:21:55 +0000 (20:21 +0100)]
[FIX] analytic lines show the user_id

bzr revid: al@openerp.com-20130224192155-gqivv3378csdbvjo

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 24 Feb 2013 05:13:02 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130223060740-3n0izgt30e6k6j3d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130223060813-35hs9o06qkcrlqme
bzr revid: launchpad_translations_on_behalf_of_openerp-20130224051257-hb610rps76ncuh5l
bzr revid: launchpad_translations_on_behalf_of_openerp-20130224051302-eltcq481gxdfn2gm

11 years ago[IMP] res.partner different address types
Antony Lesuisse [Sat, 23 Feb 2013 00:56:35 +0000 (01:56 +0100)]
[IMP] res.partner different address types
When using the Settings->Configuration->Sales "Allow a different address for
delivery and invoicing". It's not clear how to setup the different addresses
with their type as the kanban view uses a simplified form view.

This commit add an action "Contact Details" that appears in the more menu when
the option is checked. That action shows the list of contacts with their types
and the full contact form.

bzr revid: al@openerp.com-20130223005635-r1t02nmpj7qmktf7

11 years ago[FIX] res.partner search, customer or supplier, related companies only for companies
Antony Lesuisse [Sat, 23 Feb 2013 00:39:35 +0000 (01:39 +0100)]
[FIX] res.partner search, customer or supplier, related companies only for companies

bzr revid: al@openerp.com-20130223003935-eoinzil3ag3wmffq

11 years ago[MERGE] invoice, analytic search view fixes
Antony Lesuisse [Fri, 22 Feb 2013 17:46:11 +0000 (18:46 +0100)]
[MERGE] invoice, analytic search view fixes

bzr revid: al@openerp.com-20130222174611-n4kr5ii0ysn5r6y2

11 years ago[FIX] invoice, analytic search view fixes
Jojo La Bricole [Fri, 22 Feb 2013 16:57:30 +0000 (17:57 +0100)]
[FIX] invoice, analytic search view fixes

bzr revid: al@openerp.com-20130222165730-uutgomtcgznarnay

11 years ago[IMP] also add the archive box
Antonin Bourguignon [Fri, 22 Feb 2013 15:38:40 +0000 (16:38 +0100)]
[IMP] also add the archive box

bzr revid: abo@openerp.com-20130222153840-ev66cs1pz4lr8vgo

11 years ago[FIX] listview: bug in binary column download link rendering
Xavier Morel [Fri, 22 Feb 2013 09:36:21 +0000 (10:36 +0100)]
[FIX] listview: bug in binary column download link rendering

bzr revid: xmo@openerp.com-20130222093621-crdgl79nl93zejvh

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 22 Feb 2013 05:44:34 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130222054434-bf66ye8z35023vi5

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 22 Feb 2013 05:43:55 +0000 (05:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130221054413-yc3vd5sn513hp7ax
bzr revid: launchpad_translations_on_behalf_of_openerp-20130222054355-yvcy04xtawb8l2rq

11 years ago[FIX] IE9: traceback in Reporting when changing type of view
Fabien Meghazi [Thu, 21 Feb 2013 22:13:14 +0000 (23:13 +0100)]
[FIX] IE9: traceback in Reporting when changing type of view

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

bzr revid: fme@openerp.com-20130221221314-0n1q4k2c373yzrc3

11 years ago[FIX] IE9: traceback in Reporting when changing type of view
Fabien Meghazi [Thu, 21 Feb 2013 22:10:25 +0000 (23:10 +0100)]
[FIX] IE9: traceback in Reporting when changing type of view

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

bzr revid: fme@openerp.com-20130221221025-dnqws0lwq0bvwi4o

11 years ago[MERGE] [FIX] Unsupported self closing tags shall not reach FormRenderingEngine
Fabien Meghazi [Thu, 21 Feb 2013 18:38:39 +0000 (19:38 +0100)]
[MERGE] [FIX] Unsupported self closing tags shall not reach FormRenderingEngine

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

bzr revid: fme@openerp.com-20130221183839-wkgla6ldxx96sxi2

11 years ago[FIX] Unsupported self closing tags shall not reach FormRenderingEngine
Fabien Meghazi [Thu, 21 Feb 2013 17:23:27 +0000 (18:23 +0100)]
[FIX] Unsupported self closing tags shall not reach FormRenderingEngine

bzr revid: fme@openerp.com-20130221172327-0dydqn548av5vkqo

11 years ago[FIX] project_issue: typo
Quentin (OpenERP) [Thu, 21 Feb 2013 15:20:07 +0000 (16:20 +0100)]
[FIX] project_issue: typo

bzr revid: qdp-launchpad@openerp.com-20130221152007-xqjdy2nt49qt7ju8

11 years ago[IMP] project_issue: added a menuitem for tags in configuration
Quentin (OpenERP) [Thu, 21 Feb 2013 14:54:48 +0000 (15:54 +0100)]
[IMP] project_issue: added a menuitem for tags in configuration

bzr revid: qdp-launchpad@openerp.com-20130221145448-7cxunkr4b7qae4sd

11 years ago[FIX] project_issue: xml wrong definition for the position attribute
Quentin (OpenERP) [Thu, 21 Feb 2013 14:53:04 +0000 (15:53 +0100)]
[FIX] project_issue: xml wrong definition for the position attribute

bzr revid: qdp-launchpad@openerp.com-20130221145304-xx0aldm4a3vmbc2d

11 years ago[REM] project_issue: removed dead code about crm.case.categ (now uses project.categor...
Quentin (OpenERP) [Thu, 21 Feb 2013 14:50:27 +0000 (15:50 +0100)]
[REM] project_issue: removed dead code about crm.case.categ (now uses project.category aka 'tags')

bzr revid: qdp-launchpad@openerp.com-20130221145027-vgz83n2mchyhbmnu

11 years ago[FIX] project_issue: added the stages page in the form view of project having the...
Quentin (OpenERP) [Thu, 21 Feb 2013 14:20:19 +0000 (15:20 +0100)]
[FIX] project_issue: added the stages page in the form view of project having the use_issues field thicked

bzr revid: qdp-launchpad@openerp.com-20130221142019-bc2ytd50x02xk232

11 years ago[MERGE] project_issue: change confusing label on Cancel button
Olivier Dony [Thu, 21 Feb 2013 13:20:46 +0000 (14:20 +0100)]
[MERGE] project_issue: change confusing label on Cancel button

bzr revid: odo@openerp.com-20130221132046-g8mwj3uertfdmj95

11 years ago[FIX] web: avoid translating technical URL in qweb template
Olivier Dony [Thu, 21 Feb 2013 13:10:06 +0000 (14:10 +0100)]
[FIX] web: avoid translating technical URL in qweb template

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

bzr revid: odo@openerp.com-20130221131006-l8aerp2vg0rqf43d

11 years ago[FIX] mail: avoid translating technical URL in qweb template
Olivier Dony [Thu, 21 Feb 2013 13:09:22 +0000 (14:09 +0100)]
[FIX] mail: avoid translating technical URL in qweb template

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

bzr revid: odo@openerp.com-20130221130922-cj93db4mx1f4cvjs

11 years ago[FIX] Dashboards: board widgets lose their filter
Fabien Meghazi [Thu, 21 Feb 2013 12:53:23 +0000 (13:53 +0100)]
[FIX] Dashboards: board widgets lose their filter

This was a leftover during the evalpocalypse

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

bzr revid: fme@openerp.com-20130221125323-j01mfl1tfhr5np26

11 years ago[FIX] When you change the model, it will change the related domain for the filters
Josse Colpaert [Thu, 21 Feb 2013 10:02:08 +0000 (11:02 +0100)]
[FIX] When you change the model, it will change the related domain for the filters

bzr revid: jco@openerp.com-20130221100208-1w6ypan5f3mrv0bm

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 21 Feb 2013 05:44:53 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130221054453-qm6cwyky3hp17ap5

11 years ago[MERGE] account_analytic_analysis disable quickcreate on contracts, add group by...
Antony Lesuisse [Thu, 21 Feb 2013 01:57:20 +0000 (02:57 +0100)]
[MERGE] account_analytic_analysis disable quickcreate on contracts, add group by pricelist

bzr revid: al@openerp.com-20130221015720-1w7qduk9ivzgdd9r

11 years ago[FIX] contract disable quickcreate, add group_by pricelist
Antony Lesuisse [Thu, 21 Feb 2013 01:29:20 +0000 (02:29 +0100)]
[FIX] contract disable quickcreate, add group_by pricelist

bzr revid: al@openerp.com-20130221012920-o2034onrq76dje78

11 years ago[FIX] tools image thumbnailing jpg into png
Antony Lesuisse [Wed, 20 Feb 2013 22:26:12 +0000 (23:26 +0100)]
[FIX] tools image thumbnailing jpg into png

bzr revid: al@openerp.com-20130220222612-g0j6d2a7az0u53hi

11 years ago[FIX] add a 'to-do' menu for portal users
Antonin Bourguignon [Wed, 20 Feb 2013 17:46:37 +0000 (18:46 +0100)]
[FIX] add a 'to-do' menu for portal users

bzr revid: abo@openerp.com-20130220174637-rt3o8gcs5yl6rnsx

11 years ago[IMP] indentation, remove whitespaces
Antonin Bourguignon [Wed, 20 Feb 2013 17:46:10 +0000 (18:46 +0100)]
[IMP] indentation, remove whitespaces

bzr revid: abo@openerp.com-20130220174610-64revmt8v0c6splm

11 years ago[MERGE] correct hashchange check of current_state to do not coerce values. only push...
Christophe Simonis [Wed, 20 Feb 2013 17:44:55 +0000 (18:44 +0100)]
[MERGE] correct hashchange check of current_state to do not coerce values. only push active_ids in state if relevant

bzr revid: chs@openerp.com-20130220174455-gsobu19naslo1h73

11 years ago[MERGE] [IMP] Custom filters: restore checkboxes and make them exclusive
Fabien Meghazi [Wed, 20 Feb 2013 16:53:47 +0000 (17:53 +0100)]
[MERGE] [IMP] Custom filters: restore checkboxes and make them exclusive

bzr revid: fme@openerp.com-20130220165347-p64fqa7pa1eat0mo

11 years ago[IMP] Custom filters: restore checkboxes and make them exclusive
Fabien Meghazi [Wed, 20 Feb 2013 16:33:06 +0000 (17:33 +0100)]
[IMP] Custom filters: restore checkboxes and make them exclusive

bzr revid: fme@openerp.com-20130220163306-14xwsgvu8rw2ciny

11 years ago[MERGE] [FIX] viewmanager handles the wrong view dom node in some cases.
Fabien Meghazi [Wed, 20 Feb 2013 15:21:52 +0000 (16:21 +0100)]
[MERGE] [FIX] viewmanager handles the wrong view dom node in some cases.

Example of the problem:

When the first view is a form and contains a *2many field (with embedded list view),
the viewmanager wrongly handle the embedded list view instead of the main list view (if any)

This could be experienced in HR > My Current Timesheet

bzr revid: fme@openerp.com-20130220152152-hgqwqju34167l9x9

11 years ago[IMP] use DEFAULT_SERVER_DATE_FORMAT in tests
Josse Colpaert [Wed, 20 Feb 2013 14:44:03 +0000 (15:44 +0100)]
[IMP] use DEFAULT_SERVER_DATE_FORMAT in tests

bzr revid: jco@openerp.com-20130220144403-bl13qry2aeb1dwjx

11 years ago[FIX] merge of leads/opps with attachments
Quentin (OpenERP) [Wed, 20 Feb 2013 14:09:36 +0000 (15:09 +0100)]
[FIX] merge of leads/opps with attachments

bzr revid: qdp-launchpad@openerp.com-20130220140936-qy04t7hjebsc9tgg

11 years ago[FIX]select accurate element with use of 'child selector'.
Vidhin Mehta [Wed, 20 Feb 2013 13:26:34 +0000 (18:56 +0530)]
[FIX]select accurate element with use of 'child selector'.

bzr revid: vme@tinyerp.com-20130220132634-6ycdntomequypxfw

11 years ago[MERGE]7.0
Vidhin Mehta [Wed, 20 Feb 2013 13:19:56 +0000 (18:49 +0530)]
[MERGE]7.0

bzr revid: vme@tinyerp.com-20130220131956-hrnbak55i9qdpe4y

11 years ago[IMP] Use UTC time everywhere
Josse Colpaert [Wed, 20 Feb 2013 13:07:19 +0000 (14:07 +0100)]
[IMP] Use UTC time everywhere

bzr revid: jco@openerp.com-20130220130719-dk86iq5ty5incld7

11 years ago[FIX] Will bring attachments together when merging leads/opportunities
Josse Colpaert [Wed, 20 Feb 2013 12:40:52 +0000 (13:40 +0100)]
[FIX] Will bring attachments together when merging leads/opportunities

bzr revid: jco@openerp.com-20130220124052-8zf2pkqn4oy4y4qw

11 years ago[IMP] stock: added a prodlot_id field in the return picking view
Quentin (OpenERP) [Wed, 20 Feb 2013 11:05:29 +0000 (12:05 +0100)]
[IMP] stock: added a prodlot_id field in the return picking view

bzr revid: qdp-launchpad@openerp.com-20130220110529-7edaj0o9riyvzyu0

11 years ago[IMP] ir_filers: added an order in the construction of the list of available models
Quentin (OpenERP) [Wed, 20 Feb 2013 10:34:59 +0000 (11:34 +0100)]
[IMP] ir_filers: added an order in the construction of the list of available models

bzr revid: qdp-launchpad@openerp.com-20130220103459-1wnu06p3fbaaoz83

11 years ago[MERGE] marketing, usaibility: removing groups attribute from categorization group...
Quentin (OpenERP) [Wed, 20 Feb 2013 09:36:51 +0000 (10:36 +0100)]
[MERGE] marketing, usaibility: removing groups attribute from categorization group when installing marketing module (that uses some fields of that group)

bzr revid: qdp-launchpad@openerp.com-20130220093651-j9sdc05fhz7uc0vx

11 years ago[MERGE] account: error message when trying to delete an invoice that already received...
Quentin (OpenERP) [Wed, 20 Feb 2013 09:28:32 +0000 (10:28 +0100)]
[MERGE] account: error message when trying to delete an invoice that already received a number

bzr revid: qdp-launchpad@openerp.com-20130220092832-cvge2q1xxw2aya4c

11 years ago[IMP] Do not push active_ids in state if active_ids == [active_id]
Fabien Meghazi [Wed, 20 Feb 2013 09:12:26 +0000 (10:12 +0100)]
[IMP] Do not push active_ids in state if  active_ids == [active_id]

bzr revid: fme@openerp.com-20130220091226-akczbmurjvn5jzjl

11 years ago[MERGE] project_issue, usability: removed group no one from create_date field in...
Quentin (OpenERP) [Wed, 20 Feb 2013 08:59:21 +0000 (09:59 +0100)]
[MERGE] project_issue, usability: removed group no one from create_date field in tree view

bzr revid: qdp-launchpad@openerp.com-20130220085921-tnoz66c7sb0aa1yy

11 years ago[MERGE] crm_lead, usability: removing the label on subject field
Quentin (OpenERP) [Wed, 20 Feb 2013 08:53:19 +0000 (09:53 +0100)]
[MERGE] crm_lead, usability: removing the label on subject field

bzr revid: qdp-launchpad@openerp.com-20130220085319-luj1r2w4bwywzyvb

11 years ago[FIX] stringify states (patch from chs)
Fabien Meghazi [Wed, 20 Feb 2013 08:44:37 +0000 (09:44 +0100)]
[FIX] stringify states (patch from chs)

bzr revid: fme@openerp.com-20130220084437-cyb0pi8nw71bl5mx

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 20 Feb 2013 05:29:36 +0000 (05:29 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130220052936-h23tx78qw3dor4gr

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 20 Feb 2013 05:28:37 +0000 (05:28 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130220052837-nxddsbcb302p48ly

11 years ago[FIX] Fixed mysterious bug about active_ids in state
Fabien Meghazi [Tue, 19 Feb 2013 18:15:19 +0000 (19:15 +0100)]
[FIX] Fixed mysterious bug about active_ids in state

This is a temporary fix, I need more time to check the issue.

bzr revid: fme@openerp.com-20130219181519-a1zdkr2y8a43dqgb

11 years ago[MERGE] osv: automatically retry transactions that failed due to a transient concurre...
Olivier Dony [Tue, 19 Feb 2013 17:38:13 +0000 (18:38 +0100)]
[MERGE] osv: automatically retry transactions that failed due to a transient concurrent transaction conflict

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

bzr revid: odo@openerp.com-20130219173813-ldrx8l1hlegi2e3y

11 years ago[FIX] FormOpenPopup does not trigger on_button_cancel
Fabien Meghazi [Tue, 19 Feb 2013 14:32:15 +0000 (15:32 +0100)]
[FIX] FormOpenPopup does not trigger on_button_cancel

bzr revid: fme@openerp.com-20130219143215-68izxr278eu77sn0

11 years ago[FIX] FieldStatus does not re-render when view change
Fabien Meghazi [Tue, 19 Feb 2013 14:16:45 +0000 (15:16 +0100)]
[FIX] FieldStatus does not re-render when view change

bzr revid: fme@openerp.com-20130219141645-3c1avqxnk23gcn1g

11 years ago[MERGE] OPW 583915: account: force account.financial.report balance of *zero* to...
Xavier ALT [Tue, 19 Feb 2013 11:12:05 +0000 (12:12 +0100)]
[MERGE] OPW 583915: account: force account.financial.report balance of *zero* to be displayed positively

  forward port of v6.1 revid: xal@openerp.com-20121009094931-1c4zny0sbh8etq9r

bzr revid: xal@openerp.com-20130219111205-3cf325npp1oqjf79

11 years ago[MERGE] OPW 583490: report_webkit: fix 'coercing to Unicode' error when unable to...
Xavier ALT [Tue, 19 Feb 2013 10:26:26 +0000 (11:26 +0100)]
[MERGE] OPW 583490: report_webkit: fix 'coercing to Unicode' error when unable to find/open report_file

bzr revid: xal@openerp.com-20130219102626-7i9rb21bg3nblal0

11 years ago[REVERT] sql_db: undo eager removal of connections from pool; could skip half the...
Olivier Dony [Tue, 19 Feb 2013 10:26:10 +0000 (11:26 +0100)]
[REVERT] sql_db: undo eager removal of connections from pool; could skip half the connections and is not strictly required

Credit to Florent Xicluna for spotting it!

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

bzr revid: odo@openerp.com-20130219102610-ll69qaf3zxem1pxf

11 years ago[FIX]lunch : fix problem when trying to order a meal on current date and then changin...
csn-openerp [Tue, 19 Feb 2013 09:59:23 +0000 (10:59 +0100)]
[FIX]lunch : fix problem when trying to order a meal on current date and then changing the date, it wasn't updating correctly the date in lunch_order_line

bzr revid: csn@openerp.com-20130219095923-qoewmo8n3kulqo8c

11 years ago[FIX]lunch : replace useless function by a lambda
csn-openerp [Tue, 19 Feb 2013 09:40:01 +0000 (10:40 +0100)]
[FIX]lunch : replace useless function by a lambda

bzr revid: csn@openerp.com-20130219094001-xfy81u3ee1d8yjzj

11 years ago[FIX]lunch : fix lunch_order_line date field
csn-openerp [Tue, 19 Feb 2013 09:09:23 +0000 (10:09 +0100)]
[FIX]lunch : fix lunch_order_line date field

bzr revid: csn@openerp.com-20130219090923-3r930mnmi1ckcw4k

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 19 Feb 2013 05:32:57 +0000 (05:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130219053257-8wvf3wq3x6i40siv

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 19 Feb 2013 05:32:32 +0000 (05:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130219053232-wk89wnuigphewpcw

11 years ago[FIX] BufferedDataset ids should not be passed to on_changes
Fabien Meghazi [Mon, 18 Feb 2013 18:07:32 +0000 (19:07 +0100)]
[FIX] BufferedDataset ids should not be passed to on_changes

bzr revid: fme@openerp.com-20130218180732-ivdxvenc2flgl32p

11 years ago[REV] lunch: reverted commits 8720 and 8721 because they were 1) breaking runbot...
Quentin (OpenERP) [Mon, 18 Feb 2013 18:03:09 +0000 (19:03 +0100)]
[REV] lunch: reverted commits 8720 and 8721 because they were 1) breaking runbot, 2) not fixing the runbot in the best way.

bzr revid: qdp-launchpad@openerp.com-20130218180309-jeltfdibmu01hasz

11 years ago[FIX] account_analytic_analysis contract remind send a link
al@openerp.com [Mon, 18 Feb 2013 17:45:48 +0000 (18:45 +0100)]
[FIX] account_analytic_analysis contract remind send a link

bzr revid: al@openerp.com-20130218174548-ct6wwed6plcvdilo

11 years ago[FIX]lunch test: the field date is now needed since we use a store=dict on date and...
csn-openerp [Mon, 18 Feb 2013 17:34:38 +0000 (18:34 +0100)]
[FIX]lunch test: the field date is now needed since we use a store=dict on date and there was no date defined in the test despite the field being recquired in form view

bzr revid: csn@openerp.com-20130218173438-m77ojfl6l6xvxloe

11 years ago[FIX]lunch : fix problem when try to order a meal on current date and then change...
csn-openerp [Mon, 18 Feb 2013 16:42:04 +0000 (17:42 +0100)]
[FIX]lunch : fix problem when try to order a meal on current date and then change the date, it wasn't updating correctly the date in lunch_order_line

bzr revid: csn@openerp.com-20130218164204-8cssdh0v8u7179oz

11 years ago[FIX] account_analytic_analysis only remind contracts
Antony Lesuisse [Mon, 18 Feb 2013 16:12:22 +0000 (17:12 +0100)]
[FIX] account_analytic_analysis only remind contracts

bzr revid: al@openerp.com-20130218161222-f7jmrek9udvwapml

11 years ago[MERGE] [FIX] Fixed TWSB (The White Square Bug)
Fabien Meghazi [Mon, 18 Feb 2013 13:32:51 +0000 (14:32 +0100)]
[MERGE] [FIX] Fixed TWSB (The White Square Bug)

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

bzr revid: fme@openerp.com-20130218133251-mskozjdbm0ry6uee

11 years ago[FIX]sale-wizard : fix incorrect argument "date_inv" to "date_invoice"
csn-openerp [Mon, 18 Feb 2013 13:21:32 +0000 (14:21 +0100)]
[FIX]sale-wizard : fix incorrect argument "date_inv" to "date_invoice"

bzr revid: csn@openerp.com-20130218132132-glk50ok3o31l3pl8

11 years ago[FIX] logging level of pooler loading, number of modules is info, the actual list...
Antony Lesuisse [Mon, 18 Feb 2013 12:14:41 +0000 (13:14 +0100)]
[FIX] logging level of pooler loading, number of modules is info, the actual list of modules is debug

bzr revid: al@openerp.com-20130218121441-i8tidklmhafudp4k

11 years ago[REF] account_followup: removed unecessary code. This should be handled by the record...
Quentin (OpenERP) [Mon, 18 Feb 2013 12:10:12 +0000 (13:10 +0100)]
[REF] account_followup: removed unecessary code. This should be handled by the record rules/access rights

bzr revid: qdp-launchpad@openerp.com-20130218121012-m29u7vnynrymqf8w

11 years ago[FIX] ViewManagerAction's do_create_view() does not pipe _super's deferred.
Fabien Meghazi [Mon, 18 Feb 2013 11:49:11 +0000 (12:49 +0100)]
[FIX] ViewManagerAction's do_create_view() does not pipe _super's deferred.

bzr revid: fme@openerp.com-20130218114911-wpack9pfkr3pn0a2

11 years ago[REF] removed unecessary code. This should be handled by the record rules/access...
Quentin (OpenERP) [Mon, 18 Feb 2013 11:21:22 +0000 (12:21 +0100)]
[REF] removed unecessary code. This should be handled by the record rules/access rights

bzr revid: qdp-launchpad@openerp.com-20130218112122-zqi1a3iuotigudvu

11 years ago[FIX] Fixed layout
Fabien Meghazi [Mon, 18 Feb 2013 11:08:02 +0000 (12:08 +0100)]
[FIX] Fixed layout

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

bzr revid: fme@openerp.com-20130218110802-1i6esihnb29f5nvh

11 years ago[FIX] prevent dragging click target images of m2o and datetime fields
Xavier Morel [Mon, 18 Feb 2013 10:45:29 +0000 (11:45 +0100)]
[FIX] prevent dragging click target images of m2o and datetime fields

can get slightly disturbing when missing a click and slightly dragging the image instead, possibly to the input (pasting its URL)

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

bzr revid: xmo@openerp.com-20130218104529-i0i8700v2mwxje4b

11 years ago[FIX] fetchmail: put server action choice in Technical Features, as it confuses most...
Olivier Dony [Mon, 18 Feb 2013 10:38:41 +0000 (11:38 +0100)]
[FIX] fetchmail: put server action choice in Technical Features, as it confuses most users and they select random values

bzr revid: odo@openerp.com-20130218103841-41coppgqqxcmkx1i

11 years ago[FIX] mail_thread: correctly decode the 'from' of incoming emails.
Thibault Delavallée [Mon, 18 Feb 2013 09:00:11 +0000 (10:00 +0100)]
[FIX] mail_thread: correctly decode the 'from' of incoming emails.

bzr revid: tde@openerp.com-20130218090011-wmqxkdx0vlcckobp

11 years ago[FIX] mail_followers: display_subtypes
Christophe Matthieu [Mon, 18 Feb 2013 08:29:12 +0000 (09:29 +0100)]
[FIX] mail_followers: display_subtypes

bzr revid: chm@openerp.com-20130218082912-f9pojl5s4yjhg519