odoo/odoo.git
11 years ago[FIX] setup.py: bump up min required psycopg2 version for 7.0, because 2.2 is actuall...
Olivier Dony [Fri, 15 Feb 2013 13:36:59 +0000 (14:36 +0100)]
[FIX] setup.py: bump up min required psycopg2 version for 7.0, because 2.2 is actually required

Debian stable has 2.2.1 since 2010, so that
should not cause problems for anyone.

bzr revid: odo@openerp.com-20130215133659-8pa7ivrtol08lphx

11 years ago[MERGE] sql_db: autodetect dead connections and discard them
Olivier Dony [Fri, 15 Feb 2013 12:53:13 +0000 (13:53 +0100)]
[MERGE] sql_db: autodetect dead connections and discard them

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

bzr revid: odo@openerp.com-20130215125313-448n5b0dluei8qm3

11 years ago[FIX] auth_signup: improve wording of "reset password" button
Christophe Simonis [Fri, 15 Feb 2013 11:51:08 +0000 (12:51 +0100)]
[FIX] auth_signup: improve wording of "reset password" button

bzr revid: chs@openerp.com-20130215115108-wx4ql5pctvvcjbx7

11 years ago[FIX] sql_db: closing a closed connection is not allowed in psycopg2 2.4.4 and earlier
Olivier Dony [Fri, 15 Feb 2013 11:37:51 +0000 (12:37 +0100)]
[FIX] sql_db: closing a closed connection is not allowed in psycopg2 2.4.4 and earlier

Having the connections automatically reaped by
psycopg2 is not guaranteed to happen all the
time, so we still need to take extra steps
to forece-close them

bzr revid: odo@openerp.com-20130215113751-12kwmfynyt43qs57

11 years ago[FIX] auth_oauth_signup: allow non-numeric OAuth User ID, for e.g. compatibility...
Olivier Dony [Fri, 15 Feb 2013 10:58:20 +0000 (11:58 +0100)]
[FIX] auth_oauth_signup: allow non-numeric OAuth User ID, for e.g. compatibility with Google OAuth

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

bzr revid: odo@openerp.com-20130215105820-ua7pwdrf78dkdyk8

11 years ago[MERGE] mail.thread: allow re-entry in message_post in case of cross-model notificati...
Olivier Dony [Fri, 15 Feb 2013 10:39:02 +0000 (11:39 +0100)]
[MERGE] mail.thread: allow re-entry in message_post in case of cross-model notifications via message_process

bzr revid: odo@openerp.com-20130215103902-xeg14cg2fnn5uz85

11 years ago[MERGE] BUG 1096061: account: fix traceback on refund type 'modify'
Xavier ALT [Fri, 15 Feb 2013 09:27:27 +0000 (10:27 +0100)]
[MERGE] BUG 1096061: account: fix traceback on refund type 'modify'

  Add docstring to account.invoice _refund_cleanup_lines() to make
  explicit that a want ``lines`` as list of browse_record.

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

bzr revid: xal@openerp.com-20130215092727-mkff1tfjmi0qv72k

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130215052430-80s9f9m1p1xvy6f1

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130215052329-m0wj2gx9s832tmul

11 years ago[FIX] crm opportunity list view
Antony Lesuisse [Fri, 15 Feb 2013 01:58:05 +0000 (02:58 +0100)]
[FIX] crm opportunity list view

bzr revid: al@openerp.com-20130215015805-5mouv5pv3tsevrmr

11 years ago[FIX] crm lead list view
Antony Lesuisse [Fri, 15 Feb 2013 01:52:38 +0000 (02:52 +0100)]
[FIX] crm lead list view

bzr revid: al@openerp.com-20130215015238-vr0m2pwm9jjr1ia4

11 years ago[MERGE] account_analytic_analysis fixes
Antony Lesuisse [Fri, 15 Feb 2013 00:50:23 +0000 (01:50 +0100)]
[MERGE] account_analytic_analysis fixes
- fix search views
- fix contract reminder

bzr revid: al@openerp.com-20130215005023-lxmeckktnxlzhcxj

11 years agoFix contract expiration reminder:
Antony Lesuisse [Thu, 14 Feb 2013 23:53:30 +0000 (00:53 +0100)]
Fix contract expiration reminder:

- fix domains and check for 3 different type of expiration
- use an email template instead of an hardcoded string

bzr revid: al@openerp.com-20130214235330-bmgjq962vn76q39x

11 years agoreorder and document contract views in one clear file.
Antony Lesuisse [Thu, 14 Feb 2013 19:56:45 +0000 (20:56 +0100)]
reorder and document contract views in one clear file.

bzr revid: al@openerp.com-20130214195645-oia0msv4fz1h14zx

11 years ago[FIX] contract search view
Antony Lesuisse [Thu, 14 Feb 2013 19:37:41 +0000 (20:37 +0100)]
[FIX] contract search view

bzr revid: al@openerp.com-20130214193741-a4yoc33k7ptmkhui

11 years ago[FIX] re-introduce is_set and is_not_set operators in advanced search
Antony Lesuisse [Thu, 14 Feb 2013 17:00:19 +0000 (18:00 +0100)]
[FIX] re-introduce is_set and is_not_set operators in advanced search

bzr revid: al@openerp.com-20130214170019-8c3kw6ehs15z5op3

11 years ago[FIX] calendar CSS so it does not 'go through' the search view's completion list
Xavier Morel [Thu, 14 Feb 2013 15:13:32 +0000 (16:13 +0100)]
[FIX] calendar CSS so it does not 'go through' the search view's completion list

bzr revid: xmo@openerp.com-20130214151332-q6hj8qu7zntoybe1

11 years ago[FIX] hr_timesheet: remove product from data since it might crash if product has...
csn-openerp [Thu, 14 Feb 2013 15:00:00 +0000 (16:00 +0100)]
[FIX] hr_timesheet: remove product from data since it might crash if product has been deleted beforehand

bzr revid: csn@openerp.com-20130214150000-wnkykndhcduo2cdl

11 years ago[IMP] move domain section and label to ExtendedSearchProposition.Field
Xavier Morel [Thu, 14 Feb 2013 14:29:52 +0000 (15:29 +0100)]
[IMP] move domain section and label to ExtendedSearchProposition.Field

Simplifies and linearizes control flow

bzr revid: xmo@openerp.com-20130214142952-e59q9aoz4ngx9iwb

11 years ago[FIX] wrong object accessed leading to incorrect show/hide of things
Xavier Morel [Thu, 14 Feb 2013 14:25:45 +0000 (15:25 +0100)]
[FIX] wrong object accessed leading to incorrect show/hide of things

bzr revid: xmo@openerp.com-20130214142545-lbog33w0bzpn354q

11 years ago[ADD] re-introduce 'is set' and 'is not set' operators which were added to 6.1 but...
Xavier Morel [Thu, 14 Feb 2013 14:06:37 +0000 (15:06 +0100)]
[ADD] re-introduce 'is set' and 'is not set' operators which were added to 6.1 but never ported to 7.0

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

bzr revid: xmo@openerp.com-20130214140637-rk46j7csu0i4an31

11 years ago[FIX] sql_db: free dead database connections
Christophe Simonis [Thu, 14 Feb 2013 13:52:27 +0000 (14:52 +0100)]
[FIX] sql_db: free dead database connections

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

bzr revid: chs@openerp.com-20130214135227-x6lzy3gj0s75ssmw

11 years ago[FIX] mail: notification emails: subject is now Re: <document_name>.
Thibault Delavallée [Thu, 14 Feb 2013 12:39:25 +0000 (13:39 +0100)]
[FIX] mail: notification emails: subject is now Re: <document_name>.

bzr revid: tde@openerp.com-20130214123925-2ymglkqph90ntebg

11 years ago[FIX] mail_thread: fixed duplicate emails when replying to an incoming email.
Thibault Delavallée [Thu, 14 Feb 2013 12:39:15 +0000 (13:39 +0100)]
[FIX] mail_thread: fixed duplicate emails when replying to an incoming email.

bzr revid: tde@openerp.com-20130214123915-4uxyj0hyy6dw4adu

11 years ago[MERGE] [FIX] email_template: template does not erase the wizard content anymore...
Thibault Delavallée [Thu, 14 Feb 2013 12:10:11 +0000 (13:10 +0100)]
[MERGE] [FIX] email_template: template does not erase the wizard content anymore. Updated tests accordingly, because of the signature management that changed slightly.

bzr revid: tde@openerp.com-20130214121011-g6y2ouw24g9e2oz9

11 years ago[FIX] mail.thread: allow re-entry in message_post in case of cross-model notification...
Olivier Dony [Thu, 14 Feb 2013 12:02:57 +0000 (13:02 +0100)]
[FIX] mail.thread: allow re-entry in message_post in case of cross-model notifications via message_process

Previously the `thread_model` key in the context would
cause issues if an incoming message processed by
message_process() triggered another message_post()
call in a different model, because the `thead_model`
would be incorrect in the second call.

bzr revid: odo@openerp.com-20130214120257-c12fkj6pgont9ies

11 years ago[FIX] mail: fixed tests.
Thibault Delavallée [Thu, 14 Feb 2013 11:12:30 +0000 (12:12 +0100)]
[FIX] mail: fixed tests.

bzr revid: tde@openerp.com-20130214111230-evgwyw9xofiq8mgn

11 years ago[FIX] deb missing dependency
Antony Lesuisse [Thu, 14 Feb 2013 10:48:33 +0000 (11:48 +0100)]
[FIX] deb missing dependency

bzr revid: al@openerp.com-20130214104833-pu2ebksafhml1fr0

11 years ago[FIX] base_calendar search view
Antony Lesuisse [Thu, 14 Feb 2013 09:33:51 +0000 (10:33 +0100)]
[FIX] base_calendar search view

bzr revid: al@openerp.com-20130214093351-l975g7wuik0h9op9

11 years ago[MERGE] Sync with 7.0.
Thibault Delavallée [Thu, 14 Feb 2013 08:35:58 +0000 (09:35 +0100)]
[MERGE] Sync with 7.0.

bzr revid: tde@openerp.com-20130214083558-957q3lb3bdh0p2ry

11 years ago[IMP] email_template: updated mail-related tests.
Thibault Delavallée [Thu, 14 Feb 2013 08:35:16 +0000 (09:35 +0100)]
[IMP] email_template: updated mail-related tests.

bzr revid: tde@openerp.com-20130214083516-olpnt3ol7ry5vwkj

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130214053633-muupgrai3q1dopwe

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052103-dyim9whx08wn9mg4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130214053603-ct5y2ol2671v2jiy

11 years ago[MERGE] fix of bug 1062621
Quentin (OpenERP) [Wed, 13 Feb 2013 18:05:08 +0000 (19:05 +0100)]
[MERGE] fix of bug 1062621

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

bzr revid: qdp-launchpad@openerp.com-20130213180508-yaqgbj48yz4msb2e

11 years ago[MERGE] fix of bug 1084819
Quentin (OpenERP) [Wed, 13 Feb 2013 17:51:55 +0000 (18:51 +0100)]
[MERGE] fix of bug 1084819

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

bzr revid: qdp-launchpad@openerp.com-20130213175155-sicmreihpw8qviie

11 years ago[MERGE] fix of bug 1078004
Quentin (OpenERP) [Wed, 13 Feb 2013 17:45:51 +0000 (18:45 +0100)]
[MERGE] fix of bug 1078004

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

bzr revid: qdp-launchpad@openerp.com-20130213174551-uzu6jql330ejvguv

11 years ago[FIX] email_template: template does not erase the wizard content anymore.
Thibault Delavallée [Wed, 13 Feb 2013 17:39:40 +0000 (18:39 +0100)]
[FIX] email_template: template does not erase the wizard content anymore.

bzr revid: tde@openerp.com-20130213173940-ut3ff921aocgw2rf

11 years ago[MERGE] fix of lp bug 1076509
Quentin (OpenERP) [Wed, 13 Feb 2013 16:41:57 +0000 (17:41 +0100)]
[MERGE] fix of lp bug 1076509

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

bzr revid: qdp-launchpad@openerp.com-20130213164157-6ojykbl1w1on8ng8

11 years ago[FIX] many2many in kanban templates are mixed up in some cases
Fabien Meghazi [Wed, 13 Feb 2013 16:36:18 +0000 (17:36 +0100)]
[FIX] many2many in kanban templates are mixed up in some cases

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

bzr revid: fme@openerp.com-20130213163618-sm1ces6h1wm7hsjn

11 years ago[FIX]procurement : put back size limit on field message since some db in saas were...
csn-openerp [Wed, 13 Feb 2013 15:41:37 +0000 (16:41 +0100)]
[FIX]procurement : put back size limit on field message since some db in saas were not update and we need to truncate to size=124 for those

bzr revid: csn@openerp.com-20130213154137-4jl6h3c8dn4xpguf

11 years ago[IMP] Custom filters: make options 'share' and 'default' exclusive
Fabien Meghazi [Wed, 13 Feb 2013 15:21:58 +0000 (16:21 +0100)]
[IMP] Custom filters: make options 'share' and 'default' exclusive

bzr revid: fme@openerp.com-20130213152158-45qlqjh02h7ua2ur

11 years ago[MERGE] auth_oauth: redirect to login page in case of failure with an automatic oauth...
Olivier Dony [Wed, 13 Feb 2013 14:50:58 +0000 (15:50 +0100)]
[MERGE] auth_oauth: redirect to login page in case of failure with an automatic oauth signin, but avoid destroying user session

bzr revid: odo@openerp.com-20130213145058-va49v9h3g89nc73t

11 years ago[FIX] Menu need action link's filter is overriden by default custom filters
Fabien Meghazi [Wed, 13 Feb 2013 14:39:53 +0000 (15:39 +0100)]
[FIX] Menu need action link's filter is overriden by default custom filters

bzr revid: fme@openerp.com-20130213143953-nb8dqi2n1neaivm2

11 years ago[FIX] Forgot testing value for number of records in kanban view
Fabien Meghazi [Wed, 13 Feb 2013 13:18:31 +0000 (14:18 +0100)]
[FIX] Forgot testing value for number of records in kanban view

bzr revid: fme@openerp.com-20130213131831-08g8b5w28gwzpt2u

11 years ago[MERGE] [FIX] Properly escape values in templates
Fabien Meghazi [Wed, 13 Feb 2013 11:01:00 +0000 (12:01 +0100)]
[MERGE] [FIX] Properly escape values in templates

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

bzr revid: fme@openerp.com-20130213110100-icz81b7fpwt6s8s8

11 years ago[FIX] Properly escape values in templates
Fabien Meghazi [Wed, 13 Feb 2013 10:42:29 +0000 (11:42 +0100)]
[FIX] Properly escape values in templates

bzr revid: fme@openerp.com-20130213104229-jjlhilp355lpi22p

11 years ago[MERGE] [FIX] mailgateway: author of incoming emails are not put into the recipients...
Thibault Delavallée [Wed, 13 Feb 2013 10:28:28 +0000 (11:28 +0100)]
[MERGE] [FIX] mailgateway: author of incoming emails are not put into the recipients anymore.

bzr revid: tde@openerp.com-20130213102828-hqd0e6mmirauo2oq

11 years ago[FIX] mailgateway: author of incoming emails are not put into the recipients anymore.
Thibault Delavallée [Wed, 13 Feb 2013 09:59:42 +0000 (10:59 +0100)]
[FIX] mailgateway: author of incoming emails are not put into the recipients anymore.

bzr revid: tde@openerp.com-20130213095942-gwmt2mmthrthca5n

11 years ago[FIX] Customer kanban view does not display tags on results coming from "show more"
Fabien Meghazi [Wed, 13 Feb 2013 09:47:43 +0000 (10:47 +0100)]
[FIX] Customer kanban view does not display tags on results coming from "show more"

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

bzr revid: fme@openerp.com-20130213094743-6rjzgp9y46j9cewh

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052157-zdt86kcrn8mbwa23
bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052201-hnwd7qjf3tesspnh

11 years ago[FIX] edi: properly escape URL parameter for import_url controller
Olivier Dony [Tue, 12 Feb 2013 18:15:47 +0000 (19:15 +0100)]
[FIX] edi: properly escape URL parameter for import_url controller

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

bzr revid: odo@openerp.com-20130212181547-ktdklbz2msfkcw6h

11 years ago[MERGE] [FIX] Missing aggregates headers in kanban view
Fabien Meghazi [Tue, 12 Feb 2013 16:34:00 +0000 (17:34 +0100)]
[MERGE] [FIX] Missing aggregates headers in kanban view

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

bzr revid: fme@openerp.com-20130212163400-v6ssw52lo13at70t

11 years ago[FIX] auth_oauth: redirect to login page in case of failure with an automatic oauth...
Olivier Dony [Tue, 12 Feb 2013 16:33:01 +0000 (17:33 +0100)]
[FIX] auth_oauth: redirect to login page in case of failure with an automatic oauth signin, but avoid destroying user session

bzr revid: odo@openerp.com-20130212163301-cnq949vr1h6hfvf5

11 years ago[FIX] auth_oauth_signup: do not attempt to signup users for failed signings coming...
Olivier Dony [Tue, 12 Feb 2013 16:29:20 +0000 (17:29 +0100)]
[FIX] auth_oauth_signup: do not attempt to signup users for failed signings coming back from the oauth provider

See also auth_oauth/controllers/main.py:106

bzr revid: odo@openerp.com-20130212162920-5i0swgn4phqitg53

11 years ago[MERGE] [FIX] Crash on page reload when active_id(s) is used in context
Fabien Meghazi [Tue, 12 Feb 2013 15:56:54 +0000 (16:56 +0100)]
[MERGE] [FIX] Crash on page reload when active_id(s) is used in context

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

bzr revid: fme@openerp.com-20130212155654-wj38by299bauyogb

11 years ago[FIX] Missing aggregates headers in kanban view
Fabien Meghazi [Tue, 12 Feb 2013 15:44:06 +0000 (16:44 +0100)]
[FIX] Missing aggregates headers in kanban view

bzr revid: fme@openerp.com-20130212154406-zj8l9t7rw72vikv8

11 years ago[FIX]stages with sequence 0 was regarded as canceled, because of 0 meaned false....
dle@openerp.com [Tue, 12 Feb 2013 14:06:31 +0000 (15:06 +0100)]
[FIX]stages with sequence 0 was regarded as canceled, because of 0 meaned false. Replaced and assignment expression with if

bzr revid: dle@openerp.com-20130212140631-vtazplb7wqyqc9lw

11 years ago[MERGE]Latest 7.0
dle@openerp.com [Tue, 12 Feb 2013 13:37:30 +0000 (14:37 +0100)]
[MERGE]Latest 7.0

bzr revid: dle@openerp.com-20130212133730-azwne7kp2uzuzxm5

11 years ago[FIX]stages with sequence 0 was regarded as canceled, because of 0 meaned false....
dle@openerp.com [Tue, 12 Feb 2013 13:36:32 +0000 (14:36 +0100)]
[FIX]stages with sequence 0 was regarded as canceled, because of 0 meaned false. Replaced and assignment expression with if

bzr revid: dle@openerp.com-20130212133632-i1wqwo3jrwy07fvl

11 years ago[END] This is the end of the world
Fabien Meghazi [Tue, 12 Feb 2013 13:30:25 +0000 (14:30 +0100)]
[END] This is the end of the world

bzr revid: fme@openerp.com-20130212133025-544phlyp83gdabu6

11 years ago[FIX] support virtual ids
Fabien Meghazi [Tue, 12 Feb 2013 13:18:52 +0000 (14:18 +0100)]
[FIX] support virtual ids

bzr revid: fme@openerp.com-20130212131852-xuq4otkb9ooloc9u

11 years ago[IMP] Improved code and doc
Fabien Meghazi [Tue, 12 Feb 2013 11:57:40 +0000 (12:57 +0100)]
[IMP] Improved code and doc

bzr revid: fme@openerp.com-20130212115740-riqecuhb1zq22dkq

11 years ago[FIX] registry: fix a bug where RegistryManager.new() could return an out-of-date...
Vo Minh Thu [Tue, 12 Feb 2013 08:53:11 +0000 (09:53 +0100)]
[FIX] registry: fix a bug where RegistryManager.new() could return an out-of-date registry.

bzr revid: vmt@openerp.com-20130212085311-o53wv7yful39kktd

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130212052908-dwsboz0vkkuywax3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130212053011-zbbx3343j90b0m18

11 years ago[FIX] account_followup: merged the branch of jco fixing the account_followup module...
Quentin (OpenERP) [Mon, 11 Feb 2013 15:13:52 +0000 (16:13 +0100)]
[FIX] account_followup: merged the branch of jco fixing the account_followup module + made few code improvements during code review (expained on the merge prop)

bzr revid: qdp-launchpad@openerp.com-20130211151352-01k7x8h8klg0z8iu

11 years ago[FIX] active_ids list items should be numeric
Fabien Meghazi [Mon, 11 Feb 2013 14:42:41 +0000 (15:42 +0100)]
[FIX] active_ids list items should be numeric

bzr revid: fme@openerp.com-20130211144241-zvygwtgvsk17szo4

11 years ago[IMP] don't log from import when converting psycopg exceptions to output messages
Xavier Morel [Mon, 11 Feb 2013 14:36:47 +0000 (15:36 +0100)]
[IMP] don't log from import when converting psycopg exceptions to output messages

add conversion for unique constraints, test behavior on unique constraint failure

bzr revid: xmo@openerp.com-20130211143647-l16ssw9z73stbgyc

11 years ago[FIX] use active_id in url states
Fabien Meghazi [Mon, 11 Feb 2013 14:10:56 +0000 (15:10 +0100)]
[FIX] use active_id in url states

bzr revid: fme@openerp.com-20130211141056-zjn7xy034r2331gp

11 years ago[MERGE] jco branch with fix in hr_recruitment
Quentin (OpenERP) [Mon, 11 Feb 2013 12:57:51 +0000 (13:57 +0100)]
[MERGE] jco branch with fix in hr_recruitment

bzr revid: qdp-launchpad@openerp.com-20130211125751-6jmg1ihla1ervrh0

11 years ago[REF] account: added docstring in few methods of account.financial.report
Quentin (OpenERP) [Mon, 11 Feb 2013 12:50:56 +0000 (13:50 +0100)]
[REF] account: added docstring in few methods of account.financial.report

bzr revid: qdp-launchpad@openerp.com-20130211125056-vefj0an37hdz4r37

11 years ago[FIX] typos
Xavier Morel [Mon, 11 Feb 2013 11:29:32 +0000 (12:29 +0100)]
[FIX] typos

bzr revid: xmo@openerp.com-20130211112932-dge2jpftirclci2x

11 years ago[MERGE] BUG 1082003: orm: _rec_name should be checked on _all_columns not _columns
Xavier ALT [Mon, 11 Feb 2013 09:24:11 +0000 (10:24 +0100)]
[MERGE] BUG 1082003: orm: _rec_name should be checked on _all_columns not _columns

bzr revid: xal@openerp.com-20130211092411-3eeo2ann5jnttliq

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130210052327-7e1n1tzylg1288th
bzr revid: launchpad_translations_on_behalf_of_openerp-20130211053447-ptlkuaf14fy7vmdq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130209052939-jxwnthiw4qgjic5w
bzr revid: launchpad_translations_on_behalf_of_openerp-20130210052433-emt7s1kxk78bpbe3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130211053534-5pgh95oxsd26bdqv

11 years ago[FIX] workers no suicide on broken pipe
Antony Lesuisse [Sat, 9 Feb 2013 17:29:32 +0000 (18:29 +0100)]
[FIX] workers no suicide on broken pipe

bzr revid: al@openerp.com-20130209172932-5w8zt239tw0sirne

11 years ago[FIX] crm merge dont tamper fields constant
Antony Lesuisse [Fri, 8 Feb 2013 17:20:25 +0000 (18:20 +0100)]
[FIX] crm merge dont tamper fields constant

bzr revid: al@openerp.com-20130208172025-cj4mzshz9j3jmui5

11 years ago[FIX]Convert Opportunity: Won opps not proposed during convert/merge, + minor view...
dle@openerp.com [Fri, 8 Feb 2013 15:36:52 +0000 (16:36 +0100)]
[FIX]Convert Opportunity: Won opps not proposed during convert/merge, + minor view changes

bzr revid: dle@openerp.com-20130208153652-2oyqx10j9b20gsp9

11 years ago[FIX]report_sxw : fix strip_name function that cut a name to a given length in a...
csn-openerp [Fri, 8 Feb 2013 13:57:04 +0000 (14:57 +0100)]
[FIX]report_sxw : fix strip_name function that cut a name to a given length in a report. It no longer crash when no name is given to the function.

bzr revid: csn@openerp.com-20130208135704-4jvc9odchlulefx6

11 years ago[REM] web_livechat: delete po files (was removed).
Vo Minh Thu [Fri, 8 Feb 2013 13:34:11 +0000 (14:34 +0100)]
[REM] web_livechat: delete po files (was removed).

bzr revid: vmt@openerp.com-20130208133411-irn0q54l49g5924e

11 years ago[REM] event_project: delete po files (was removed).
Vo Minh Thu [Fri, 8 Feb 2013 13:32:46 +0000 (14:32 +0100)]
[REM] event_project: delete po files (was removed).

bzr revid: vmt@openerp.com-20130208133246-xket1clp597wwiu6

11 years ago[REM] mrp_subproduct: delete po files (was renamed in mrp_byproduct).
Vo Minh Thu [Fri, 8 Feb 2013 13:22:55 +0000 (14:22 +0100)]
[REM] mrp_subproduct: delete po files (was renamed in mrp_byproduct).

bzr revid: vmt@openerp.com-20130208132255-zxrkqrucsd7sqy7x

11 years ago[FIX] mail: add name in the dictionnary of attachments_tree and check url in js
Christophe Matthieu [Fri, 8 Feb 2013 13:10:29 +0000 (14:10 +0100)]
[FIX] mail: add name in the dictionnary of attachments_tree and check url in js

bzr revid: chm@openerp.com-20130208131029-2idd6ltxch62ig28

11 years ago[FIX]ADD partner_assigned in lead views
dle@openerp.com [Fri, 8 Feb 2013 12:17:02 +0000 (13:17 +0100)]
[FIX]ADD partner_assigned in lead views

bzr revid: dle@openerp.com-20130208121702-1mbzensbkhjxqzkx

11 years ago[FIX] mail: add name in the dictionnary of attachments_tree and check url in js
Christophe Matthieu [Fri, 8 Feb 2013 11:52:38 +0000 (12:52 +0100)]
[FIX] mail: add name in the dictionnary of attachments_tree and check url in js

bzr revid: chm@openerp.com-20130208115238-g4ys0jrcqwamrl3p

11 years ago[FIX]Convert to opportunity do not shown lead/opp with state done, remove invisible...
dle@openerp.com [Fri, 8 Feb 2013 10:47:13 +0000 (11:47 +0100)]
[FIX]Convert to opportunity do not shown lead/opp with state done, remove invisible of user_id in views

bzr revid: dle@openerp.com-20130208104713-8tg3n6yui3wgsd2o

11 years ago[MERGE]Latest 7.0
dle@openerp.com [Fri, 8 Feb 2013 10:35:08 +0000 (11:35 +0100)]
[MERGE]Latest 7.0

bzr revid: dle@openerp.com-20130208103508-i5b8lhsh8d4qff0d

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130207054042-qpy3b4buygxepdf8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130208052255-nqv9i1j5bc2ql84i
bzr revid: launchpad_translations_on_behalf_of_openerp-20130208052430-ohwjhy6y3lnxqayt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130208052435-47h7svyqwx223e5k

11 years ago[MERGE] web: properly encode db and addons URL parameters
Olivier Dony [Thu, 7 Feb 2013 18:01:43 +0000 (19:01 +0100)]
[MERGE] web: properly encode db and addons URL parameters

bzr revid: odo@openerp.com-20130207180143-vro64n60kgg57l0y

11 years ago[FIX] web: properly encode db and addons URL parameters
Olivier Dony [Thu, 7 Feb 2013 17:34:39 +0000 (18:34 +0100)]
[FIX] web: properly encode db and addons URL parameters

Passing the values unescaped could be a source of errors
and a XSS vector.

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

bzr revid: odo@openerp.com-20130207173439-ud5fos61d4pcoe2d

11 years ago[FIX]sale : traceback in product_id_change, cannot concatenate string and dict object
csn-openerp [Thu, 7 Feb 2013 09:12:47 +0000 (10:12 +0100)]
[FIX]sale : traceback in product_id_change, cannot concatenate string and dict object

bzr revid: csn@openerp.com-20130207091247-ll43kacvgatq5zge

11 years ago[FIX]sale : traceback in product_id_change, cannot concatenate string and dict object
csn-openerp [Thu, 7 Feb 2013 08:41:29 +0000 (09:41 +0100)]
[FIX]sale : traceback in product_id_change, cannot concatenate string and dict object

bzr revid: csn@openerp.com-20130207084129-6duxkp96svudaj4n

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130207054227-fy00xo21liqcoqz8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130207054231-c558abx56zwr0mg2

11 years ago[MERGE] web_linkedin: force protocol and domain when loading LinkedIn images
Olivier Dony [Wed, 6 Feb 2013 16:44:23 +0000 (17:44 +0100)]
[MERGE] web_linkedin: force protocol and domain when loading LinkedIn images

bzr revid: odo@openerp.com-20130206164423-qtm04krfdg7rp2y8

11 years ago[FIX] web_linkedin: force protocol and domain when loading LinkedIn images
Olivier Dony [Wed, 6 Feb 2013 16:25:42 +0000 (17:25 +0100)]
[FIX] web_linkedin: force protocol and domain when loading LinkedIn images

Should work in all cases and prevents abuse.

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

bzr revid: odo@openerp.com-20130206162542-d9oejg5iyox36b0y

11 years ago[IMP] chrome.js: CrashManager.warning replace message by fault_code
Christophe Matthieu [Wed, 6 Feb 2013 15:22:24 +0000 (16:22 +0100)]
[IMP] chrome.js: CrashManager.warning replace message by fault_code

bzr revid: chm@openerp.com-20130206152224-e32ww9hdb1mvwa2r

11 years ago[FIX] web_linkedin: possible problem with loading of images
niv-openerp [Wed, 6 Feb 2013 15:11:05 +0000 (16:11 +0100)]
[FIX] web_linkedin: possible problem with loading of images

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

bzr revid: nicolas.vanhoren@openerp.com-20130206151105-4xgxm350yje4vhtb

11 years ago[IMP] web usermenu: add Help link
Christophe Matthieu [Wed, 6 Feb 2013 15:07:24 +0000 (16:07 +0100)]
[IMP] web usermenu: add Help link

bzr revid: chm@openerp.com-20130206150724-t4sul7d824z498v8

11 years ago[FIX]crm lead merge lead/opps test
dle@openerp.com [Wed, 6 Feb 2013 14:12:38 +0000 (15:12 +0100)]
[FIX]crm lead merge lead/opps test

bzr revid: dle@openerp.com-20130206141238-3pb880beiqvwbf1u

11 years ago[FIX]Remove space in crm lead merge tests.
dle@openerp.com [Wed, 6 Feb 2013 13:46:14 +0000 (14:46 +0100)]
[FIX]Remove space in crm lead merge tests.

bzr revid: dle@openerp.com-20130206134614-uzeb1vacqezh8n1a

11 years ago[FIX]Forget to re-revert ,.join
dle@openerp.com [Wed, 6 Feb 2013 13:22:19 +0000 (14:22 +0100)]
[FIX]Forget to re-revert ,.join

bzr revid: dle@openerp.com-20130206132219-o1y154vo40r0rsyx

11 years ago[FIX]crm lead: merge lead/opps concatened description test
dle@openerp.com [Wed, 6 Feb 2013 13:18:48 +0000 (14:18 +0100)]
[FIX]crm lead: merge lead/opps concatened description test

bzr revid: dle@openerp.com-20130206131848-u1r7lc9r89a2zc3r