An error occurred fetching the project authors.
  1. 05 Nov, 2010 8 commits
  2. 04 Nov, 2010 1 commit
  3. 03 Nov, 2010 1 commit
  4. 28 Oct, 2010 1 commit
  5. 21 Oct, 2010 2 commits
  6. 20 Oct, 2010 1 commit
  7. 15 Oct, 2010 1 commit
  8. 14 Oct, 2010 2 commits
  9. 13 Oct, 2010 2 commits
  10. 12 Oct, 2010 2 commits
  11. 06 Oct, 2010 1 commit
  12. 30 Sep, 2010 1 commit
  13. 14 Sep, 2010 1 commit
  14. 18 Aug, 2010 1 commit
  15. 12 Aug, 2010 3 commits
  16. 09 Aug, 2010 1 commit
  17. 07 Aug, 2010 1 commit
  18. 05 Aug, 2010 1 commit
    • Nicolas Dumazet's avatar
      Fix display of price and quantity for Cells listed on PackingList views · 62637ff0
      Nicolas Dumazet authored
      Packing List views are a bit particular because they use getMovementList.
      All the listbox lines are movements. Similarly, some lines can bear
      variation categories. It means that the "enabled" TALES test:
        python: cell.isMovement() and not cell.getVariationCategoryList()
      is problematic for this view.
      
      For quantity fields, the Base_viewFieldLibrary.my_view_mode_quantity
      fits perfectly our usecase.
      For price, we need to get price precision from the cell, so
      Base_viewFieldLibrary.my_view_mode_price does not fit. On the other hand,
      Base_viewTradeFieldLibrary.my_view_mode_price does include the "enabled" TALES,
      which we do not want.
      We thus create a new "my_view_mode_movement_listbox_price" field in
      Base_viewTradeFieldLibrary for this usage.
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37500 20353a03-c40f-0410-a6d1-a30d3c3de9de
      62637ff0
  19. 03 Aug, 2010 2 commits
  20. 02 Aug, 2010 1 commit
  21. 28 Jul, 2010 3 commits
  22. 15 Jul, 2010 3 commits