Skip to content
Snippets Groups Projects
  1. Dec 04, 2014
    • Denis Ledoux's avatar
      [FIX] sale: rounded sales team invoiced gauge · 4e961360
      Denis Ledoux authored
      The price_total field of the account invoice report is not rounded (it cannot be easily rounded, as this has to be done in the sql view)
      In a multi currencies environment, this is possible that the price_total value has a lot of digits
      We therefore round it manually, for the gauge of the sales team kanban view
      4e961360
    • Denis Ledoux's avatar
      [FIX] translate: allow common english 2 chars terms · 9c7fb721
      Denis Ledoux authored
      Before, all isolated (between xml/html tags) two chars words coming from views were not translated (by choice).
      But, for some words, allowing them is useful. For instance, the word 'or' located between two buttons.
      
      opw-616716
      9c7fb721
    • Arthur Maniet's avatar
      [FIX] res.currency: correctly compute the number of decimal places for... · 35431de1
      Arthur Maniet authored
      [FIX] res.currency: correctly compute the number of decimal places for currencies formatting in 'get_format_currencies_js_function'.
      35431de1
    • Denis Ledoux's avatar
      Revert "[ADD] purchase: average price computation test" · 04f3fffd
      Denis Ledoux authored
      This reverts commit 5f9280e8.
      
      These tests have been introduced in 7.0/saas-3, but can no longer be applied in 8.0, as they uses models that do not exist anymore in the new wms.
      
      if such tests do not exist yet in Odoo 8.0, then these tests needs re-work, they cannot be applied like that
      
      Conflicts:
      	addons/purchase/tests/test_average_price.py
      04f3fffd
  2. Dec 03, 2014
  3. Dec 02, 2014
Loading