[MERGE] forward port of branch 8.0 up to 92c7874
authorChristophe Simonis <chs@odoo.com>
Wed, 29 Oct 2014 18:45:09 +0000 (19:45 +0100)
committerChristophe Simonis <chs@odoo.com>
Wed, 29 Oct 2014 18:45:09 +0000 (19:45 +0100)
21 files changed:
1  2 
addons/account/account_bank_statement.py
addons/account/account_invoice.py
addons/account/partner_view.xml
addons/board/static/src/css/dashboard.sass
addons/mrp/mrp.py
addons/product/product.py
addons/stock/stock.py
addons/web/static/src/js/openerpframework.js
addons/web_calendar/static/src/js/web_calendar.js
addons/website/models/website.py
addons/website/static/src/js/website.snippets.editor.js
addons/website_blog/models/website_blog.py
addons/website_blog/views/website_blog_templates.xml
addons/website_sale/controllers/main.py
addons/website_sale/static/src/css/website_sale.css
addons/website_sale/static/src/css/website_sale.sass
addons/website_sale/views/templates.xml
doc/conf.py
openerp/addons/base/ir/ir_model.py
openerp/models.py
openerp/tools/func.py

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -341,11 -341,27 +341,16 @@@ label.css_attribute_color.css_not_avail
    display: block;
  }
  
+ .oe_website_sale input.js_quantity {
+   min-width: 48px;
+   text-align: center;
+ }
  /* ---- Publish managment and options ---- */
 -#products_grid .css_options {
 -  display: none;
 -  position: absolute;
 -  top: -6px;
 -  left: 50%;
 -  z-index: 10;
 -}
 -#products_grid .css_options .dropdown {
 -  position: relative;
 -  left: -50%;
 -}
 -#products_grid .css_options .dropdown [name="size"] table {
 +.oe_overlay_options .dropdown ul[name="size"] table {
    margin-left: 20px;
  }
 -#products_grid .css_options .dropdown [name="size"] td {
 +.oe_overlay_options .dropdown ul[name="size"] td {
    margin: 0;
    padding: 0;
    width: 20px;
@@@ -287,11 -287,22 +287,15 @@@ label.css_attribute_color.css_not_avail
  .discount .oe_default_price
      display: block
  
+ .oe_website_sale input.js_quantity
+     min-width: 48px
+     text-align: center
  /* ---- Publish managment and options ---- */
  
 -#products_grid .css_options
 -    display: none
 -    position: absolute
 -    top: -6px
 -    left: 50%
 -    z-index: 10
 +.oe_overlay_options
      .dropdown
 -        position: relative
 -        left: -50%
 -        [name="size"]
 +        ul[name="size"]
              table
                  margin-left: 20px
              td
diff --cc doc/conf.py
Simple merge
Simple merge
Simple merge
@@@ -20,7 -20,7 +20,7 @@@
  #
  ##############################################################################
  
- __all__ = ['synchronized', 'lazy_property', 'conditional']
 -__all__ = ['synchronized', 'lazy_property', 'classproperty']
++__all__ = ['synchronized', 'lazy_property', 'classproperty', 'conditional']
  
  from functools import wraps
  from inspect import getsourcefile