Skip to content
Snippets Groups Projects
  1. Aug 18, 2015
  2. Aug 17, 2015
    • Joren Van Onder's avatar
      [IMP] point_of_sale: posbox_create_image fixes · 41929bd9
      Joren Van Onder authored
      - set keyboard layout to us
      - install GNU screen
      - add udev rules to make USB devices accessible to the usbusers group
      - setup crontab to delete odoo sessions/*
      - define inputrc and vimrc
      41929bd9
    • Olivier Dony's avatar
      [FIX] web: _serve_attachment should not trigger redirect loops · c2cbb753
      Olivier Dony authored
      When the Bundle mechanism caches bundle files into the
      ir.attachment table, it can sometimes cache an empty
      resource file (For example, if a less/saas compiled file
      results in an empty CSS file) for the bundle URL.
      The appropriate behavior for _serve_attachment()
      when the browser loads that bundle URL is to return
      an empty file (which is the correct content), instead of
      redirecting again to the same URL, triggering a loop.
      
      In addition, this commit removes the special case for
      returning 204 No Content. This HTTP status code is not
      really meant for GET requests - returning an empty file
      with a 304 or 200 code is more appropriate and allows
      for normal browser caching.
      c2cbb753
    • Christophe Matthieu's avatar
  3. Aug 16, 2015
  4. Aug 14, 2015
  5. Aug 13, 2015
  6. Aug 12, 2015
    • Denis Ledoux's avatar
      [FIX] crm: prevent use a sales tag from another team. · 85b2e607
      Denis Ledoux authored
      On the `categ_ids` fields definition on `crm.lead`,
      a domain has been added in order to prevent
      the use of a sales tag belonging to another
      sales team.
      
      As the domain was overidden in the form views,
      with a different domain, it was allowed
      to use a sales tag from another sales team.
      
      Besides, the domain applied in the form views,
      `[('object_id.model','=','crm.lead')]`
      is included in the domain applied in the fiel
      definition.
      
      Closes #2898
      85b2e607
    • Goffin Simon's avatar
      [FIX] sale_stock: 'uom' in context · 0e446eb5
      Goffin Simon authored
      Force the 'uom in the context to False on the field 'product_id' in the popup
      form view "sale.order.form.sale.stock", to force the non-propagation of the
      context. To avoid using the uos in function "_product_lst_price" when computing
      the public price of a product.
      
      opw:646880
      0e446eb5
    • Denis Ledoux's avatar
      [FIX] website_sale: flag partners as customers · 31ffd010
      Denis Ledoux authored
      When placing an order in the ecommerce, it's
      seems obvious that the partner is a customer.
      
      Nevertheless, It wasn't flagged as such in
      its partner from, preventing
      to see him in the customers list
      
      Fixes #2422
      Closes #2881
      31ffd010
    • Goffin Simon's avatar
      [FIX] account_analytic_plans: creating an analytic distribution · 528c15cc
      Goffin Simon authored
      When creating an analytic distribution, the field "plan_id" must be required.
      
      opw:646788
      528c15cc
    • Nicolas Martinelli's avatar
      [FIX] mrp_repair: typo correction · 8f96a138
      Nicolas Martinelli authored
      "Fals" instead of "False"
      8f96a138
    • Alexandre Fayolle's avatar
      [FIX] stock: let resupply from warehouse work · 74b7b972
      Alexandre Fayolle authored
      If you set WH B to be resupplied from WH A, then the scheduler will
      generate a procurement with warehouse_id = B and location_id = B.stock.
      Running the procurement will find the resupply rule, and this will
      create another procurement with warehouse_id = A and location_id =
      transit location.
      
      However, without this patch, the resupply route is not part of the
      route_ids of warehouse A, and so the 2nd procurement goes in exception
      because if cannot find a rule (the search will force a rule linked to a
      route which is part of A.route_ids).
      
      Closes #7956
      74b7b972
    • cysnake4713's avatar
      [FIX] l10n_cn: multiple fixes in charts of account · 3cc7f9fc
      cysnake4713 authored
      * Change account type  'Other Receivable(其他应收款)' close_method to
        unreconciled
      * Add new account type 'Other Payable(其他应付款)' to  account template
        '2241 Other Accounts Payable'(其他应付款) .
      * Change Account template '1221 Other Account Receivable(其他应收款)''s
        type to receivable.
      * Rename Account template '1001 Cash (现金)' to '1001 Cash (库存现金)'
        to fit new accounting standard.
      * Fix double account template id 'small_business_chart1602' problem.
      * Several misused account template
      * add view account to small business account template
      
      Closes #7535
      3cc7f9fc
    • cysnake4713's avatar
      [CLA] Matt Cai (cysnake4713) · 0ab438b7
      cysnake4713 authored
      0ab438b7
  7. Aug 11, 2015
Loading