Commit Graph

54761 Commits

Author SHA1 Message Date
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 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
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
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 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
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
Olivier Dony 8fdbf2a66b [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
2013-02-12 19:15:47 +01:00
Fabien Meghazi 0e6cbee68c [MERGE] [FIX] Missing aggregates headers in kanban view
lp bug: https://launchpad.net/bugs/1091613 fixed

bzr revid: fme@openerp.com-20130212163400-v6ssw52lo13at70t
2013-02-12 17:34:00 +01:00
Olivier Dony 9d6a4205d0 [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
2013-02-12 17:33:01 +01:00
Olivier Dony 6a88cc0f7b [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
2013-02-12 17:29:20 +01:00
Fabien Meghazi 70800e052a [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
2013-02-12 16:56:54 +01:00
Fabien Meghazi 01392ddd8d [FIX] Missing aggregates headers in kanban view
bzr revid: fme@openerp.com-20130212154406-zj8l9t7rw72vikv8
2013-02-12 16:44:06 +01:00
dle@openerp.com 4cb98ebf46 [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
2013-02-12 15:06:31 +01:00