odoo/odoo.git
11 years ago[CLEAN] mail: cleaned code of last fixes
Thibault Delavallée [Wed, 20 Mar 2013 14:19:07 +0000 (15:19 +0100)]
[CLEAN] mail: cleaned code of last fixes

bzr revid: tde@openerp.com-20130320141907-rxnstq7k8hrkcnl1

11 years ago[TEST] mail: updated tests (those that helped raising the previous errors).
Thibault Delavallée [Wed, 20 Mar 2013 13:51:52 +0000 (14:51 +0100)]
[TEST] mail: updated tests (those that helped raising the previous errors).

bzr revid: tde@openerp.com-20130320135152-qiz3moczldjbmyt7

11 years ago[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents...
Thibault Delavallée [Wed, 20 Mar 2013 13:50:13 +0000 (14:50 +0100)]
[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents, not the case anymore; fixed access rule on mail_compose_message not taking into account the wizard creation in mass_mail_mode (model but no res_id -> could lead to crash).

bzr revid: tde@openerp.com-20130320135013-mryxzwssd346t78y

11 years ago[FIX] mail: emails sent to partners now use the 'Name <email>' format, instead of...
Thibault Delavallée [Wed, 20 Mar 2013 12:17:06 +0000 (13:17 +0100)]
[FIX] mail: emails sent to partners now use the 'Name <email>' format, instead of just 'email'.

bzr revid: tde@openerp.com-20130320121706-csue8xkqrc7adbqi

11 years ago[FIX] mail: notification emails were lacking references to their parent message.
Thibault Delavallée [Wed, 20 Mar 2013 12:16:33 +0000 (13:16 +0100)]
[FIX] mail: notification emails were lacking references to their parent message.

bzr revid: tde@openerp.com-20130320121633-plhgm5374w2koem1

11 years ago[IMP] [CLEAN] mail: cleaned and improved message_post tests, about email_to, reply_to...
Thibault Delavallée [Wed, 20 Mar 2013 12:16:14 +0000 (13:16 +0100)]
[IMP] [CLEAN] mail: cleaned and improved message_post tests, about email_to, reply_to and attachments.

bzr revid: tde@openerp.com-20130320121614-a862m35peexhw64q

11 years ago[REF] mail: refactored tests. mailgateway tests are put into a separate file; message...
Thibault Delavallée [Wed, 20 Mar 2013 11:41:11 +0000 (12:41 +0100)]
[REF] mail: refactored tests. mailgateway tests are put into a separate file; message_post tests have been a bit cleaned and improved. Also removed an unnecessary mockup.

bzr revid: tde@openerp.com-20130320114111-m1unow90005vwxee

11 years ago[FIX] mail: mass mailing now does not push to followers; only to specific recipients...
Thibault Delavallée [Wed, 20 Mar 2013 08:40:40 +0000 (09:40 +0100)]
[FIX] mail: mass mailing now does not push to followers; only to specific recipients. Improved tests for this update.

bzr revid: tde@openerp.com-20130320084040-pcgzy068z0oph298

11 years ago[FIX] mail: mail_create_nosubscribe context key also supported in message_post: allow...
Thibault Delavallée [Wed, 20 Mar 2013 08:40:11 +0000 (09:40 +0100)]
[FIX] mail: mail_create_nosubscribe context key also supported in message_post: allows to avoid subscribing the author to the document.

bzr revid: tde@openerp.com-20130320084011-coyf9p1il2ue04bb

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130320050321-buobk0r6e2t7y1ch

11 years ago[FIX] portal_anonymous: revert incorrect fix for login flickering, try another one...
Olivier Dony [Tue, 19 Mar 2013 18:11:37 +0000 (19:11 +0100)]
[FIX] portal_anonymous: revert incorrect fix for login flickering, try another one that works in monodb mode

The previous fix at revision 8887 was not correct because start() did not call
 _super() in anonymous mode, while still depending on the value of
`self.selected_db`, that _super() is responsible for setting in monodb mode.
Multi-db mode was working fine.

bzr revid: odo@openerp.com-20130319181137-9quokmivgb3flyct

11 years ago[FIX] web: correct the concatenation of css files: @charset and @import rules must...
Christophe Simonis [Tue, 19 Mar 2013 15:44:33 +0000 (16:44 +0100)]
[FIX] web: correct the concatenation of css files: @charset and @import rules must be before any other rules

bzr revid: chs@openerp.com-20130319154433-zizwv4irfvh93swe

11 years ago[FIX] webclient returns to database manager after 1st database creation
Fabien Meghazi [Tue, 19 Mar 2013 15:43:45 +0000 (16:43 +0100)]
[FIX] webclient returns to database manager after 1st database creation

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

bzr revid: fme@openerp.com-20130319154345-9xal244vuehl9vbw

11 years ago[FIX]auth_signup: string concatenation now allowing action_id(integer) + able to...
dle@openerp.com [Tue, 19 Mar 2013 15:41:39 +0000 (16:41 +0100)]
[FIX]auth_signup: string concatenation now allowing action_id(integer) + able to redict to menu_id if no action given

bzr revid: dle@openerp.com-20130319154139-283864fcfixvmw0g

11 years ago[MERGE] Fix anonymous login flickering
Fabien Meghazi [Tue, 19 Mar 2013 15:23:44 +0000 (16:23 +0100)]
[MERGE] Fix anonymous login flickering

bzr revid: fme@openerp.com-20130319152344-fng1mcsvri5mjga1

11 years ago[MERGE] [FIX] mail: notification: do not send a notification email to partners having...
Thibault Delavallée [Tue, 19 Mar 2013 15:14:03 +0000 (16:14 +0100)]
[MERGE] [FIX] mail: notification: do not send a notification email to partners having the same email address than the author, because of loops it may cause.

bzr revid: tde@openerp.com-20130319151403-5tliy336q3hiswlh

11 years ago[FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus...
Vo Minh Thu [Tue, 19 Mar 2013 15:00:57 +0000 (16:00 +0100)]
[FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus invalidate its own pool.

bzr revid: vmt@openerp.com-20130319150057-fq6nkp4qhgy9x9mq

11 years ago[FIX] Avoid login flicker during anonymous login
Fabien Meghazi [Tue, 19 Mar 2013 14:40:08 +0000 (15:40 +0100)]
[FIX] Avoid login flicker during anonymous login

bzr revid: fme@openerp.com-20130319144008-zw0n5o0mob99xbo6

11 years ago[REF] stock: code refactoring to follow PEP8 standards
Quentin (OpenERP) [Tue, 19 Mar 2013 12:52:44 +0000 (13:52 +0100)]
[REF] stock: code refactoring to follow PEP8 standards

bzr revid: qdp-launchpad@openerp.com-20130319125244-4n08ywb61cu6mg32

11 years ago[FIX] stock: if scrapping from a done stock move, use the destination location as...
Quentin (OpenERP) [Tue, 19 Mar 2013 12:52:16 +0000 (13:52 +0100)]
[FIX] stock: if scrapping from a done stock move, use the destination location as the source for the scrapping move + [FIX] stock, mrp: restrict scrapping from virtual locations

bzr revid: qdp-launchpad@openerp.com-20130319125216-pdfo2i9jx5mcea2l

11 years ago[MERGE] analytic_contract_hr_expense: functional field computation fixed + added...
Quentin (OpenERP) [Tue, 19 Mar 2013 12:50:28 +0000 (13:50 +0100)]
[MERGE] analytic_contract_hr_expense: functional field computation fixed + added some helping info in hr_timesheet_invoice in the reinvoicing wizard

bzr revid: qdp-launchpad@openerp.com-20130319125028-59jnnfc7tiixag4b

11 years ago[MERGE] project_issue/mail_thread: Opening and closing date on project issues are...
Chris Biersbach [Tue, 19 Mar 2013 11:45:41 +0000 (12:45 +0100)]
[MERGE] project_issue/mail_thread: Opening and closing date on project issues are now correctly set. Also improves the handling of the thread_model context value in mail_thread message_post

bzr revid: cbi@openerp.com-20130319114541-racddure6uy3e2rp

11 years ago[IMP] Removed unnecessary code in project_issue.py, fixed a small error in mail_thread
Chris Biersbach [Tue, 19 Mar 2013 10:38:22 +0000 (11:38 +0100)]
[IMP] Removed unnecessary code in project_issue.py, fixed a small error in mail_thread

bzr revid: cbi@openerp.com-20130319103822-ss4y3na3i4hip4e0

11 years ago[FIX] small problem with m2o, does not uses context when opening them in read-only...
niv-openerp [Tue, 19 Mar 2013 10:27:19 +0000 (11:27 +0100)]
[FIX] small problem with m2o, does not uses context when opening them in read-only mode

bzr revid: nicolas.vanhoren@openerp.com-20130319102719-0gdwvmix4d3x8th5

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130319061937-ipohtns00c8dz96s

11 years ago[FIX] calls to fields_view_get do not pass the correct context, fails in o2m
niv-openerp [Mon, 18 Mar 2013 17:45:03 +0000 (18:45 +0100)]
[FIX] calls to fields_view_get do not pass the correct context, fails in o2m

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

bzr revid: nicolas.vanhoren@openerp.com-20130318174503-7xp04ccghdbqfvrl

11 years ago[FIX] db creation: change master password field back to type=password
Olivier Dony [Mon, 18 Mar 2013 15:56:18 +0000 (16:56 +0100)]
[FIX] db creation: change master password field back to type=password

This is not only dangerous but also
completely inconsistent with the other
db management screens. It also represents
little improvement in terms of usability
for first-time users, since the password
is now mentioned on the comment just above
the field.

bzr revid: odo@openerp.com-20130318155618-z9s2izahnv1j2no6

11 years ago[FIX] Fix wrong amounts in contract form and add grey text message in Create Invoice...
Josse Colpaert [Mon, 18 Mar 2013 15:30:49 +0000 (16:30 +0100)]
[FIX] Fix wrong amounts in contract form and add grey text message in Create Invoice wizard

bzr revid: jco@openerp.com-20130318153049-myvqzvv1c2zqgna8

11 years ago[FIX] account: fixed the filter used in manual reconciliation process
Quentin (OpenERP) [Mon, 18 Mar 2013 14:43:42 +0000 (15:43 +0100)]
[FIX] account: fixed the filter used in manual reconciliation process

bzr revid: qdp-launchpad@openerp.com-20130318144342-16w1dreej7yzr51n

11 years ago[FIX] web_services: incorrect error message in logfile after failed DB dump, courtesy...
Olivier Dony [Mon, 18 Mar 2013 14:41:56 +0000 (15:41 +0100)]
[FIX] web_services: incorrect error message in logfile after failed DB dump, courtesy of Brendan Clune (Logic Supply)

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

bzr revid: odo@openerp.com-20130318144156-q7yw9qy83tngdg6x

11 years ago[FIX] web_services: set PGPASSWORD in environment only when db_password is set in...
Olivier Dony [Mon, 18 Mar 2013 14:15:32 +0000 (15:15 +0100)]
[FIX] web_services: set PGPASSWORD in environment only when db_password is set in the config

This prevents an error when trying to set an
environment variable to `False`, and is the
second part of the regression introduced in
revision 4424. See previous partial fix
at revision 4893

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

bzr revid: odo@openerp.com-20130318141532-m2xsahh5u5pi5bth

11 years ago[MERGE] removal of editable=top on stock.move tree view
Quentin (OpenERP) [Mon, 18 Mar 2013 13:58:28 +0000 (14:58 +0100)]
[MERGE] removal of editable=top on stock.move tree view

bzr revid: qdp-launchpad@openerp.com-20130318135828-y5v17c731059ab7u

11 years ago[MERGE] sale: when printing the sale order report, do not print the discount column...
Quentin (OpenERP) [Mon, 18 Mar 2013 13:56:54 +0000 (14:56 +0100)]
[MERGE] sale: when printing the sale order report, do not print the discount column if user doesn't belong to the group that enables to see it

bzr revid: qdp-launchpad@openerp.com-20130318135654-bi22fjscerrmzgru

11 years ago[FIX]stock: list view for stock move shouldn't be editable
Cedric Snauwaert [Mon, 18 Mar 2013 13:43:43 +0000 (14:43 +0100)]
[FIX]stock: list view for stock move shouldn't be editable

bzr revid: csn@openerp.com-20130318134343-1z5epusa17enpclt

11 years ago[FIX] Change SQL query for manual reconciliation partners such that partners appear...
Josse Colpaert [Mon, 18 Mar 2013 11:30:43 +0000 (12:30 +0100)]
[FIX] Change SQL query for manual reconciliation partners such that partners appear when needed

bzr revid: jco@openerp.com-20130318113043-fm2gc0yrln630vjf

11 years ago[MERGE] crash when duplicating a pos_config
Quentin (OpenERP) [Mon, 18 Mar 2013 11:26:03 +0000 (12:26 +0100)]
[MERGE] crash when duplicating a pos_config

bzr revid: qdp-launchpad@openerp.com-20130318112603-3ursnpro19qhb5yh

11 years ago[FIX]pos: fix error when trying to duplicate point of sale
Cedric Snauwaert [Mon, 18 Mar 2013 10:53:04 +0000 (11:53 +0100)]
[FIX]pos: fix error when trying to duplicate point of sale

bzr revid: csn@openerp.com-20130318105304-3g7qlb8lrjr0e5rw

11 years ago[FIX] pyeval: argspec of relativedelta
Xavier Morel [Mon, 18 Mar 2013 10:52:44 +0000 (11:52 +0100)]
[FIX] pyeval: argspec of relativedelta

bzr revid: xmo@openerp.com-20130318105244-qkgvi69do0219lkk

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 18 Mar 2013 05:22:17 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130316063604-hv8xtn4g8e76no72
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317053030-q0f5iyfhv4qtah18
bzr revid: launchpad_translations_on_behalf_of_openerp-20130318052217-ua2ev323qlvhi8l2

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 17 Mar 2013 05:30:35 +0000 (05:30 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130317052921-m3gthz6l7fx1jwu7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130315064417-68iimts1xgj8bn5z
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317053035-kqb70nwvcg1iqldu

11 years ago[FIX] account: prevent the residual amount of invoices/credit notes to be negative
Quentin (OpenERP) [Fri, 15 Mar 2013 13:01:47 +0000 (14:01 +0100)]
[FIX] account: prevent the residual amount of invoices/credit notes to be negative

bzr revid: qdp-launchpad@openerp.com-20130315130147-1n6g5z7nghmucibo

11 years ago[FIX] account_payment: soft removal of buggy _amount_to_pay field, not needed as...
Quentin (OpenERP) [Fri, 15 Mar 2013 11:00:52 +0000 (12:00 +0100)]
[FIX] account_payment: soft removal of buggy _amount_to_pay field, not needed as the field residual is making the trick most of the time

bzr revid: qdp-launchpad@openerp.com-20130315110052-u57rx4ntaazqw827

11 years ago[FIX] account_analytic_analysis, usability: removal of a default filter not wanted
Quentin (OpenERP) [Fri, 15 Mar 2013 10:46:19 +0000 (11:46 +0100)]
[FIX] account_analytic_analysis, usability: removal of a default filter not wanted

bzr revid: qdp-launchpad@openerp.com-20130315104619-lh31vdupmkxzvou7

11 years ago[FIX] linkedin module compliancy with saas and https protocol
Quentin (OpenERP) [Fri, 15 Mar 2013 10:38:47 +0000 (11:38 +0100)]
[FIX] linkedin module compliancy with saas and https protocol

bzr revid: qdp-launchpad@openerp.com-20130315103847-lr9ofry7ceuqgcu5

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 15 Mar 2013 06:44:13 +0000 (06:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130315064413-o75f8ljrruhoziqa

11 years ago[FIX] crm_partner_assign form use v7 groups
Antony Lesuisse [Fri, 15 Mar 2013 02:22:39 +0000 (03:22 +0100)]
[FIX] crm_partner_assign form use v7 groups

bzr revid: al@openerp.com-20130315022239-jfypwp9e027wdat5

11 years ago[FIX] crm_partner_assign next review date in list
Antony Lesuisse [Fri, 15 Mar 2013 02:03:52 +0000 (03:03 +0100)]
[FIX] crm_partner_assign next review date in list

bzr revid: al@openerp.com-20130315020352-jx3y451n301ykbqx

11 years ago[MERGE] auth_signup res.users improve display of invitation and reset password
Antony Lesuisse [Thu, 14 Mar 2013 22:33:26 +0000 (23:33 +0100)]
[MERGE] auth_signup res.users improve display of invitation and reset password

bzr revid: al@openerp.com-20130314223326-b0j801ndgg1ru1lr

11 years ago[MERGE] base.sass infobox and url text attribute
Antony Lesuisse [Thu, 14 Mar 2013 22:28:38 +0000 (23:28 +0100)]
[MERGE] base.sass infobox and url text attribute

bzr revid: al@openerp.com-20130314222838-xjf3p76o1n1u2y93

11 years ago[IMP] Improved box_info box_warning css
Fabien Meghazi [Thu, 14 Mar 2013 22:26:16 +0000 (23:26 +0100)]
[IMP] Improved box_info box_warning css

bzr revid: fme@openerp.com-20130314222616-gz7f0zpnpz0skq88

11 years ago[FIX] Adapted standard sxw file
Josse Colpaert [Thu, 14 Mar 2013 17:02:09 +0000 (18:02 +0100)]
[FIX] Adapted standard sxw file

bzr revid: jco@openerp.com-20130314170209-uy5kk1j11w1xgzg8

11 years ago[MERGE] tools: regex to find the good partner name
Quentin (OpenERP) [Thu, 14 Mar 2013 17:00:10 +0000 (18:00 +0100)]
[MERGE] tools: regex to find the good partner name

bzr revid: qdp-launchpad@openerp.com-20130314170010-ggybuy16m96kulem

11 years ago[FIX] Give correct context for invitatio
Fabien Meghazi [Thu, 14 Mar 2013 16:39:13 +0000 (17:39 +0100)]
[FIX] Give correct context for invitatio

bzr revid: fme@openerp.com-20130314163913-wteq8qrimxqmro76

11 years ago[FIX] Remove sales filter in Time and Materials to Invoice
Josse Colpaert [Thu, 14 Mar 2013 16:13:27 +0000 (17:13 +0100)]
[FIX] Remove sales filter in Time and Materials to Invoice

bzr revid: jco@openerp.com-20130314161327-xtq04qqi9w7ohgb3

11 years ago[REM] Removed one state
Fabien Meghazi [Thu, 14 Mar 2013 16:01:41 +0000 (17:01 +0100)]
[REM] Removed one state

bzr revid: fme@openerp.com-20130314160141-5hrurkcy4w3wc4ca

11 years ago[MERGE] 7.0
Fabien Meghazi [Thu, 14 Mar 2013 15:59:44 +0000 (16:59 +0100)]
[MERGE] 7.0

bzr revid: fme@openerp.com-20130314155944-hhfaoiu31i8716tn

11 years ago[IMP] res_users info box change wording
Fabien Meghazi [Thu, 14 Mar 2013 15:40:03 +0000 (16:40 +0100)]
[IMP] res_users info box change wording

bzr revid: fme@openerp.com-20130314154003-r15yz1gvy324vz36

11 years ago[FIX] base, res_currency: raise an error if a currency doesn't have any rate associat...
Quentin (OpenERP) [Thu, 14 Mar 2013 15:38:00 +0000 (16:38 +0100)]
[FIX] base, res_currency: raise an error if a currency doesn't have any rate associated to the given period (if any)

bzr revid: qdp-launchpad@openerp.com-20130314153800-wl48wkp5f3zz0pb6

11 years ago[FIX]hr_timesheet_sheet: fix user_id variable referenced before assignment when no...
Cedric Snauwaert [Thu, 14 Mar 2013 15:06:14 +0000 (16:06 +0100)]
[FIX]hr_timesheet_sheet: fix user_id variable referenced before assignment when no employee_id
specified in onchange_employee_id

bzr revid: csn@openerp.com-20130314150614-bsnwc4gk7a9eyri0

11 years ago[FIX] account: removal of warnings at database creation due to unknown fields in...
Quentin (OpenERP) [Thu, 14 Mar 2013 14:53:37 +0000 (15:53 +0100)]
[FIX] account: removal of warnings at database creation due to unknown fields in account.payment.term.line model

bzr revid: qdp-launchpad@openerp.com-20130314145337-vriuhu2sozdeyu5a

11 years ago[FIX] crm, usability: the button on lead form view should be used to log calls as...
Quentin (OpenERP) [Thu, 14 Mar 2013 14:53:09 +0000 (15:53 +0100)]
[FIX] crm, usability: the button on lead form view should be used to log calls as on opportunities

bzr revid: qdp-launchpad@openerp.com-20130314145309-cbahywaeccnrfjfb

11 years ago[FIX] apps: hide breadcrum of the remote action
Christophe Simonis [Thu, 14 Mar 2013 14:50:17 +0000 (15:50 +0100)]
[FIX] apps: hide breadcrum of the remote action

bzr revid: chs@openerp.com-20130314145017-k2502iwwovj379m0

11 years ago[FIX] EmbeddedClient.do_action() forward all arguments
Christophe Simonis [Thu, 14 Mar 2013 14:45:03 +0000 (15:45 +0100)]
[FIX] EmbeddedClient.do_action() forward all arguments

bzr revid: chs@openerp.com-20130314144503-e5ewicf13er2clh8

11 years ago[MERGE] [ADD] `hide_breadcrumb` option
Christophe Simonis [Thu, 14 Mar 2013 14:44:16 +0000 (15:44 +0100)]
[MERGE] [ADD] `hide_breadcrumb` option

bzr revid: chs@openerp.com-20130314144416-v3eb8czyr44qiub8

11 years ago[MERGE] sale: adds id to the sale_order_line _order so that lines sty in the same...
Chris Biersbach [Thu, 14 Mar 2013 14:37:05 +0000 (15:37 +0100)]
[MERGE] sale: adds id to the sale_order_line _order so that lines sty in the same order when the sale order is created. Patch by Peter langenberg / Agaplan

bzr revid: cbi@openerp.com-20130314143705-9mpgrsemorg2l0b1

11 years ago[FIX] corrected small problem that made appear "false" in empty field text
niv-openerp [Thu, 14 Mar 2013 13:51:41 +0000 (14:51 +0100)]
[FIX] corrected small problem that made appear "false" in empty field text

bzr revid: nicolas.vanhoren@openerp.com-20130314135141-lnifcsa405qzjp0j

11 years ago[FIX]portal_anonymous: set flag share to anonymous user
dle@openerp.com [Thu, 14 Mar 2013 12:30:13 +0000 (13:30 +0100)]
[FIX]portal_anonymous: set flag share to anonymous user

bzr revid: dle@openerp.com-20130314123013-14jdmnh5eczyn0zh

11 years ago[IMP]auth_signup: user state rewording
dle@openerp.com [Thu, 14 Mar 2013 12:23:19 +0000 (13:23 +0100)]
[IMP]auth_signup: user state rewording

bzr revid: dle@openerp.com-20130314122319-hc2n78ugj2grstg8

11 years ago[FIX] auth_openid: better design
Christophe Simonis [Thu, 14 Mar 2013 12:04:49 +0000 (13:04 +0100)]
[FIX] auth_openid: better design

bzr revid: chs@openerp.com-20130314120449-p2oef4oymc9nuwof

11 years ago[FIX] Do not restraint info box width
Fabien Meghazi [Thu, 14 Mar 2013 11:50:55 +0000 (12:50 +0100)]
[FIX] Do not restraint info box width

bzr revid: fme@openerp.com-20130314115055-7vv9nw51hf284lz3

11 years ago[FIX] Fixed infobox attrs
Fabien Meghazi [Thu, 14 Mar 2013 11:50:28 +0000 (12:50 +0100)]
[FIX] Fixed infobox attrs

bzr revid: fme@openerp.com-20130314115028-f2x6is15jmicaumc

11 years ago[FIX] LinkedIn integration https courtesy of Holger Brunn
Josse Colpaert [Thu, 14 Mar 2013 11:47:28 +0000 (12:47 +0100)]
[FIX] LinkedIn integration https courtesy of Holger Brunn

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

bzr revid: jco@openerp.com-20130314114728-zzb2x5f3zf3gm3aa

11 years ago[MERGE] OPW 586308: orm: moves the access rules check in the orm create method so...
Chris Biersbach [Thu, 14 Mar 2013 11:46:08 +0000 (12:46 +0100)]
[MERGE] OPW 586308: orm: moves the access rules check in the orm create method so it also works when a m2m or similar field is used in an access rule

bzr revid: cbi@openerp.com-20130314114608-e9kztxo5yeg9ah0f

11 years ago[IMP]auth_signup: state wording
dle@openerp.com [Thu, 14 Mar 2013 11:41:30 +0000 (12:41 +0100)]
[IMP]auth_signup: state wording

bzr revid: dle@openerp.com-20130314114130-ljeha8ys7vhdmf4y

11 years ago[FIX] auth_openid: use data-provider instead of title to match provider logo as title...
Christophe Simonis [Thu, 14 Mar 2013 11:14:21 +0000 (12:14 +0100)]
[FIX] auth_openid: use data-provider instead of title to match provider logo as title is translatable

bzr revid: chs@openerp.com-20130314111421-sf5jrig5vw3i1dlg

11 years ago[FIX] auth_openid: add data-modes attribute on <li> tags to be compatible with auth_s...
Christophe Simonis [Thu, 14 Mar 2013 11:09:27 +0000 (12:09 +0100)]
[FIX] auth_openid: add data-modes attribute on <li> tags to be compatible with auth_signup module.
show()/hide() elements explicitly instead of setting a specific class for this job.

bzr revid: chs@openerp.com-20130314110927-rvb21ii1lbfpmmna

11 years ago[FIX] auth_signup: force password and login inputs to have a data-modes setted
Christophe Simonis [Thu, 14 Mar 2013 11:04:31 +0000 (12:04 +0100)]
[FIX] auth_signup: force password and login inputs to have a data-modes setted

bzr revid: chs@openerp.com-20130314110431-a09jk7zwdh5dsdpq

11 years ago[ADD] `hide_breadcrumb` option
Fabien Meghazi [Thu, 14 Mar 2013 10:52:13 +0000 (11:52 +0100)]
[ADD] `hide_breadcrumb` option

bzr revid: fme@openerp.com-20130314105213-13dtn26c773qsu7a

11 years ago[FIX] auth_signup: only automatically show signup if signup is enabled
Christophe Simonis [Thu, 14 Mar 2013 10:34:20 +0000 (11:34 +0100)]
[FIX] auth_signup: only automatically show signup if signup is enabled

bzr revid: chs@openerp.com-20130314103420-tkr1wklrf85vux7o

11 years ago[MERGE] view_form.js: fixing the statusbar. if there is no domain defined, the status...
Quentin (OpenERP) [Thu, 14 Mar 2013 10:32:33 +0000 (11:32 +0100)]
[MERGE] view_form.js: fixing the statusbar. if there is no domain defined, the statusbar mustn't try to concat with ('|',('id','=',...)) because it is creating a syntactically invalid domain

bzr revid: qdp-launchpad@openerp.com-20130314103233-icm1b664xrisy66k

11 years ago[Revert]auth_signup: should be done here
dle@openerp.com [Thu, 14 Mar 2013 10:30:17 +0000 (11:30 +0100)]
[Revert]auth_signup: should be done here

bzr revid: dle@openerp.com-20130314103017-g0dps4lx151unu6o

11 years ago[FIX]auth_signup: rewording reset password, which is not a reset password actually
dle@openerp.com [Thu, 14 Mar 2013 10:09:47 +0000 (11:09 +0100)]
[FIX]auth_signup: rewording reset password, which is not a reset password actually

bzr revid: dle@openerp.com-20130314100947-infr7ew5h3r4xt3w

11 years ago[FIX] orm: moves the access_rule check to the end of the create method to avoid getti...
Chris Biersbach [Thu, 14 Mar 2013 09:20:17 +0000 (10:20 +0100)]
[FIX] orm: moves the access_rule check to the end of the create method to avoid getting errors when trying to create and m2m values are passed, which can cause the rules to fail

bzr revid: cbi@openerp.com-20130314092017-agwzvwwbxev531kk

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130314053439-q79rdq445kptn3nn

11 years ago[REM] Removed reset_password notification
Fabien Meghazi [Wed, 13 Mar 2013 16:26:51 +0000 (17:26 +0100)]
[REM] Removed reset_password notification

bzr revid: fme@openerp.com-20130313162651-614fv1kefo46jszw

11 years ago[ADD] Added res.users auth_signup infobox for reset password
Fabien Meghazi [Wed, 13 Mar 2013 16:20:45 +0000 (17:20 +0100)]
[ADD] Added res.users auth_signup infobox for reset password

bzr revid: fme@openerp.com-20130313162045-zuzl2p2ooijjmvl6

11 years ago[FIX] missing oe_page_only class
Fabien Meghazi [Wed, 13 Mar 2013 16:20:32 +0000 (17:20 +0100)]
[FIX] missing oe_page_only class

bzr revid: fme@openerp.com-20130313162032-5jhh4nhk16z7qh1n

11 years ago[FIX] analytic_contract, usability: display the reinvoicing info group when charge_ex...
Quentin (OpenERP) [Wed, 13 Mar 2013 16:19:50 +0000 (17:19 +0100)]
[FIX] analytic_contract, usability: display the reinvoicing info group when charge_expense is True

bzr revid: qdp-launchpad@openerp.com-20130313161950-lttkc7702pd69duq

11 years ago[FIX] analytic_contract, usability: display the reinvoicing info group when charge_ex...
Quentin (OpenERP) [Wed, 13 Mar 2013 15:57:25 +0000 (16:57 +0100)]
[FIX] analytic_contract, usability: display the reinvoicing info group when charge_expense is True

bzr revid: qdp-launchpad@openerp.com-20130313155725-v79jfvl05ehbuhdh

11 years ago[FIX] hr_expense now creates an account.move directly instead of a voucher. For legal...
Quentin (OpenERP) [Wed, 13 Mar 2013 15:50:12 +0000 (16:50 +0100)]
[FIX] hr_expense now creates an account.move directly instead of a voucher. For legal issues, it was necessary to do this fix because it's not possible to put several taxes on a voucher line

bzr revid: qdp-launchpad@openerp.com-20130313155012-5p3lkod76rhsfnhi

11 years ago[ADD] Added form view infobox styling
Fabien Meghazi [Wed, 13 Mar 2013 15:44:29 +0000 (16:44 +0100)]
[ADD] Added form view infobox styling

bzr revid: fme@openerp.com-20130313154429-yjrbj0oklt7hd0qw

11 years ago[ADD] Added @text attribute to fields@widget=url
Fabien Meghazi [Wed, 13 Mar 2013 15:43:45 +0000 (16:43 +0100)]
[ADD] Added @text attribute to fields@widget=url

bzr revid: fme@openerp.com-20130313154345-6y8s7k5s0vyc3cc8

11 years ago[FIX]res_currency: change value from 0 to 1 when no rate is associated to a given...
Cedric Snauwaert [Wed, 13 Mar 2013 15:43:42 +0000 (16:43 +0100)]
[FIX]res_currency: change value from 0 to 1 when no rate is associated to a given period of time
in order to prevent division by zero error

bzr revid: csn@openerp.com-20130313154342-g1d1jj3g061evf56

11 years ago[FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and...
Thibault Delavallée [Wed, 13 Mar 2013 15:36:08 +0000 (16:36 +0100)]
[FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and 7.0 (partner_id, user_id); added group_by author_id.

bzr revid: tde@openerp.com-20130313153608-vvhcqp2e5ebdwwi6

11 years ago[FIX] web_services: fix db dump/restore when authentication requires a password on...
Olivier Dony [Wed, 13 Mar 2013 15:20:20 +0000 (16:20 +0100)]
[FIX] web_services: fix db dump/restore when authentication requires a password on non-win32 systems

The various pg_* utilities require the password
via a special environment variable or a special
`pgpass` file in the user home, even on Unix,
namely when the PostgreSQL connection is done
via TCP and not via a unix socket.

Setting the environment variable is relatively
safe if it is removed from the environment
immediately after the operation, and saves user
the trouble of managing the pgpass file themselves.

This had been fixed at revision 3992 but was
incorrectly removed for non win32 platforms
at revision 4424 (rev-id stw@openerp.com-20120912114651-8hcliparft1ep9tc)

lp bug: https://launchpad.net/bugs/790164 fixed
lp bug: https://launchpad.net/bugs/919100 fixed

bzr revid: odo@openerp.com-20130313152020-suo2pyrabae0ecg4

11 years ago[FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and...
Thibault Delavallée [Wed, 13 Mar 2013 15:12:27 +0000 (16:12 +0100)]
[FIX] mail_mail: fixed search view group_by using fields removed between 6.1 and 7.0; added group_by author_id.

bzr revid: tde@openerp.com-20130313151227-0ukxnu9wyxm1pe37

11 years ago[MERGE] hr_expense now creates an account.move directly instead of a voucher
Quentin (OpenERP) [Wed, 13 Mar 2013 14:37:26 +0000 (15:37 +0100)]
[MERGE] hr_expense now creates an account.move directly instead of a voucher

bzr revid: qdp-launchpad@openerp.com-20130313143726-3fdcbdiixiotih6c

11 years ago[FIX]view_form : fix invalid domain in widget statusbar when using m2o fields
Cedric Snauwaert [Wed, 13 Mar 2013 14:25:54 +0000 (15:25 +0100)]
[FIX]view_form : fix invalid domain in widget statusbar when using m2o fields

bzr revid: csn@openerp.com-20130313142554-7k6xgpeq20s8sqru

11 years ago[FIX] Change amounttobepaid with related field towards residual in invoice
Josse Colpaert [Wed, 13 Mar 2013 13:43:54 +0000 (14:43 +0100)]
[FIX] Change amounttobepaid with related field towards residual in invoice

bzr revid: jco@openerp.com-20130313134354-zno7h8o4yhpl0t8z

11 years ago[FIX] [IMP] Second batch of fixes and small usability fixes/improvements for CRM...
Thibault Delavallée [Wed, 13 Mar 2013 13:13:41 +0000 (14:13 +0100)]
[FIX] [IMP] Second batch of fixes and small usability fixes/improvements for CRM / mailing
email_template:
- fix email_template overriding recipients even when the template is void; the convention is that void values in the template are not used, meaning that they are not relevant in the template and not that they should erase existing values,
- added _order on name on email_template, in order to ease the choosing of templates,
crm:
- fix phonecall scheduling taking the lead/opportunity description as phonecall description,
- fix phonecall scheduling Chatter message: added phonecall description into it
- improved phonecall scheduling wizard form view (type is now on the left to ease reading and updating),
- fix opt_out parameter explanations; this parameter is relevant only for mass mailing and marketing campaigns,
- added 'Available for mass mailing' (opt_out = False) filter to give users the possibility of filtering leads before performing mass mailing,
res_partner:
- fix notification_email_send field missing on res_partner form view, preventing management of email reception policy for partners,
- fix opt_out parameter explanations (field added in email_template); this parameter is relevant only for mass mailing and marketing campaigns,
- added 'Available for mass mailing' (opt_out = False) filter to give users the possibility of filtering leads before performing mass mailing,
mail_message:
- fix read/unread filters on mail_message (help of both filters were the same; string of Unread becomes To Read to be clearer)

bzr revid: tde@openerp.com-20130313131341-5pwn4g0nmbaq030p