odoo/odoo.git
11 years ago[MERGE] cleanup of Yaml files: do not translate assert messages
Raphael Collet [Thu, 21 Mar 2013 13:38:05 +0000 (14:38 +0100)]
[MERGE] cleanup of Yaml files: do not translate assert messages

bzr revid: rco@openerp.com-20130321133805-e3rxb3laqjfy4mlp

11 years ago[FIX] ir_model_data: create the _inherits parent external ID prior to the child.
Vo Minh Thu [Thu, 21 Mar 2013 13:32:02 +0000 (14:32 +0100)]
[FIX] ir_model_data: create the _inherits parent external ID prior to the child.

This is needed so the uninstall process can simply go through
the installed data by using the ir_model_data entries in reverse
order (when ordered by IDs), so that parents are deleted before
children.

bzr revid: vmt@openerp.com-20130321133202-igea1vxlszfpk6pe

11 years ago[IMP] cleanup of Yaml files: do not translate assert messages
Raphael Collet [Thu, 21 Mar 2013 13:18:24 +0000 (14:18 +0100)]
[IMP] cleanup of Yaml files: do not translate assert messages

bzr revid: rco@openerp.com-20130321131824-422cc4mk2bm9yrw8

11 years ago[MERGE] [FIX] Web: errors are displayed again
Thibault Delavallée [Thu, 21 Mar 2013 09:01:02 +0000 (10:01 +0100)]
[MERGE] [FIX] Web: errors are displayed again

bzr revid: tde@openerp.com-20130321090102-jzj80cfo6ko5x1dj

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 21 Mar 2013 04:38:10 +0000 (04:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130320044259-agfpyq2tw87ycy2x
bzr revid: launchpad_translations_on_behalf_of_openerp-20130321043810-nymrr02latjmd75n

11 years ago[FIX] safe_eval: better exception handling:
Vo Minh Thu [Wed, 20 Mar 2013 13:22:38 +0000 (14:22 +0100)]
[FIX] safe_eval: better exception handling:

- the re-raising of exceptions ignored the "legal" exceptions
(the one used to early abort RPC calls and generate pop-ups)
- re-raising the exception was attempting to re-use the original
exception type but it does not always take only one argument
so it was breaking.

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

bzr revid: vmt@openerp.com-20130320132238-qzo3jptww59ndlch

11 years ago[FIX] chrome.js: error without message
Christophe Matthieu [Wed, 20 Mar 2013 12:22:10 +0000 (13:22 +0100)]
[FIX] chrome.js: error without message

bzr revid: chm@openerp.com-20130320122210-0p31k511eg8fplap

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

bzr revid: vmt@openerp.com-20130319142701-1cvo6dh2yvg4z81f

11 years ago[MERGE] 7.0 branch
niv-openerp [Tue, 19 Mar 2013 10:28:59 +0000 (11:28 +0100)]
[MERGE] 7.0 branch

bzr revid: nicolas.vanhoren@openerp.com-20130319102859-rj9r9ngqtf5ep3a3

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 ago[MERGE] Mass Mailing branch. The purpose of this branch is to improve the mass mailin...
Thibault Delavallée [Tue, 19 Mar 2013 09:55:05 +0000 (10:55 +0100)]
[MERGE] Mass Mailing branch. The purpose of this branch is to improve the mass mailing using the composer wizard, and a better support of email template values. Mass mailing basically posts a message on a document, without notifying the followers. Options are added that allow to send pure email mass mailing, or to notify followers. Specifying a reply to address is now supported. It by-passes the automatic thread fetching by directly looking for aliases instead of rebuilding threads when processing replies. Some templates have also been updated or added to support mass mailing in CRM.

mail_mail
- added recipient_ids field, that holds specific recipients in addition to email_to; this field replace the recipient_ids parameter of mail_mail.send(), allowing to re-send failed emails, or at least store the whole mail information about recipients,
- updated form view to add some missing fields in the view,
mail_message
- added 'reply_to' field, that holds specific reply_to value, before passing it to the created email notifications,
mail_compose_message
- added 'post' boolean field: whether the message will be posted on the document (using active_model_pool.message_post()), or if it should only be an email (using mail_mail.create()),
- added 'notify' boolean field: if the message is posted on the document, tells whether the followers should be notified of the message,
- added 'same_thread' boolean field: if not set, a custom reply_to will be used and the automatic thread routing in message_process will be py-passed,
email_template
- renamed 'email_recipients' field into 'partner_to' (more coherent: email_to is a list of emails, partner_to is a list of partner ids),
- added default template on res.partner, setting partner_to as obj.id,
- moving mass mailing action from mail to email_template, that now uses the previous template,
mail_compose_message in email_template
- added partner_to, email_to and email_cc to be able to use those fields, that exist on the template, in the wizard
crm
- updated basic lead/opportunity template, setting partner_to as obj.partner_id.id, or email_to as obj.email_from
- added mass mailing action for lead/opportunity that uses the previous template

bzr revid: tde@openerp.com-20130319095505-efv0mdzq2fnwnila

11 years ago[IMP] mail_compose_message: some fields back to visible.
Thibault Delavallée [Tue, 19 Mar 2013 09:38:44 +0000 (10:38 +0100)]
[IMP] mail_compose_message: some fields back to visible.

bzr revid: tde@openerp.com-20130319093844-82c95hmwznaprp6t

11 years ago[CLEAN] Misc cleaning and code review before merging.
Thibault Delavallée [Tue, 19 Mar 2013 09:18:44 +0000 (10:18 +0100)]
[CLEAN] Misc cleaning and code review before merging.

bzr revid: tde@openerp.com-20130319091844-tnpd0w8tlagcbypz

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 19 Mar 2013 09:01:48 +0000 (10:01 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20130319090148-ggdkll48f9343y1l

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 agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 19 Mar 2013 05:52:26 +0000 (05:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130319055226-z0y9upevo90gjrp7

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130319053351-ewu7qa30awce4qli

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] mail: fixed issues with partner_ids now being a list of ids and not a list...
Thibault Delavallée [Mon, 18 Mar 2013 15:49:23 +0000 (16:49 +0100)]
[FIX] mail: fixed issues with partner_ids now being a list of ids and not a list of commands anymore.

bzr revid: tde@openerp.com-20130318154923-svnh1h6sm06nrbt6

11 years ago[FIX] mail: missing 'nice' reply_to is back on track.
Thibault Delavallée [Mon, 18 Mar 2013 15:02:52 +0000 (16:02 +0100)]
[FIX] mail: missing 'nice' reply_to is back on track.

bzr revid: tde@openerp.com-20130318150252-twwxoborz8ppeh6a

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] auth_signup: fixed wrong xml syntax due to poor conflict-resolving
Quentin (OpenERP) [Mon, 18 Mar 2013 13:49:32 +0000 (14:49 +0100)]
[FIX] auth_signup: fixed wrong xml syntax due to poor conflict-resolving

bzr revid: qdp-launchpad@openerp.com-20130318134932-me3dlcu2sugvuscc

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] mail: fixed wrong var name in notify; fixed a missing email in tests.
Thibault Delavallée [Mon, 18 Mar 2013 13:19:19 +0000 (14:19 +0100)]
[FIX] mail: fixed wrong var name in notify; fixed a missing email in tests.

bzr revid: tde@openerp.com-20130318131919-31zdc7309c4zt8xj

11 years ago[REF] account_payment: removal of amount_to_pay field on account.move.line and accoun...
Quentin (OpenERP) [Mon, 18 Mar 2013 12:27:48 +0000 (13:27 +0100)]
[REF] account_payment: removal of amount_to_pay field on account.move.line and account.invoice, replaced by amount_residual

bzr revid: qdp-launchpad@openerp.com-20130318122748-ac9k5bhka1foadvr

11 years ago[MERGE] forward port of fixes made in v7 addons branch up to revision 8872
Quentin (OpenERP) [Mon, 18 Mar 2013 12:27:17 +0000 (13:27 +0100)]
[MERGE] forward port of fixes made in v7 addons branch up to revision 8872

bzr revid: qdp-launchpad@openerp.com-20130318122717-qptmntn26bx4wn8r

11 years ago[MERGE] Sync with trunk and latest mail changes.
Thibault Delavallée [Mon, 18 Mar 2013 12:20:27 +0000 (13:20 +0100)]
[MERGE] Sync with trunk and latest mail changes.

bzr revid: tde@openerp.com-20130318122027-l570iyzlljshz4ne

11 years ago[MERGE] 'Invite & Quick Create User' update. Addons branch; see server branch for...
Thibault Delavallée [Mon, 18 Mar 2013 12:14:39 +0000 (13:14 +0100)]
[MERGE] 'Invite & Quick Create User' update. Addons branch; see server branch for more details.

Quick Create:
- [ADD] in context of 'user_id' fields the xml_ids of necessary groups,
Invite:
- [ADD] added send_mail boolean field on invite wizard, allowing to avoid sending emails when inviting someone as a follower on the document,
- [IMP] notification and invite signature: improved signature (now including: sender name, company name as a link to the company website); invite message and subject improved, small code re-organization
Misc:
- [IMP] sheet tags added in various form views in HR

bzr revid: tde@openerp.com-20130318121439-xyl34r9tdut6t19c

11 years ago[MERGE] 'Invite & Quick Create User' update. The server branch holds in res_users...
Thibault Delavallée [Mon, 18 Mar 2013 12:09:05 +0000 (13:09 +0100)]
[MERGE] 'Invite & Quick Create User' update. The server branch holds in res_users.create() the support of  key in context, allowing to put xml_ids of user groups in the context of relational fields linking to res.users. The purpose of this modification is to quick-create users that will have the access rights related to the functional meaning of the field. For example creating an user in the 'Responsible' field of a task should add him in the group related to project management.

Example of use : <field name="user_id" string="Project Manager" context="{'default_groups_ref': ['base.group_user', 'project.group_project_manager']}"/> will add Employee (base.group_user) and Project Manager (project.group_project_manager) groups, as well as implied groups.

res_users:
- [add] added support of  key in context of default_get. It contains a list of xml_ids of user groups; those groups, if found, are added to the newly created user,
- [ref] refactored simplified (quick create) view that is now more like a contact card, with login and email required because of the login email that will be send to the user

bzr revid: tde@openerp.com-20130318120905-1w9xpoyppnj62wlj

11 years ago[CLEAN] addons: removed duplicated base.group_user in context of default_groups_ref.
Thibault Delavallée [Mon, 18 Mar 2013 11:39:48 +0000 (12:39 +0100)]
[CLEAN] addons: removed duplicated base.group_user in context of default_groups_ref.

bzr revid: tde@openerp.com-20130318113948-i2chxw0a9xs356v3

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] service.db: missing imports
Olivier Dony [Mon, 18 Mar 2013 11:02:57 +0000 (12:02 +0100)]
[FIX] service.db: missing imports

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

bzr revid: odo@openerp.com-20130318110257-x9591dl74vu8yf2f

11 years ago[IMP] service.wsgi_server: useless import
Olivier Dony [Mon, 18 Mar 2013 11:02:29 +0000 (12:02 +0100)]
[IMP] service.wsgi_server: useless import

bzr revid: odo@openerp.com-20130318110229-h4422zy2kcjys2ik

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 ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 18 Mar 2013 10:18:36 +0000 (11:18 +0100)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130315093732-2u1lc5x51276ethu
bzr revid: tde@openerp.com-20130318101836-rve5ane4rheiiq6k

11 years ago[MERGE] Sync with trunk
Thibault Delavallée [Mon, 18 Mar 2013 10:18:28 +0000 (11:18 +0100)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20130318101828-6csyuhmutrvm5ld5

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 [Mon, 18 Mar 2013 04:46:40 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130316055338-ogfw01ap8fh1hlaj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317045918-zi1230lgxjbkqw3x
bzr revid: launchpad_translations_on_behalf_of_openerp-20130318044640-ts2tr31y2gl25rev

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[IMP] mail_compose_message: mass mailing does not auto_subscribe author anymore.
Thibault Delavallée [Fri, 15 Mar 2013 12:40:09 +0000 (13:40 +0100)]
[IMP] mail_compose_message: mass mailing does not auto_subscribe author anymore.

bzr revid: tde@openerp.com-20130315124009-xgfwr5xuxe1fhrut

11 years ago[MERGE] Sync with trunk, tried to resolve the conflicts without breakign everything.
Thibault Delavallée [Fri, 15 Mar 2013 12:07:59 +0000 (13:07 +0100)]
[MERGE] Sync with trunk, tried to resolve the conflicts without breakign everything.

bzr revid: tde@openerp.com-20130315120759-sf1o1sd80ycuuy7n

11 years ago[FIX] __getattr__ implementation on BaseModel
Xavier Morel [Fri, 15 Mar 2013 11:53:02 +0000 (12:53 +0100)]
[FIX] __getattr__ implementation on BaseModel

object has no __getattr__, in the usual case super(BaseModel,
self).__getattr__ will blow up with an AttributeError (but the wrong
one).

On the other hand, if a BaseModel descendant class is used in MI
alongside a non-BM descendant (e.g. res_partner inheriting from Model
and format_address) and the non-BM descendant also implements
__getattr__, we want to forward the failed attr search to the other
__getattr__ implementation.

So check if super() has a __getattr__, call it if it does otherwise
AttributeError right there.

bzr revid: xmo@openerp.com-20130315115302-z7jla334gb9a5e43

11 years ago[MERGE] Sync with trunk, resolved conflicts due to forward port of 7.0
Thibault Delavallée [Fri, 15 Mar 2013 11:43:38 +0000 (12:43 +0100)]
[MERGE] Sync with trunk, resolved conflicts due to forward port of 7.0

bzr revid: tde@openerp.com-20130315114338-54scb00rkp7zwr30

11 years ago[FIX] account_analytic_analysis: remove duplicate method kept by mistake while portin...
Olivier Dony [Fri, 15 Mar 2013 11:31:20 +0000 (12:31 +0100)]
[FIX] account_analytic_analysis: remove duplicate method kept by mistake while porting 7.0 fixes to trunk in rev.8620

bzr revid: odo@openerp.com-20130315113120-xsmfoxw6a6kaylzm

11 years ago[IMP] mail: invite: slighty updated invite message. Updated tests accordingly.
Thibault Delavallée [Fri, 15 Mar 2013 11:05:54 +0000 (12:05 +0100)]
[IMP] mail: invite: slighty updated invite message. Updated tests accordingly.

bzr revid: tde@openerp.com-20130315110554-rszi5u1c9dybzq46

11 years ago[FIX] mail.css: fixed a forgotten ';'; added a bit of style to invite people button.
Thibault Delavallée [Fri, 15 Mar 2013 11:05:28 +0000 (12:05 +0100)]
[FIX] mail.css: fixed a forgotten ';'; added a bit of style to invite people button.

bzr revid: tde@openerp.com-20130315110528-oggnd7iwktgag5a1

11 years ago[CLEAN] mail_followers: cleaned code of get_signature_footer: same feature, but a...
Thibault Delavallée [Fri, 15 Mar 2013 11:04:55 +0000 (12:04 +0100)]
[CLEAN] mail_followers: cleaned code of get_signature_footer: same feature, but a bit less code.

bzr revid: tde@openerp.com-20130315110455-7ho0djpjlkbap6l1

11 years ago[IMP] mail_mail: delegated footer modification into a dedicated method called by...
Thibault Delavallée [Fri, 15 Mar 2013 11:04:21 +0000 (12:04 +0100)]
[IMP] mail_mail: delegated footer modification into a dedicated method called by send_get_email_body.

bzr revid: tde@openerp.com-20130315110421-if39vmvov4loe5u7

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 ago[MERGE] merge with main trunk branch to get last translations from launchpad
Quentin (OpenERP) [Fri, 15 Mar 2013 10:31:16 +0000 (11:31 +0100)]
[MERGE] merge with main trunk branch to get last translations from launchpad

bzr revid: qdp-launchpad@openerp.com-20130315103116-lxj96usw3ipd11z5

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Fri, 15 Mar 2013 09:39:07 +0000 (10:39 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20130315093907-8kc28n669unmr1n2

11 years ago[IMP] res_users: improved simplified form (using info_box).
Thibault Delavallée [Fri, 15 Mar 2013 09:36:58 +0000 (10:36 +0100)]
[IMP] res_users: improved simplified form (using info_box).

bzr revid: tde@openerp.com-20130315093658-8ihhf3h4w6q3vypo

11 years ago[MERGE] Bugfixes from the 7.0 branch, up to rev. 3845
Olivier Dony [Fri, 15 Mar 2013 09:01:12 +0000 (10:01 +0100)]
[MERGE] Bugfixes from the 7.0 branch, up to rev. 3845

rev.3845 = launchpad_translations_on_behalf_of_openerp-20130315064417-68iimts1xgj8bn5z

bzr revid: odo@openerp.com-20130315090112-n4h5wpxk2sjhwvrd

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 agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 15 Mar 2013 05:54:12 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130315055412-luy9qg1pkdjnqlud

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130315045639-qfbb8ay587g0rs6p

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] purchase; don't try to post messages on PO if there is no purchase related...
Quentin (OpenERP) [Thu, 14 Mar 2013 17:02:26 +0000 (18:02 +0100)]
[FIX] purchase; don't try to post messages on PO if there is no purchase related to an invoice

bzr revid: qdp-launchpad@openerp.com-20130314170226-3bvvsvd8aq2a9lkg

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] sale: don't try to post messages on SO if there is no sale related to an invoice
Quentin (OpenERP) [Thu, 14 Mar 2013 16:44:13 +0000 (17:44 +0100)]
[FIX] sale: don't try to post messages on SO if there is no sale related to an invoice

bzr revid: qdp-launchpad@openerp.com-20130314164413-qv3j3b3tcc4zt6b7

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] account_followup: typo
Quentin (OpenERP) [Thu, 14 Mar 2013 16:26:08 +0000 (17:26 +0100)]
[FIX] account_followup: typo

bzr revid: qdp-launchpad@openerp.com-20130314162608-1yw7etvz1scxo5h6

11 years ago[IMP] addons: add default employee group on default_groups_ref.
Thibault Delavallée [Thu, 14 Mar 2013 16:21:41 +0000 (17:21 +0100)]
[IMP] addons: add default employee group on default_groups_ref.

bzr revid: tde@openerp.com-20130314162141-skfq5w98zhpn31yh

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[REF] orm:
Vo Minh Thu [Thu, 14 Mar 2013 15:44:18 +0000 (16:44 +0100)]
[REF] orm:
- isinstance(ids, dict) is done at the end, but not at the beginning,
so if ids was a single dict, it would break in the map(lambda).
- The loop to convert None to False can be done in _read_flat instead
of read (there is already plenty of loops in _read_flat)
- The __getattr__ was breaking the stacktrace.

bzr revid: vmt@openerp.com-20130314154418-0wmxfw1ot92kjmzf

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] hr_expense: removal of references to account_voucher module
Quentin (OpenERP) [Thu, 14 Mar 2013 15:03:32 +0000 (16:03 +0100)]
[FIX] hr_expense: removal of references to account_voucher module

bzr revid: qdp-launchpad@openerp.com-20130314150332-uifxmj2h2z4k2w28

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[MERGE] [FIX] ir.model: uninstall should not drop LOG_ACCESS_COLUMNS columns.
Vo Minh Thu [Thu, 14 Mar 2013 13:11:27 +0000 (14:11 +0100)]
[MERGE] [FIX] ir.model: uninstall should not drop LOG_ACCESS_COLUMNS columns.

bzr revid: vmt@openerp.com-20130314131127-93qvwrpz0li3ba32

11 years ago[FIX] account_asset: import statement
Quentin (OpenERP) [Thu, 14 Mar 2013 12:40:46 +0000 (13:40 +0100)]
[FIX] account_asset: import statement

bzr revid: qdp-launchpad@openerp.com-20130314124046-mwqslwiy81jwd9kk

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[CLEAN] mail_mail: cleaned a bit the form view
Thibault Delavallée [Thu, 14 Mar 2013 12:06:11 +0000 (13:06 +0100)]
[CLEAN] mail_mail: cleaned a bit the form view

bzr revid: tde@openerp.com-20130314120611-p9fouks0wk0e10do

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