An error occurred fetching the project authors.
  1. 17 Feb, 2011 1 commit
  2. 16 Nov, 2010 1 commit
  3. 29 Oct, 2010 1 commit
  4. 23 Aug, 2010 1 commit
  5. 27 Jul, 2010 1 commit
  6. 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
  7. 10 Jun, 2010 1 commit
  8. 01 Jun, 2010 1 commit
  9. 21 May, 2010 1 commit
  10. 05 May, 2010 1 commit
  11. 13 Apr, 2010 1 commit
  12. 02 Apr, 2010 1 commit
  13. 19 Mar, 2010 1 commit
  14. 01 Mar, 2010 1 commit
  15. 18 Feb, 2010 2 commits
  16. 10 Feb, 2010 1 commit
  17. 09 Feb, 2010 1 commit
  18. 08 Feb, 2010 1 commit
  19. 29 Jan, 2010 1 commit
  20. 20 Jan, 2010 1 commit
  21. 08 Dec, 2009 1 commit
  22. 27 Nov, 2009 2 commits
  23. 13 Nov, 2009 5 commits
  24. 09 Oct, 2009 1 commit
  25. 07 Oct, 2009 1 commit
  26. 30 Sep, 2009 1 commit
  27. 22 Jun, 2009 1 commit
  28. 29 May, 2009 1 commit
  29. 11 May, 2009 2 commits
  30. 27 Apr, 2009 1 commit
  31. 19 Jan, 2009 1 commit
    • Fabien Morin's avatar
      correct a bug that makes the default value of checkbox not working : · c93d0b99
      Fabien Morin authored
      If a CheckBox has never been modified, the default value is 0. 
      If you want the default value to be 1 (modifying the corresponding propertysheet), the DefaultValue method always return 0, even if 1 is in the propertysheet defined for the field (because of the condition "if value not in (None, ''); value = ob.getProperty(self.key, d=value)". So it was impossible to use the propertysheet to defined a default checked checkbox (the hack was to use tales).
      With this new class, it's now possible to use propertysheet to have a checked default value on a CheckBox.
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25166 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c93d0b99
  32. 10 Oct, 2008 1 commit
  33. 15 May, 2008 1 commit