Skip to content
Snippets Groups Projects
  1. Apr 11, 2018
    • Goffin Simon's avatar
      [FIX] purchase: Procurement rule Buy missing when installing Purchase · c471ca22
      Goffin Simon authored
      When installing Purchase, the procurement rule Buy for My Company, Chicago
      was missing.
      
      opw:1835411
      c471ca22
    • Richard Mathot's avatar
      Unverified
      79447255
    • Toufik Benjaa's avatar
      0c9eabb0
    • Parth Patel's avatar
      [FIX] website_sale: make shipping address group-option valid for all user groups · 7516d9bb
      Parth Patel authored
      Indeed in website_sale this option is used in templates, meaning public and
      portal users should be added or removed from that group accordingly.
      
      This commit is related to task ID 1746668. Closes #22753.
      7516d9bb
    • Nicolas Martinelli's avatar
      [FIX] web: domain evaluation · 33ba61bf
      Nicolas Martinelli authored
      To reproduce the error, go to Accounting > Import Statement, then
      Cancel. An error occurs because `belongs_to_company` is not in the data.
      Indeed, it is directly set on the action
      `open_account_journal_dashboard_kanban`.
      
      Commit 9961bbf4 re-evaluates if a record should be displayed in the
      Kanban view after applying an action (in particular, archive a record).
      However, the domain evaluated might contain values which are not in the
      data. This is for example the case if there is a domain on an action.
      
      Fixes #24142
      opw-1835216
      opw-1835123
      33ba61bf
    • Goffin Simon's avatar
      [FIX] purchase: Wrong Fiscal position in multicompany · 5bb65170
      Goffin Simon authored
      Steps to reproduce:
      
       -Create company A
       -Create company B
       -Admin user with both companies but currently in company B
       -Create Demo user only with company B
       -Create fiscal position A to company A
       -Create fiscal position B to company B
       -Create vendor with fiscal position A with company A and the same vendor with fiscal position B in company B
       -Create product and add the vendor created before
       -Set like Create a draft purchase order
       -Logging with Demo user
       -Create sale order with one sale order line with route make to order
       -Validate sale order
      
      Bug:
      
       The purchase order created by sale order had the fiscal position company A.
      
      Closes #23561
      opw:1825098
      5bb65170
    • Nicolas Lempereur's avatar
      [FIX] base: amount_to_text possible difference · b79d8b99
      Nicolas Lempereur authored
      In 79038055 amount_to_text was refactored and improved, but there is a
      drawback.
      
      ie. if we have .29 cents with two decimals, `Twenty-Eight` was displayed
      because `int(0.29 * 100) == 28` due to floating-point representation.
      
      This commit keeps the improvements and fix this issue by using string
      formatting of float as was done before.
      
      opw-1829924
      closes #24161
      b79d8b99
  2. Apr 10, 2018
  3. Apr 09, 2018
  4. Apr 08, 2018
  5. Apr 06, 2018
  6. Apr 05, 2018
Loading