1. 15 Jul, 2015 5 commits
  2. 14 Jul, 2015 2 commits
  3. 13 Jul, 2015 5 commits
  4. 12 Jul, 2015 1 commit
  5. 10 Jul, 2015 6 commits
  6. 09 Jul, 2015 1 commit
  7. 08 Jul, 2015 7 commits
  8. 07 Jul, 2015 1 commit
  9. 06 Jul, 2015 2 commits
  10. 03 Jul, 2015 7 commits
  11. 02 Jul, 2015 3 commits
    • Sebastien Robin's avatar
      mrp: fixed view of material products on production orders · bb594594
      Sebastien Robin authored
      We have to use destination since this what we define on production orders (not source).
      Make sure we display correct values if a resource is used by several lines.
      bb594594
    • Sebastien Robin's avatar
      abe6f804
    • Sebastien Robin's avatar
      invoicing: invoice transaction builders should find corresponding deliveries... · ebcef705
      Sebastien Robin authored
      invoicing: invoice transaction builders should find corresponding deliveries only through explanations
      
      What happened before :
      - user confirm sale invoice
      - activity for building vat invoice lines is created
      - user change destination_section
      - since builder was expecting having same destination_section on delivery
      and simulation movements, it was failing
      
      Now, the builder does not look at source/destination or other categories, it only looks
      for common explanation. This can be done this way only because transaction lines should
      go inside the same delivery as invoice lines with standard invoicing.
      ebcef705