Skip to content
Snippets Groups Projects
  1. Jan 19, 2015
  2. Jan 16, 2015
  3. Jan 15, 2015
    • Jeremy Kersten's avatar
      [FIX] website: search a matching route with http method POST · 9d89b179
      Jeremy Kersten authored
      When url_for was looking for a route which match, it was only looking for GET route.
      So routes which were restricted to be used only with a POST method, were never found.
      
      The result was that urls in website for route post (form in most cases) was never prefixed with the lang.
      So the request.lang was always the default lang from website...
      
      If you was creating a sale order (in ecommerce), the lang used in sale order was wrong and the description not in the current lang.
      9d89b179
    • Denis Ledoux's avatar
      84b5bf94
    • Antoine Huvelle's avatar
      [FIX] point_of_sale: pos.config journal selection · c2344ad8
      Antoine Huvelle authored
      Adding a new context as, when creating a new journal from the pos.config,
      that journal should automatically be defined as a POS payment journal.
      c2344ad8
    • Josse Colpaert's avatar
      [FIX] Correct resupply pull rules to have the correct warehouses to propagate... · d849c555
      Josse Colpaert authored
      [FIX] Correct resupply pull rules to have the correct warehouses to propagate / serve so it works with MTO rules also
      d849c555
    • Denis Ledoux's avatar
      [FIX] account: bank statement line needaction domain · e07309d8
      Denis Ledoux authored
      Before 8.0, the field journal_entry_id did not exist.
      
      For database coming from older release, like 7.0, this field is not filled in during the migration, because this is not possible.
      Set the needaction to depend only on the journal_entry_id will have as effect to have every bank statement line entered when the database was under 7.0 to match the domain, while the needaction is made to display the number of records that need an action.
      
      Besides, even in 8.0, this is possible that a line has not the journal_entry_id set, while not needing any actions (see 2bb38ca8)
      e07309d8
    • Denis Ledoux's avatar
      [FIX] account: closing of bank statement without reconciliation · 2bb38ca8
      Denis Ledoux authored
      For bank statement line having an account_id, but no journal_entry_id, it is not possible to reconcile the line in the bank statement reconciliation tool, as a filter is applied to only reconcile lines having journal_entry_id AND account_id not set.
      
      As written in the help message of the account_id field:
      This technical field can be used at the statement line creation/import time in order to avoid the reconciliation process on it later on. The statement line will simply create a counterpart on this account
      
      Not allowing the reconciling should not prevent to close the statement in such a case. The button "close" was displayed only when all lines had journal_entry_id set.
      2bb38ca8
    • Raphael Collet's avatar
      [FIX] api: fix api decorators to not add '_api' on original methods · 309e3def
      Raphael Collet authored
      This fixes an issue where the same function is used in several model classes:
      once the function is wrapped for the first class, it is erroneously considered
      as a wrapper for the second class, and is therefore not wrapped in other
      classes.
      309e3def
Loading