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
    • 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
    • Martin Trigaux's avatar
      [FIX] web: debugger in previous commit · 48002b32
      Martin Trigaux authored
      Damn you commit -a
      48002b32
    • Martin Trigaux's avatar
      [FIX] website_forum: description not translated · fc9ce0bc
      Martin Trigaux authored
      Make the field description on a forum translatable and add it in the forum view. opw 619786
      fc9ce0bc
    • Xavier Morel's avatar
    • Ravi Gohil's avatar
      [FIX] mrp: production traceability · 7530d281
      Ravi Gohil authored
      Upstream traceability on produced goods (serial number on finished product) was
      broken due to wrong values in cache for production.move_lines2 after production.
      Refresh the value of production after each action_consume to make such the state
      of the cache is correct. opw 609450
      
      Similar fix for manufactruing order not going in done state in some specific
      configrations (e.g. some components being phantom BOM).
      Again due to wrong cache state after consumption. opw 610515
      Fixes #1296
      7530d281
  4. Jan 14, 2015
    • Martin Trigaux's avatar
      [FIX] delivery: reset delivery info on duplicate/backorder · f4068476
      Martin Trigaux authored
      The tracking reference and other delivery references are not relevant to
      duplicated pickings. Overwrite copy to remove carrier_tracking_ref, volume and
      number_of_packages.
      
      Add fallback on stock.picking.in and out to use copy method of stock.picking.
      
      For partial delivery, the duplicated picking is the delivered order and
      the existing picking is the backorder of the delivery (why so much hate?).
      This means we have to switch the delivery info between the backorder and
      the delivered picking.
      Combo opw 615593 and 618802
      f4068476
    • Christophe Simonis's avatar
    • Denis Ledoux's avatar
      [FIX] mrp: prevent creating production lines when testing if production is of product type · 30a7bea0
      Denis Ledoux authored
      The method test_if_product, used in the workflow to test that the mrp production is for a product (!= service), used to call the method _action_compute_lines in order to compute the production lines and determine from them the production type.
      
      The thing is, the method _action_compute_lines, despite the fact it returns the lines of the production, actually creates the lines. So, just to test if the production was of product type, the productin lines were created, in database.
      
      This rev. introduces a _prepare_lines method, which returns the computed production lines, without actually creating them in database, so the test_if_product method can test if the production is of product type without creating the production lines.
      
      Therefore, production lines are now computed and created during the action_compute method, instead of computing them when the production was tested to get the production type.
      
      Computing the lines before the action_compute has as side effect to not set the scheduled date of the work orders in module mrp_operations, at MO confirmation (as, on confirmation, the action_compute method is called only for productions for which the lines are not yet computed, and mrp_operations overide action_compute to set the scheduled date)
      
      opw-620189
      30a7bea0
    • Nicolas Seinlet's avatar
      [IMP] point_of_sale: faster loading of pos session · 35a061eb
      Nicolas Seinlet authored
      name_get of pos.category should use a browse instead of a read.
      For a company having thousands of products and a few categories, using a browse
      will greatly improve the load time as it is cached.
      35a061eb
    • Denis Ledoux's avatar
      [FIX] hr_timesheet_sheet: prevent sheets overlaping · ccb4e433
      Denis Ledoux authored
      The constraint prevent sheets to overlap was broken because it relies on a check on the
      user_id.  The problem is that the latter uses an old-api function field
      that is not recomputed yet at the time of the validation.  The fix consists in
      using a non-computed field instead.
      
      This rev. is related to:
       - 4fb9c8f0
       - 6c785419
      
      Closes #4217
      opw-620175
      ccb4e433
    • Xavier Morel's avatar
      [CHG] Fix task 7536 / PR #499 differently · 8c3d71cc
      Xavier Morel authored
      Issue was the propagation of contextual values across actions, more
      precisely conserving the selected fiscal year when selecting an account
      from the chart of accounts tree view: the chart of accounts tree view is
      generally opened for a specific fiscal year, and it seemed sensible that
      opening an account would show only the journal items for the previously
      selected fiscal years rather than all items ever.
      
      PR #649 altered action.read by tentatively evaluating the action's
      context, however this has the side-effect of providing evaluated
      contexts when creating or editing actions via the UI, usually breaking
      them in the process (as the context at this point is basically
      nonsensical for the action's purpose).
      
      This backs out the previous fix, and creates a fix restricted to the
      tree view's JS (thereby removing the feature for window actions not
      invoked from a tree view).
      
      closes #4677, closes #4690
      8c3d71cc
    • Akash Balar's avatar
      [FIX] mrp : skip lines not within date range specified on BOM · 70a51cd7
      Akash Balar authored
      As date_start and date_stop are date field and not datetime, should use
      DEFAULT_SERVER_DATE_FORMAT for search. opw 619592
      70a51cd7
  5. Jan 13, 2015
    • Denis Ledoux's avatar
      [FIX] point_of_sale: ACLs for pos users · e261c44a
      Denis Ledoux authored
      POS users should not be able to create nor modify payment methods (account.journal)
      POS users should not be able to create nor modify point of sales (pos.config)
      
      At first opened session, if no payment methods was set, this is possible that the pos user should temporary have accesses granted to mark a payment method as pos payment method. This is done by the openerp.SUPERUSER_ID added by this rev.
      
      opw-625489
      e261c44a
    • Denis Ledoux's avatar
      [FIX] account: bank statement reconciliation come back · b4094d09
      Denis Ledoux authored
      Once the bank statement reconcilation done, the back button should not come back to Home when it does not found the bank statement list in the breadcrumb history, but simply perform a history_back action, which will come back to the previous action, the statement form for instance.
      
      opw-625397
      b4094d09
    • David Monjoie's avatar
      [FIX] stock_account: compute total inventory_value when no product is specified · 2d215db6
      David Monjoie authored
      Without this fix, the 'Total' line of the pivot view does not display any inventory value, because there is no __domain as we are not asking the inventory value for any specific product.
      2d215db6
    • Denis Ledoux's avatar
      [FIX] web: view is not always defined when a many2one is rendered · 27536758
      Denis Ledoux authored
      This rev. is associated with rev. 38aa984f
      
      closes #4660
      27536758
    • Akash Balar's avatar
      [FIX] stock: putaway stategy access rights · 88ace35f
      Akash Balar authored
      Only admin was able to create product.putaway records. Gives all access
      to warehouse manager.
      If a putaway strategy was present on a location, a warehouse user was not able
      to transfer goods as he had no access to the rule lines (no read to
      stock.fixed.putaway.strat). Give read access. opw 619774
      88ace35f
  6. Jan 12, 2015
Loading