Commit Graph

68209 Commits

Author SHA1 Message Date
Olivier Dony 39c8290b3b [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
2013-02-15 14:36:59 +01:00
Olivier Dony b005d052d0 [MERGE] sql_db: autodetect dead connections and discard them
lp bug: https://launchpad.net/bugs/905257 fixed

bzr revid: odo@openerp.com-20130215125313-448n5b0dluei8qm3
2013-02-15 13:53:13 +01:00
Christophe Simonis 4fef24e781 [FIX] auth_signup: improve wording of "reset password" button
bzr revid: chs@openerp.com-20130215115108-wx4ql5pctvvcjbx7
2013-02-15 12:51:08 +01:00
Olivier Dony e464e1231d [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
2013-02-15 12:37:51 +01:00
Olivier Dony 2ffa8c7979 [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
2013-02-15 11:58:20 +01:00
Olivier Dony 2d8645a722 [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
2013-02-15 11:39:02 +01:00
Xavier ALT 5cdb8efab6 [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
2013-02-15 10:27:27 +01:00
Launchpad Translations on behalf of openerp 31f73fef99 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130215052430-80s9f9m1p1xvy6f1
2013-02-15 05:24:30 +00:00
Launchpad Translations on behalf of openerp f9659eb884 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130215052329-m0wj2gx9s832tmul
2013-02-15 05:23:29 +00:00
Antony Lesuisse 7c89909ac4 [FIX] crm opportunity list view
bzr revid: al@openerp.com-20130215015805-5mouv5pv3tsevrmr
2013-02-15 02:58:05 +01:00
Antony Lesuisse acbe21da9d [FIX] crm lead list view
bzr revid: al@openerp.com-20130215015238-vr0m2pwm9jjr1ia4
2013-02-15 02:52:38 +01:00
Antony Lesuisse b37e69799d [MERGE] account_analytic_analysis fixes
- fix search views
- fix contract reminder

bzr revid: al@openerp.com-20130215005023-lxmeckktnxlzhcxj
2013-02-15 01:50:23 +01:00
Antony Lesuisse b1eba6c1ef 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
2013-02-15 00:53:30 +01:00
Antony Lesuisse b069932671 reorder and document contract views in one clear file.
bzr revid: al@openerp.com-20130214195645-oia0msv4fz1h14zx
2013-02-14 20:56:45 +01:00
Antony Lesuisse 77477a5e2d [FIX] contract search view
bzr revid: al@openerp.com-20130214193741-a4yoc33k7ptmkhui
2013-02-14 20:37:41 +01:00
Antony Lesuisse cf109bdcb8 [FIX] re-introduce is_set and is_not_set operators in advanced search
bzr revid: al@openerp.com-20130214170019-8c3kw6ehs15z5op3
2013-02-14 18:00:19 +01:00
Xavier Morel d94b53ddb3 [FIX] calendar CSS so it does not 'go through' the search view's completion list
bzr revid: xmo@openerp.com-20130214151332-q6hj8qu7zntoybe1
2013-02-14 16:13:32 +01:00
csn-openerp 5705799246 [FIX] hr_timesheet: remove product from data since it might crash if product has been deleted beforehand
bzr revid: csn@openerp.com-20130214150000-wnkykndhcduo2cdl
2013-02-14 16:00:00 +01:00
Xavier Morel e00db293d1 [IMP] move domain section and label to ExtendedSearchProposition.Field
Simplifies and linearizes control flow

bzr revid: xmo@openerp.com-20130214142952-e59q9aoz4ngx9iwb
2013-02-14 15:29:52 +01:00
Xavier Morel fcf4f4443c [FIX] wrong object accessed leading to incorrect show/hide of things
bzr revid: xmo@openerp.com-20130214142545-lbog33w0bzpn354q
2013-02-14 15:25:45 +01:00
Xavier Morel 195fef053e [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
2013-02-14 15:06:37 +01:00
Christophe Simonis 94715ccbec [FIX] sql_db: free dead database connections
lp bug: https://launchpad.net/bugs/905257 fixed

bzr revid: chs@openerp.com-20130214135227-x6lzy3gj0s75ssmw
2013-02-14 14:52:27 +01:00
Thibault Delavallée d7f63a10fd [FIX] mail: notification emails: subject is now Re: <document_name>.
bzr revid: tde@openerp.com-20130214123925-2ymglkqph90ntebg
2013-02-14 13:39:25 +01:00
Thibault Delavallée 0d3d15858c [FIX] mail_thread: fixed duplicate emails when replying to an incoming email.
bzr revid: tde@openerp.com-20130214123915-4uxyj0hyy6dw4adu
2013-02-14 13:39:15 +01:00
Thibault Delavallée 6e1ab1dbf0 [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
2013-02-14 13:10:11 +01:00
Olivier Dony 2478d1b221 [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
2013-02-14 13:02:57 +01:00
Thibault Delavallée f392f09d49 [FIX] mail: fixed tests.
bzr revid: tde@openerp.com-20130214111230-evgwyw9xofiq8mgn
2013-02-14 12:12:30 +01:00
Antony Lesuisse 89e569c17e [FIX] deb missing dependency
bzr revid: al@openerp.com-20130214104833-pu2ebksafhml1fr0
2013-02-14 11:48:33 +01:00
Antony Lesuisse 608ef49402 [FIX] base_calendar search view
bzr revid: al@openerp.com-20130214093351-l975g7wuik0h9op9
2013-02-14 10:33:51 +01:00
Thibault Delavallée ff0399ec23 [MERGE] Sync with 7.0.
bzr revid: tde@openerp.com-20130214083558-957q3lb3bdh0p2ry
2013-02-14 09:35:58 +01:00
Thibault Delavallée 9173e032ec [IMP] email_template: updated mail-related tests.
bzr revid: tde@openerp.com-20130214083516-olpnt3ol7ry5vwkj
2013-02-14 09:35:16 +01:00
Launchpad Translations on behalf of openerp 94ffa10393 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130214053633-muupgrai3q1dopwe
2013-02-14 05:36:33 +00:00
Launchpad Translations on behalf of openerp 522bf1508a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052103-dyim9whx08wn9mg4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130214053603-ct5y2ol2671v2jiy
2013-02-14 05:36:03 +00:00
Quentin (OpenERP) faf96b5520 [MERGE] fix of bug 1062621
lp bug: https://launchpad.net/bugs/1062621 fixed

bzr revid: qdp-launchpad@openerp.com-20130213180508-yaqgbj48yz4msb2e
2013-02-13 19:05:08 +01:00
Quentin (OpenERP) cad3d17c2c [MERGE] fix of bug 1084819
lp bug: https://launchpad.net/bugs/1084819 fixed

bzr revid: qdp-launchpad@openerp.com-20130213175155-sicmreihpw8qviie
2013-02-13 18:51:55 +01:00
Quentin (OpenERP) fdc7eee9b3 [MERGE] fix of bug 1078004
lp bug: https://launchpad.net/bugs/1078004 fixed

bzr revid: qdp-launchpad@openerp.com-20130213174551-uzu6jql330ejvguv
2013-02-13 18:45:51 +01:00
Thibault Delavallée efedfde1bd [FIX] email_template: template does not erase the wizard content anymore.
bzr revid: tde@openerp.com-20130213173940-ut3ff921aocgw2rf
2013-02-13 18:39:40 +01:00
Quentin (OpenERP) 57ac1b0f04 [MERGE] fix of lp bug 1076509
lp bug: https://launchpad.net/bugs/1076509 fixed

bzr revid: qdp-launchpad@openerp.com-20130213164157-6ojykbl1w1on8ng8
2013-02-13 17:41:57 +01:00
Fabien Meghazi e72d321e01 [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
2013-02-13 17:36:18 +01:00
csn-openerp b409abe3ad [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
2013-02-13 16:41:37 +01:00
Fabien Meghazi aa6cd343e8 [IMP] Custom filters: make options 'share' and 'default' exclusive
bzr revid: fme@openerp.com-20130213152158-45qlqjh02h7ua2ur
2013-02-13 16:21:58 +01:00
Olivier Dony d199aab3a6 [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
2013-02-13 15:50:58 +01:00
Fabien Meghazi e19a972890 [FIX] Menu need action link's filter is overriden by default custom filters
bzr revid: fme@openerp.com-20130213143953-nb8dqi2n1neaivm2
2013-02-13 15:39:53 +01:00
Fabien Meghazi deb7833aec [FIX] Forgot testing value for number of records in kanban view
bzr revid: fme@openerp.com-20130213131831-08g8b5w28gwzpt2u
2013-02-13 14:18:31 +01:00
Fabien Meghazi 19739db1ba [MERGE] [FIX] Properly escape values in templates
lp bug: https://launchpad.net/bugs/1118593 fixed

bzr revid: fme@openerp.com-20130213110100-icz81b7fpwt6s8s8
2013-02-13 12:01:00 +01:00
Fabien Meghazi 3cd5a856be [FIX] Properly escape values in templates
bzr revid: fme@openerp.com-20130213104229-jjlhilp355lpi22p
2013-02-13 11:42:29 +01:00
Thibault Delavallée 39298ca5c4 [MERGE] [FIX] mailgateway: author of incoming emails are not put into the recipients anymore.
bzr revid: tde@openerp.com-20130213102828-hqd0e6mmirauo2oq
2013-02-13 11:28:28 +01:00
Thibault Delavallée c9e710b5b4 [FIX] mailgateway: author of incoming emails are not put into the recipients anymore.
bzr revid: tde@openerp.com-20130213095942-gwmt2mmthrthca5n
2013-02-13 10:59:42 +01:00
Fabien Meghazi ba591e2632 [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
2013-02-13 10:47:43 +01:00
Launchpad Translations on behalf of openerp ead19a73b2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052157-zdt86kcrn8mbwa23
bzr revid: launchpad_translations_on_behalf_of_openerp-20130213052201-hnwd7qjf3tesspnh
2013-02-13 05:22:01 +00:00