An error occurred fetching the project authors.
  1. 25 Jan, 2013 6 commits
  2. 20 Mar, 2012 1 commit
  3. 03 May, 2011 1 commit
  4. 19 Apr, 2011 2 commits
  5. 02 Mar, 2011 1 commit
  6. 24 Feb, 2011 1 commit
  7. 26 Nov, 2010 1 commit
  8. 12 Oct, 2010 1 commit
  9. 14 Sep, 2010 2 commits
  10. 27 Aug, 2010 1 commit
    • Sebastien Robin's avatar
      revert r37787 until it is improved, there is following problems : · 8e1755db
      Sebastien Robin authored
      - getProductLine on a Sale Order Line returns nothing
        even if there is a resource defined on the Sale Order
        Line and a product line on this resource (and base
        categories looks like to be well configured)
      - portal_type variable is already used in the method
        _getSingleCategoryAcquiredMembershipList, so
        doing "for portal_type in portal_type_list" makes giving any
        random value to the portal type variable
      - the portal_type variable can have duplicated portal types,
        in such case the following piece of code always return [],
        so duplicated needs to be removed :
             for portal_type in portal_type_list:
               key = (uid, base_category, portal_type)
               if key in _acquired_object_set:
                 return []
               _acquired_object_set.add(key)
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38053 20353a03-c40f-0410-a6d1-a30d3c3de9de
      8e1755db
  11. 13 Aug, 2010 1 commit
  12. 11 Aug, 2010 2 commits
  13. 28 Jul, 2010 1 commit
  14. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  15. 08 Jun, 2010 1 commit
  16. 07 Jun, 2010 1 commit
  17. 04 Jun, 2010 1 commit
  18. 06 Nov, 2009 1 commit
  19. 03 Nov, 2009 2 commits
  20. 23 Oct, 2009 1 commit
  21. 07 Oct, 2009 1 commit
  22. 04 May, 2009 1 commit
  23. 14 Apr, 2009 1 commit
  24. 17 Nov, 2008 1 commit
  25. 07 Oct, 2008 1 commit
  26. 20 Aug, 2008 1 commit
  27. 27 Jul, 2008 1 commit
  28. 25 Jul, 2008 2 commits
  29. 09 Jul, 2008 1 commit
  30. 04 Jul, 2008 1 commit