← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/uco-dev-addons1 into lp:~openerp-dev/openobject-addons/trunk-dev-addons1

 

uco (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/uco-dev-addons1 into lp:~openerp-dev/openobject-addons/trunk-dev-addons1.

Requested reviews:
  OpenERP R&D Team (openerp-dev)
Related bugs:
  #644325 In Lead shows HTML from email rather than plain text
  https://bugs.launchpad.net/bugs/644325
  #655034 Project : Progressbar of project should be updated based on task changes.
  https://bugs.launchpad.net/bugs/655034
  #657688 [trunk] fetchmail services need help text
  https://bugs.launchpad.net/bugs/657688
  #670904 CRM : Create opportunity wizard crashes
  https://bugs.launchpad.net/bugs/670904
  #670914 [6.0] Error when a task is delegated if task's name have an accent
  https://bugs.launchpad.net/bugs/670914
  #676857 [6.0RC1] documents - separation per company 
  https://bugs.launchpad.net/bugs/676857
  #677493 CRM : "lost" is the stage after "won"
  https://bugs.launchpad.net/bugs/677493
  #680884 [6.0] fetchmail module should use user_id defined in email.server to do process_email
  https://bugs.launchpad.net/bugs/680884
  #680957 bad tooltip on "Convert to opportunity" button in inbound phone call
  https://bugs.launchpad.net/bugs/680957
  #680961 state changes of all crm object shouldn't be in Email section of partner's history
  https://bugs.launchpad.net/bugs/680961
  #683047 keep "Company" field in multi company group
  https://bugs.launchpad.net/bugs/683047
  #683770 [6.0] base_contact installer does not copy names from res_partner_address
  https://bugs.launchpad.net/bugs/683770
  #684472 Converting an issue to a task  or create a ne task [V6.0 3977-GTK Client]
  https://bugs.launchpad.net/bugs/684472
  #684527 [trunk] Minor typo in fetchmail
  https://bugs.launchpad.net/bugs/684527


* [FIX] base_contact: Corrected installer wizard problem.
  => lp:683770
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/uco-dev-addons1/+merge/43502
Your team OpenERP R&D Team is requested to review the proposed merge of lp:~openerp-dev/openobject-addons/uco-dev-addons1 into lp:~openerp-dev/openobject-addons/trunk-dev-addons1.
=== modified file 'base_contact/base_contact_installer_view.xml'
--- base_contact/base_contact_installer_view.xml	2010-09-15 06:58:45 +0000
+++ base_contact/base_contact_installer_view.xml	2010-12-13 09:51:18 +0000
@@ -52,7 +52,7 @@
         <record id="base_contact_installer_todo" model="ir.actions.todo">
             <field name="action_id" ref="action_base_contact_installer"/>
             <field name="sequence">3</field>
-            <field name="state">skip</field>
+            <field name="restart">always</field>
         </record>
 
     </data>