Skip to content
Snippets Groups Projects
  1. Aug 01, 2014
  2. Jul 31, 2014
  3. Jul 30, 2014
  4. Jul 29, 2014
  5. Jul 28, 2014
  6. Jul 25, 2014
  7. Jul 24, 2014
    • Denis Ledoux's avatar
      [FIX] stock: do not set user_id on prepare_invoice_group · a5531c1d
      Denis Ledoux authored
      The user_id is already set by the prepare_invoice method, which is called before the prepare_invoice_group (the user_id is already set, thus)
      Besides, _prepare_invoice is overriden in sale_stock, to set the picking sale order salesman as user_id, and, without this correct, grouping invoicse by partner re-set the user_id to uid, which is wrong.
      a5531c1d
    • Denis Ledoux's avatar
      [FIX] project: remove state field from task analys · de34d668
      Denis Ledoux authored
      The state has been replaced by stage_id in the view, so the state is no longer used
      Moreover, when doing an advanced search, the field state is visible and if used -> Traceback (because not available in the report sql table)
      opw-609984
      de34d668
Loading