Skip to content
Snippets Groups Projects
  1. Aug 22, 2016
  2. Aug 21, 2016
  3. Aug 20, 2016
  4. Aug 19, 2016
    • Jeremy Kersten's avatar
      [IMP] website_membership: add search count · ffa998d6
      Jeremy Kersten authored
      Show number of members found in the searchbox
      ffa998d6
    • Jeremy Kersten's avatar
      [IMP] website_sale: show categories on mobile device · d8b7f6a6
      Jeremy Kersten authored
      Task 20251
      d8b7f6a6
    • Jeremy Kersten's avatar
      [IMP] website_sale: show number of product found · 1feaee1d
      Jeremy Kersten authored
      Now you have the option to show the number of product found after one search.
      1feaee1d
    • Jeremy Kersten's avatar
      [IMP] website_sale : add sort by · dedb3ce9
      Jeremy Kersten authored
      Now you can sort products by lst_price, name, ... via the UI
      
      In some case the price list or b2b/b2c mode can altered the price
      and the sort on lst_price can be sometimes wrong.
      Eg: if price is displayed vat in (b2c), and mix rate of 6% and 21%, the sort
      will be done on the htva price.
      dedb3ce9
    • Jeremy Kersten's avatar
      [FIX] base: res partner fix name_get · 5189a66f
      Jeremy Kersten authored
      Before this commit, if a partner was NOT company, but have 1 or more
      contacts (delivery, invoice, ...), the nameget of the contact was empty.
      
      Now we display the "<parent partner name>, <type contact>"
      5189a66f
    • qsm-odoo's avatar
      [IMP] *: replace snippet sections menu by a title · b4cfe36b
      qsm-odoo authored
      * web_editor, website, mass_mailing
      
      This menu allowed to scroll to the snippets sections by clicking on
      their corresponding icons. It was useless as the sections are not
      taking a lot of height. This also appeared buggy as clicking on the
      last icon highlighted only the second one as this second one was still
      the first section visible on the screen when the last section was
      fully visible.
      
      This also added fours buttons to the interface which contains already a
      lot of them. Now this is replaced by a title "Add blocks" which makes
      the editor cleaner and also improved the performance to enter the edit
      mode.
      b4cfe36b
    • qsm-odoo's avatar
    • qsm-odoo's avatar
      [REF] website_blog: refactore cover option and change opacity behavior · 74d7de46
      qsm-odoo authored
      * Isolate website_blog style
      * Simplify/Correct the cover option JS
      * Allow to modify the cover from the blog list page
      * Change cover layout (use a more conventionnal odoo design with a
      div which is full width, which contains a container(-fluid) then its
      content) -> easier to customize.
      * Refactore code to be understandable
      * Change behavior of opacity filter: before this commit the cover
      filter was not intuitive and did not work on IE or Edge, it mixed
      the color of the bg-image and the bg-color in a complex way and the
      opacity was just controlling if the image was visible clearly or not
      (which led in general to ugly style if the opacity was used). Now, the
      color in applied *on top* of the image so that its color changes the
      hue of the underlying image. The opacity value controls only the
      opacity value of the color to mix.
      
      [MIGRATION] Note: as the opacity behavior has changed, the exact same
      behavior is not reproductible at all. But for the change to make a bit
      of sense in old databases, this should be applied for the field
      "cover_properties" of blog posts (with changes in layout):
      
      if cover_properties.background-color != "oe_none":
          cover_properties.opacity = 0.6
      else:
          cover_properties.opacity = 1.0 - cover_properties.opacity
      74d7de46
    • qsm-odoo's avatar
      [IMP] website_blog: convert SASS to LESS · ee19cf08
      qsm-odoo authored
      ee19cf08
    • qsm-odoo's avatar
      [IMP] website: rename "NEW/EDIT PAGE" buttons into "NEW/EDIT" · d316dbd9
      qsm-odoo authored
      It is better because it then proposes to add a page, a product, a blog,
      a forum, a job offer, ... (not only a page).
      d316dbd9
    • qsm-odoo's avatar
      [IMP] web_editor: come back to a more regular summernote colorpicker · f196afc8
      qsm-odoo authored
      Splitting the summernote colorpicker into bg colorpicker and foreground
      colorpicker seems to have been a bad idea as people tend to click on
      the recent color button thinking it will open a dropdown.
      
      This commit keeps the design that had been decided for colorpicker
      template and do not change the "background-color" snippet option.
      However, the colors for background and foreground text changes are
      now displayed in an unique dropdown again, with reviewed style.
      
      + adapt the rte tour
      f196afc8
Loading