[MERGE] forward port of branch saas-5 up to 4cb5381
authorChristophe Simonis <chs@odoo.com>
Sun, 22 Jun 2014 13:36:10 +0000 (15:36 +0200)
committerChristophe Simonis <chs@odoo.com>
Sun, 22 Jun 2014 13:36:10 +0000 (15:36 +0200)
Conflicts:
openerp/addons/base/module/wizard/base_module_upgrade_view.xml

1  2 
addons/sale/sale.py
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/js/view_form.js
openerp/addons/base/module/module_view.xml
openerp/addons/base/module/wizard/base_module_upgrade_view.xml
openerp/addons/base/res/res_config.py
openerp/http.py

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -6,10 -6,11 +6,11 @@@
              <field name="name">Module Upgrade</field>
              <field name="model">base.module.upgrade</field>
              <field name="arch" type="xml">
 -                <form string="System Update" version="7.0">
 +                <form string="System Update">
-                     <div><label string="Your system will be updated."/></div>
-                     <div><label string="Note that this operation might take a few minutes."/></div>
-                     <separator string="Modules to Update"/>
+                     <p>This module will trigger the uninstallation of below modules.</p>
+                     <p><strong>This operation will permanently erase all data currently stored by the modules!</strong></p>
+                     <p>If you wish to cancel the process, press the cancel button below</p>
+                     <separator string="Impacted Modules"/>
                      <field name="module_info"/>
                      <footer>
                          <button name="upgrade_module" string="Update" type="object" class="oe_highlight"/>
Simple merge
diff --cc openerp/http.py
Simple merge