odoo/odoo.git
11 years ago[FIX] Chatter: tried to fix the display on Wall / document.
Thibault Delavallée [Mon, 27 Aug 2012 08:51:45 +0000 (10:51 +0200)]
[FIX] Chatter: tried to fix the display on Wall / document.

bzr revid: tde@openerp.com-20120827085145-7v4l5cz6u7lhsajw

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 27 Aug 2012 08:37:05 +0000 (10:37 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120827083705-p2edynkzch7hszrd

11 years ago[IMP] made a whole-application replace of $element by $el
niv-openerp [Fri, 24 Aug 2012 18:27:43 +0000 (20:27 +0200)]
[IMP] made a whole-application replace of $element by $el

bzr revid: nicolas.vanhoren@openerp.com-20120824182743-1d9cii7kigc7exer

11 years ago[IMP] made a whole-application replace of $element by $el
niv-openerp [Fri, 24 Aug 2012 18:27:07 +0000 (20:27 +0200)]
[IMP] made a whole-application replace of $element by $el

bzr revid: nicolas.vanhoren@openerp.com-20120824182707-vt91ef40ieeudwyw

11 years ago[IMP] crm: added create_name_field on partner_id in leads
niv-openerp [Fri, 24 Aug 2012 17:27:29 +0000 (19:27 +0200)]
[IMP] crm: added create_name_field on partner_id in leads

bzr revid: nicolas.vanhoren@openerp.com-20120824172729-4botx8doui5iw1er

11 years ago[IMP] changed the way create from m2o works, added option create_name_field
niv-openerp [Fri, 24 Aug 2012 17:26:22 +0000 (19:26 +0200)]
[IMP] changed the way create from m2o works, added option create_name_field

bzr revid: nicolas.vanhoren@openerp.com-20120824172622-evcz7011wlagep4z

11 years ago[IMP] web_linkedin: put the wizard into the sales wizard
niv-openerp [Fri, 24 Aug 2012 17:01:11 +0000 (19:01 +0200)]
[IMP] web_linkedin: put the wizard into the sales wizard

bzr revid: nicolas.vanhoren@openerp.com-20120824170111-j64d4l8xc6403a2m

11 years ago[IMP] made the loading messages translatable
niv-openerp [Fri, 24 Aug 2012 16:54:49 +0000 (18:54 +0200)]
[IMP] made the loading messages translatable

bzr revid: nicolas.vanhoren@openerp.com-20120824165449-mfb4ftxnq3vd0p84

11 years ago[MERGE] Merged branch holding a cleaning of code for mail.alias
Thibault Delavallée [Fri, 24 Aug 2012 16:15:56 +0000 (18:15 +0200)]
[MERGE] Merged branch holding a cleaning of code for mail.alias
installation hook for res.users and hr.recruitment
is now delegatede to mail.alias, using the
migrate_to_alias method. The purpose is to
set the alias_id column as required even if
the models are already present in the DB.
Behavior has not been modified; this branch
is only about some code relocation in mail.alias
to avoid duplication.

bzr revid: tde@openerp.com-20120824161556-pf95siqd24e2dlht

11 years ago[FIX] crm: correct mass conversion wizard defaults, fixes crm tests
Olivier Dony [Fri, 24 Aug 2012 16:13:20 +0000 (18:13 +0200)]
[FIX] crm: correct mass conversion wizard defaults, fixes crm tests

bzr revid: odo@openerp.com-20120824161320-mdfqibfe53v2op79

11 years ago[TEST] mail: added tests for the composer, includes a first bench of tests for notifi...
Thibault Delavallée [Fri, 24 Aug 2012 16:11:17 +0000 (18:11 +0200)]
[TEST] mail: added tests for the composer, includes a first bench of tests for notifications and send emails.

bzr revid: tde@openerp.com-20120824161117-abur02jlgs08my21

11 years ago[IMP] mail_followers: moved email creation for emails send for notification into...
Thibault Delavallée [Fri, 24 Aug 2012 16:10:38 +0000 (18:10 +0200)]
[IMP] mail_followers: moved email creation for emails send for notification into a dedicated method; updated subject and body creation (added default subject, added signature on body).

bzr revid: tde@openerp.com-20120824161038-vhylgsify9f9xder

11 years ago[IMP] mail_mail: re-instaured body_alternative, using html2plaintext of tools. Remove...
Thibault Delavallée [Fri, 24 Aug 2012 16:09:36 +0000 (18:09 +0200)]
[IMP] mail_mail: re-instaured body_alternative, using html2plaintext of tools. Removed some dead imports.

bzr revid: tde@openerp.com-20120824160936-n3fehtgf4f2k0dkn

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Fri, 24 Aug 2012 14:40:07 +0000 (16:40 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120824144007-4r11uoy3sux5f7cv

11 years ago[REVIEW] Updated some variable names to try to be more explicit.
Thibault Delavallée [Fri, 24 Aug 2012 14:39:44 +0000 (16:39 +0200)]
[REVIEW] Updated some variable names to try to be more explicit.

bzr revid: tde@openerp.com-20120824143944-cjm0zwfaldbfztq1

11 years ago[IMP] Remove some warnings about: alias_force_id -> alias_force_thread_id; type set...
Thibault Delavallée [Fri, 24 Aug 2012 14:31:12 +0000 (16:31 +0200)]
[IMP] Remove some warnings about: alias_force_id -> alias_force_thread_id; type set in view that is not necessayr anymore.

bzr revid: tde@openerp.com-20120824143112-krho3ahvklxcod29

11 years ago[REF] crm_partner_assign: refactored code a bit, following cleaning of mail, because...
Thibault Delavallée [Fri, 24 Aug 2012 14:20:00 +0000 (16:20 +0200)]
[REF] crm_partner_assign: refactored code a bit, following cleaning of mail, because it inherit from mail.compose.message. Removed send_to field, as the new composer is based on partners and simplify this wizard; removed a lot of code about setting email_from, email_to, ... because this should be managed by the other layers of the mail module. Cleaned the code in a more general way to remove weird things. Updated releveant form view, especially about context on Forward button, and the form view of the wizard that has been much simplified.

bzr revid: tde@openerp.com-20120824142000-0jbgvgdiip5475yp

11 years ago[FIX] point_of_sale: Hide the has_XXX_control fields in the session
Stephane Wirtel [Fri, 24 Aug 2012 13:07:30 +0000 (15:07 +0200)]
[FIX] point_of_sale: Hide the has_XXX_control fields in the session

bzr revid: stw@openerp.com-20120824130730-8dqrjjqr7z1stwl5

11 years ago[MERGE] point_of_sale: Fix a problem with the buttons in the pos session object,...
Stephane Wirtel [Fri, 24 Aug 2012 12:54:43 +0000 (14:54 +0200)]
[MERGE] point_of_sale: Fix a problem with the buttons in the pos session object, we can close a session if we don't have a closing control

bzr revid: stw@openerp.com-20120824125443-6y4816v3pep1yuxm

11 years ago[MERGE] lp: 1015697
Quentin (OpenERP) [Fri, 24 Aug 2012 12:40:58 +0000 (14:40 +0200)]
[MERGE] lp: 1015697

bzr revid: qdp-launchpad@openerp.com-20120824124058-pvug7v1auro79w2h

11 years ago[IMP] [FIX] crm_partner_assign: as it inherits from mail.compose.message, updated...
Thibault Delavallée [Fri, 24 Aug 2012 12:29:28 +0000 (14:29 +0200)]
[IMP] [FIX] crm_partner_assign: as it inherits from mail.compose.message, updated the form view to avoid crashe; updated mail.compose.message composition mode, that is now an updatable selection field. crm_partner_assign will habe to be massively cleaned with the new mail module.

bzr revid: tde@openerp.com-20120824122928-dof1y1uxv3lkiwly

11 years ago[FIX] marketing_campaign: make tests pass again, move partner resolution to mail_comp...
Olivier Dony [Fri, 24 Aug 2012 12:01:02 +0000 (14:01 +0200)]
[FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message

email_template's job is to generate a mail.mail record, but it
does not care about linking it automatically to a partner
(and certainly not creating new partners) as this must be
usable for mass mailing and for marketing campaign,
and we don't want to pollute the partners database with
possibly thousands of partially fake emails

bzr revid: odo@openerp.com-20120824120102-jycs8x4vkxdmrvge

11 years agomerge from mit-trunk
Minh Tran [Fri, 24 Aug 2012 11:58:21 +0000 (13:58 +0200)]
merge from mit-trunk

bzr revid: mit@openerp.com-20120824115821-5fp4ks5ch6czs5vf

11 years ago[FIX] point_of_sale: Review the buttons for the pos.session object
Stephane Wirtel [Fri, 24 Aug 2012 11:43:00 +0000 (13:43 +0200)]
[FIX] point_of_sale: Review the buttons for the pos.session object

bzr revid: stw@openerp.com-20120824114300-jdax2175w9mbcb2n

11 years ago[IMP] web_linkedin: changed wizard to have better html output
niv-openerp [Fri, 24 Aug 2012 11:42:53 +0000 (13:42 +0200)]
[IMP] web_linkedin: changed wizard to have better html output

bzr revid: nicolas.vanhoren@openerp.com-20120824114253-8vbyhlh83vjaf85z

11 years ago[IMP] Improved css to support semantic html
niv-openerp [Fri, 24 Aug 2012 11:42:04 +0000 (13:42 +0200)]
[IMP] Improved css to support semantic html

bzr revid: nicolas.vanhoren@openerp.com-20120824114204-i6qprxhwczkkem6z

11 years ago[IMP] mail.compose.message: cascade delete attachments upon vacuum-clean
Olivier Dony [Fri, 24 Aug 2012 11:23:12 +0000 (13:23 +0200)]
[IMP] mail.compose.message: cascade delete attachments upon vacuum-clean

bzr revid: odo@openerp.com-20120824112312-zs5raruc4qdprlnp

11 years ago[IMP] web_linkedin: Added server domain and corrected html display
niv-openerp [Fri, 24 Aug 2012 10:47:30 +0000 (12:47 +0200)]
[IMP] web_linkedin: Added server domain and corrected html display

bzr revid: nicolas.vanhoren@openerp.com-20120824104730-f7p8lqibovjzo3vz

11 years ago[IMP] added oe_semantic_html
niv-openerp [Fri, 24 Aug 2012 10:44:36 +0000 (12:44 +0200)]
[IMP] added oe_semantic_html

bzr revid: nicolas.vanhoren@openerp.com-20120824104436-er3w1zdijvcv9j04

11 years ago[FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling...
Vo Minh Thu [Fri, 24 Aug 2012 10:42:42 +0000 (12:42 +0200)]
[FIX] custom models: avoid calling twice __init__, use a correct _rec_name (calling twice __init__ caused the _rec_name to be `name` which does not exist on a custom model, and caused the assert on the _rec_name to fail.

bzr revid: vmt@openerp.com-20120824104242-wa5jq8h47im79ayd

11 years ago[FIX] email_template: fixed inherited view.
Thibault Delavallée [Fri, 24 Aug 2012 10:38:45 +0000 (12:38 +0200)]
[FIX] email_template: fixed inherited view.

bzr revid: tde@openerp.com-20120824103845-7g1jzgtcctry6nod

11 years ago[FIX] mail_followers: when sending the notification email, it could be interesting...
Thibault Delavallée [Fri, 24 Aug 2012 10:04:51 +0000 (12:04 +0200)]
[FIX] mail_followers: when sending the notification email, it could be interesting to have something in the body. Well, receiving void emails ensure that your spam is not a time-consuming one, but I am not sure this was the intended purpose.

bzr revid: tde@openerp.com-20120824100451-82crb3j7i0ki2h9h

11 years ago[TOCHECK] crm_lead: commented statemetns that make no sense abotu changing partner...
Thibault Delavallée [Fri, 24 Aug 2012 10:03:35 +0000 (12:03 +0200)]
[TOCHECK] crm_lead: commented statemetns that make no sense abotu changing partner of emails when converting a lead into an oportunity.

bzr revid: tde@openerp.com-20120824100335-1kso3qphdh8piq32

11 years ago[FIX] Fixed last commit (forgotten a ','), fixed demo data about non-existing fields.
Thibault Delavallée [Fri, 24 Aug 2012 10:02:05 +0000 (12:02 +0200)]
[FIX] Fixed last commit (forgotten a ','), fixed demo data about non-existing fields.

bzr revid: tde@openerp.com-20120824100205-nm4vjw13qx363cb5

11 years ago[FIX] crm_forward_to_partner: to_email is now tools.email_split.
Thibault Delavallée [Fri, 24 Aug 2012 09:31:30 +0000 (11:31 +0200)]
[FIX] crm_forward_to_partner: to_email is now tools.email_split.

bzr revid: tde@openerp.com-20120824093130-e24hm16pq14x84zb

11 years ago[MERGE] lp:1034799
Quentin (OpenERP) [Fri, 24 Aug 2012 09:08:49 +0000 (11:08 +0200)]
[MERGE] lp:1034799

bzr revid: qdp-launchpad@openerp.com-20120824090849-v7imbkj2q74ywq3q

11 years ago[MERGE] module: improve modules' descriptions rendering and keep it translatable
Antonin Bourguignon [Fri, 24 Aug 2012 08:59:44 +0000 (10:59 +0200)]
[MERGE] module: improve modules' descriptions rendering and keep it translatable

bzr revid: abo@openerp.com-20120824085944-ocfg80ve695ipdm7

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 24 Aug 2012 08:58:01 +0000 (10:58 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120824085801-0tr9lajdtiwtpvwr

11 years ago[FIX] mail_mail: temp fix, commented headers propagation; mail_followers: send emails...
Thibault Delavallée [Fri, 24 Aug 2012 08:53:42 +0000 (10:53 +0200)]
[FIX] mail_mail: temp fix, commented headers propagation; mail_followers: send emails accordign to email preferences was not correct.

bzr revid: tde@openerp.com-20120824085342-aa9s1ojl2j3v85fk

11 years ago[MERGE] demo data branch
Quentin (OpenERP) [Fri, 24 Aug 2012 08:52:23 +0000 (10:52 +0200)]
[MERGE] demo data branch

bzr revid: qdp-launchpad@openerp.com-20120824085223-qeri3eoqage6hwzs

11 years ago[FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making...
Vo Minh Thu [Fri, 24 Aug 2012 08:52:01 +0000 (10:52 +0200)]
[FIX] uninstall: delete all given ir_model_relation/ir_model_constraint (still making sure the protected resource is not deleted if still referenced elsewhere).

bzr revid: vmt@openerp.com-20120824085201-a0ucfta7jwgph0ke

11 years ago[MERGE] crm: cherry-pick of mass conversion improvements from 6.1
Olivier Dony [Thu, 23 Aug 2012 20:06:29 +0000 (22:06 +0200)]
[MERGE] crm: cherry-pick of mass conversion improvements from 6.1

This corresponds to rev.6762 from 6.1, which includes a lot
of fixes related to mass conversions, and is completely
related to the kind of fixes currently done for crm during
the mail refactoring.
This should not break crm more than it is already in this branch.

bzr revid: odo@openerp.com-20120823200629-1m1eym62l7aabzgl

11 years ago[FIX] crm: fix some missing bits after the big refactoring
Olivier Dony [Thu, 23 Aug 2012 19:31:30 +0000 (21:31 +0200)]
[FIX] crm: fix some missing bits after the big refactoring

bzr revid: odo@openerp.com-20120823193130-4u42mhyih43k32nb

11 years ago[FIX] mail: make message_process/parse work, restore attachment_ids m2m on mail.messa...
Olivier Dony [Thu, 23 Aug 2012 18:54:43 +0000 (20:54 +0200)]
[FIX] mail: make message_process/parse work, restore attachment_ids m2m on mail.message, various lint cleanup

bzr revid: odo@openerp.com-20120823185443-zsnm6g14r6e42y3i

11 years ago[REF] [TEST] mail: cleaned the way followers are added to a message partner_ids ...
Thibault Delavallée [Thu, 23 Aug 2012 18:06:48 +0000 (20:06 +0200)]
[REF] [TEST] mail: cleaned the way followers are added to a message partner_ids (done in notify in mail.message) and the way emails are send (done in notify in mail.followers). Composition wizard override mail_message.notify to avoid having partners and sending emails. Also added tests that helped finding some bugs, that will be cleaned tomorrow.

bzr revid: tde@openerp.com-20120823180648-8xpu8qyf7qr6azc2

11 years ago[IMP] module: properly translate module's description
Antonin Bourguignon [Thu, 23 Aug 2012 17:34:18 +0000 (19:34 +0200)]
[IMP] module: properly translate module's description

bzr revid: abo@openerp.com-20120823173418-1qed27su2x0jy1ku

11 years ago[IMP] module: set two distinct fields for module's description: one for the RST and...
Antonin Bourguignon [Thu, 23 Aug 2012 16:19:59 +0000 (18:19 +0200)]
[IMP] module: set two distinct fields for module's description: one for the RST and the other for the HTML
this way, we keep translatable the  text field

bzr revid: abo@openerp.com-20120823161959-3hewgtegb5h1yw93

11 years agoadded hover effect to menu counter
Minh Tran [Thu, 23 Aug 2012 16:19:53 +0000 (18:19 +0200)]
added hover effect to menu counter

bzr revid: mit@openerp.com-20120823161953-h5sc0npkpz5drgq1

11 years agoimp_demo
Fabien Pinckaers [Thu, 23 Aug 2012 16:16:55 +0000 (18:16 +0200)]
imp_demo

bzr revid: fp@tinyerp.com-20120823161655-z823jx02ymg4kmky

11 years ago[FIX] uninstall: pass IDs instead of names to _module_data_uninstall().
Vo Minh Thu [Thu, 23 Aug 2012 16:10:08 +0000 (18:10 +0200)]
[FIX] uninstall: pass IDs instead of names to _module_data_uninstall().

bzr revid: vmt@openerp.com-20120823161008-is5xqfe4et8xx51k

11 years ago[IMP] blue color on unread messages
Fabien Pinckaers [Thu, 23 Aug 2012 16:04:16 +0000 (18:04 +0200)]
[IMP] blue color on unread messages

bzr revid: fp@tinyerp.com-20120823160416-23a11k1ivu2md34v

11 years agofix
Fabien Pinckaers [Thu, 23 Aug 2012 15:57:47 +0000 (17:57 +0200)]
fix

bzr revid: fp@tinyerp.com-20120823155747-0ysezcil7hcy1sv0

11 years ago[FIX] problem with m2o
niv-openerp [Thu, 23 Aug 2012 15:37:10 +0000 (17:37 +0200)]
[FIX] problem with m2o

bzr revid: nicolas.vanhoren@openerp.com-20120823153710-0wjh1248zp42dh9b

11 years ago[MERGE] minor improvements on @noupdate
Antonin Bourguignon [Thu, 23 Aug 2012 15:33:22 +0000 (17:33 +0200)]
[MERGE] minor improvements on @noupdate
also fix some indentation

bzr revid: abo@openerp.com-20120823153322-30rp469l5xlgff0v

11 years ago[MERGE] minor improvements on @noupdate
Antonin Bourguignon [Thu, 23 Aug 2012 15:32:43 +0000 (17:32 +0200)]
[MERGE] minor improvements on @noupdate

bzr revid: abo@openerp.com-20120823153243-1iv8cfqoeg9qt95f

11 years ago[REF] mail_alias: moved _auto_init code from res_users and hr_recruitment to mail_ali...
Thibault [Thu, 23 Aug 2012 15:32:03 +0000 (17:32 +0200)]
[REF] mail_alias: moved _auto_init code from res_users and hr_recruitment to mail_alias, using a kewl call to migrate_to_alias.

bzr revid: odo@openerp.com-20120823153203-8tm3lbqah6vwd7co

11 years ago[FIX] mail.js: fixed do_action of Wall.
Thibault Delavallée [Thu, 23 Aug 2012 15:02:29 +0000 (17:02 +0200)]
[FIX] mail.js: fixed do_action of Wall.

bzr revid: tde@openerp.com-20120823150229-7vp9hbfb80bo29xf

11 years ago[FIX] lp: 1038173
Quentin (OpenERP) [Thu, 23 Aug 2012 14:35:21 +0000 (16:35 +0200)]
[FIX] lp: 1038173

bzr revid: qdp-launchpad@openerp.com-20120823143521-3517gexkbqkljnp1

11 years ago[FIX] lp: 1039013, where an id is given to name_get instead of a list of ids
Quentin (OpenERP) [Thu, 23 Aug 2012 14:26:56 +0000 (16:26 +0200)]
[FIX] lp: 1039013, where an id is given to name_get instead of a list of ids

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

bzr revid: qdp-launchpad@openerp.com-20120823142656-nsqml3jnyylpgzxu

11 years agofix
Fabien Pinckaers [Thu, 23 Aug 2012 14:26:22 +0000 (16:26 +0200)]
fix

bzr revid: fp@tinyerp.com-20120823142622-8dsevh9eqarj1nht

11 years ago[IMP] indentation
Antonin Bourguignon [Thu, 23 Aug 2012 14:20:36 +0000 (16:20 +0200)]
[IMP] indentation

bzr revid: abo@openerp.com-20120823142036-e0kmr9ri1e8ns56d

11 years ago[IMP] indentation
Antonin Bourguignon [Thu, 23 Aug 2012 14:15:55 +0000 (16:15 +0200)]
[IMP] indentation

bzr revid: abo@openerp.com-20120823141555-xexanpf1p1ebbcc1

11 years ago[IMP] put @noupdate="1" back in place for xml security files
Antonin Bourguignon [Thu, 23 Aug 2012 14:15:31 +0000 (16:15 +0200)]
[IMP] put @noupdate="1" back in place for xml security files

bzr revid: abo@openerp.com-20120823141531-l01abke754duh4z5

11 years ago[MERGE] lp: 997616
Quentin (OpenERP) [Thu, 23 Aug 2012 14:12:21 +0000 (16:12 +0200)]
[MERGE] lp: 997616

bzr revid: qdp-launchpad@openerp.com-20120823141221-akfyncw29ppodsyr

11 years ago[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules...
Antonin Bourguignon [Thu, 23 Aug 2012 14:07:27 +0000 (16:07 +0200)]
[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement
this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823140727-nu20t4wfwijgbf5p

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Thu, 23 Aug 2012 13:57:04 +0000 (15:57 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120823135704-662y3oedpg7hmb82

11 years ago[MERGE] lp:1016372
Quentin (OpenERP) [Thu, 23 Aug 2012 13:56:54 +0000 (15:56 +0200)]
[MERGE] lp:1016372

bzr revid: qdp-launchpad@openerp.com-20120823135654-mc708n5kx1s609yp

11 years ago[CLEAN] mail_group: small cleaning in comments; write before subscribing.
Thibault Delavallée [Thu, 23 Aug 2012 13:45:08 +0000 (15:45 +0200)]
[CLEAN] mail_group: small cleaning in comments; write before subscribing.

bzr revid: tde@openerp.com-20120823134508-3d1yawov0lv87jx5

11 years ago[ADD]: event_sale: Added missing image for product technical training
Rucha (Open ERP) [Thu, 23 Aug 2012 13:20:14 +0000 (18:50 +0530)]
[ADD]: event_sale: Added missing image for product technical training

bzr revid: rpa@tinyerp.com-20120823132014-nnbapg7zsdg4o9j0

11 years ago[IMP] hr_evaluation: improve the layout
Stephane Wirtel [Thu, 23 Aug 2012 13:16:13 +0000 (15:16 +0200)]
[IMP] hr_evaluation: improve the layout

bzr revid: stw@openerp.com-20120823131613-kvzv0awj1d3lysef

11 years ago[CLEAN] mail: res_partner: removed dead code. Also fixe da typo in mail tests.
Thibault Delavallée [Thu, 23 Aug 2012 13:11:44 +0000 (15:11 +0200)]
[CLEAN] mail: res_partner: removed dead code. Also fixe da typo in mail tests.

bzr revid: tde@openerp.com-20120823131144-xbryqdesfw5ix8y9

11 years ago[FIX] improved the code
Ravish Murari (OpenERP) [Thu, 23 Aug 2012 13:11:16 +0000 (18:41 +0530)]
[FIX] improved the code

bzr revid: rmu@tinyerp.com-20120823131116-q5qpegig5cs8x9z9

11 years ago[MERGE] misc fixes
Quentin (OpenERP) [Thu, 23 Aug 2012 12:51:56 +0000 (14:51 +0200)]
[MERGE] misc fixes

bzr revid: qdp-launchpad@openerp.com-20120823125156-uddhlkwg9mddoer8

11 years ago[MERGE] board: we are able to change the title of a dashlet
Stephane Wirtel [Thu, 23 Aug 2012 12:42:26 +0000 (14:42 +0200)]
[MERGE] board: we are able to change the title of a dashlet

bzr revid: stw@openerp.com-20120823124226-mx0s2wqeeq2jlo4k

11 years ago[FIX] improved the code
Ravish Murari (OpenERP) [Thu, 23 Aug 2012 12:39:22 +0000 (18:09 +0530)]
[FIX] improved the code

bzr revid: rmu@tinyerp.com-20120823123922-6scwgtt8ub2jnylu

11 years ago[TEST] mail: added tests for the many2many modified field used for follower_ids....
Thibault Delavallée [Thu, 23 Aug 2012 12:25:37 +0000 (14:25 +0200)]
[TEST] mail: added tests for the many2many modified field used for follower_ids. Added tests for the subscriber API.

bzr revid: tde@openerp.com-20120823122537-g0m5jtkq67jhuone

11 years ago[IMP] mail_thread: message_follower_ids: simplified message_subscribe code, now that...
Thibault Delavallée [Thu, 23 Aug 2012 12:24:26 +0000 (14:24 +0200)]
[IMP] mail_thread: message_follower_ids: simplified message_subscribe code, now that we use the many2many modified field. Subscrubing is now a simple write on the field.

bzr revid: tde@openerp.com-20120823122426-o08nh8gxx93kizjl

11 years ago[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules...
Antonin Bourguignon [Thu, 23 Aug 2012 12:20:50 +0000 (14:20 +0200)]
[IMP] remove some of the @noupdate=1 introduced in a previous merge targeting modules' descriptions improvement
this will preserve the previous behavior of modules update operation

bzr revid: abo@openerp.com-20120823122050-9fw0id92idc1m36l

11 years ago[MERGE] sale: add a label in the make invoice wizard
Stephane Wirtel [Thu, 23 Aug 2012 12:19:52 +0000 (14:19 +0200)]
[MERGE] sale: add a label in the make invoice wizard

bzr revid: stw@openerp.com-20120823121952-zcl1swmcxjnryjis

11 years ago[FIX] project_issue: incorrect override was causing double project creation
Olivier Dony [Thu, 23 Aug 2012 11:52:18 +0000 (13:52 +0200)]
[FIX] project_issue: incorrect override was causing double project creation

bzr revid: odo@openerp.com-20120823115218-nxbq3gk2d96seccc

11 years ago[MERGE] lp: 942373
Quentin (OpenERP) [Thu, 23 Aug 2012 11:47:37 +0000 (13:47 +0200)]
[MERGE] lp: 942373

bzr revid: qdp-launchpad@openerp.com-20120823114737-7roj7wmp8542hgbg

11 years ago[merge] with latest addons
Ravish Murari (OpenERP) [Thu, 23 Aug 2012 11:46:08 +0000 (17:16 +0530)]
[merge] with latest addons

bzr revid: rmu@tinyerp.com-20120823114608-zerb6vg7l1ckf5mi

11 years ago[MERGE] convert: fix previous partial patch for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:53:09 +0000 (12:53 +0200)]
[MERGE] convert: fix previous partial patch for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823105309-sivecokny7autqbz

11 years ago[IMP] Added label for sale order line selection on create invoice wizard
Bharat Devnani(OpenERP) [Thu, 23 Aug 2012 10:19:17 +0000 (15:49 +0530)]
[IMP] Added label for sale order line selection on create invoice wizard

bzr revid: pso@tinyerp.com-20120823101917-8r8mvog04xsjq0cg

11 years ago[FIX] problem with set defaults
niv-openerp [Thu, 23 Aug 2012 10:16:01 +0000 (12:16 +0200)]
[FIX] problem with set defaults

bzr revid: nicolas.vanhoren@openerp.com-20120823101601-mnknsr54dhv1lv83

11 years ago[FIX] convert: fix previous partial patch for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:05:04 +0000 (12:05 +0200)]
[FIX] convert: fix previous partial patch for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823100504-q8w91ga5wbot20o5

11 years ago[FIX] convert: fix previous partial fix for removing redundant @type for <menuitem>
Olivier Dony [Thu, 23 Aug 2012 10:02:52 +0000 (12:02 +0200)]
[FIX] convert: fix previous partial fix for removing redundant @type for <menuitem>

bzr revid: odo@openerp.com-20120823100252-zmhpaocb2bb11c99

11 years ago[REV] mail_thread: many2many_reference is back for message_follower_ids. Tests will...
Thibault Delavallée [Thu, 23 Aug 2012 09:59:20 +0000 (11:59 +0200)]
[REV] mail_thread: many2many_reference is back for message_follower_ids. Tests will come to test this field effectively works as required.

bzr revid: tde@openerp.com-20120823095920-n7k7aarl14fvw1j9

11 years ago[IMP] web_linkedin: changed the way the api key is configured
niv-openerp [Thu, 23 Aug 2012 09:53:14 +0000 (11:53 +0200)]
[IMP] web_linkedin: changed the way the api key is configured

bzr revid: nicolas.vanhoren@openerp.com-20120823095314-ie3p04zufnyxs8db

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Thu, 23 Aug 2012 09:49:31 +0000 (15:19 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120823094931-2cz1r2ezvjwpbzdf

11 years agofix jquery-ui widget border
Minh Tran [Thu, 23 Aug 2012 09:45:32 +0000 (11:45 +0200)]
fix jquery-ui widget border

bzr revid: mit@openerp.com-20120823094532-bluw3pix6dwm1a6i

11 years ago[MERGE] correction of a warning when mail module is installed
Quentin (OpenERP) [Thu, 23 Aug 2012 09:30:03 +0000 (11:30 +0200)]
[MERGE] correction of a warning when mail module is installed

bzr revid: qdp-launchpad@openerp.com-20120823093003-ic0hs67sb1w60fnz

11 years ago[MERGE] staging branch: fix in report picking and credit note creation from invoice
Quentin (OpenERP) [Thu, 23 Aug 2012 09:09:00 +0000 (11:09 +0200)]
[MERGE] staging branch: fix in report picking and credit note creation from invoice

bzr revid: qdp-launchpad@openerp.com-20120823090900-fjnlus3j1kejf3ol

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Thu, 23 Aug 2012 09:08:41 +0000 (14:38 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120823090841-adebkbo3tfhn5bet

11 years ago[IMP] Added label for sale order line selection on create invoice wizard
Bharat Devnani(OpenERP) [Thu, 23 Aug 2012 08:51:30 +0000 (14:21 +0530)]
[IMP] Added label for sale order line selection on create invoice wizard

bzr revid: pso@tinyerp.com-20120823085130-eczt22j1oozyni7v

11 years ago[FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.
Vo Minh Thu [Thu, 23 Aug 2012 08:35:05 +0000 (10:35 +0200)]
[FIX] setup.py: added docutils dependency introduced at revision 4341.3.1.

bzr revid: vmt@openerp.com-20120823083505-evk7pw3drx28rj1z

11 years ago[MERGE] lp:1039557. Courtesy of Paulius Sladkevičius
Quentin (OpenERP) [Thu, 23 Aug 2012 07:57:00 +0000 (09:57 +0200)]
[MERGE] lp:1039557. Courtesy of Paulius Sladkevičius

bzr revid: qdp-launchpad@openerp.com-20120823075700-6cguwv1dxo92f0wg

11 years ago[MERGE] lp:930209
Quentin (OpenERP) [Thu, 23 Aug 2012 07:30:47 +0000 (09:30 +0200)]
[MERGE] lp:930209

bzr revid: qdp-launchpad@openerp.com-20120823073047-xizjutknmt8qrtm6

11 years ago[REV] Revert last changes.
Jiten (OpenERP) [Thu, 23 Aug 2012 07:20:10 +0000 (12:50 +0530)]
[REV] Revert last changes.

bzr revid: jra@tinyerp.com-20120823072010-wsx6sgy02luxa2wo

11 years ago[IMP] Improved code by VME to save header in action (ir_act_window).
Jiten (OpenERP) [Thu, 23 Aug 2012 06:19:54 +0000 (11:49 +0530)]
[IMP] Improved code by VME to save header in action (ir_act_window).

bzr revid: jra@tinyerp.com-20120823061954-egdcd82svsrov0tx