- 28 Sep, 2007 22 commits
-
-
Alexandre Boeglin authored
- we should generate accounting movements after an invoice rule, but only after a invoice movement, and not cascade accounting movements - we should generate payment movements after a invoice rule in some cases too git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
This also prevent to save None as REQUEST's key. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug which sometimes breaks field settings at initialisation and corrupts field edit form in ZMI. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
otherwise there is a chance that getCausalityState returns "expanded", even for a newly created - not yet expanded - movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
transactions for another section in multi currency accounting. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Name field my_translated_portal_type directly, instead of naming it portal_type (which is likely to collide someday) and defining a TALES git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove AUTO_INCREMENT property on uid columns. Now uid generation do not rely anymore on this MySQL behaviour which has the bad effect of locking the whole catalog table (at least) when inserting/updating rows. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This is done to allow removing AUTOINCREMENT property of catalog's uid column, which causes table-level locks on innodb, which badly impairs indexation speed especialy when using multiple indexation nodes. If AUTOINCREMENT is kept on catalog, the system keeps working but the table-level lock will still be held (unless you use MySQL 2.1.22 or higher, which is not advised since at the moment it's a development branch). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make default value None. Previous code had a bad behaviour if the default value was a long (it should be valid, but isinstance(long, int) is obviously False, so default fell back to "1"). Anyway, if default is an invalid value, ZSQLMethod will complain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
keyword arguments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
CategoryTool_importCategoryFile: If the import file is not in openoffice format, convert it through oood. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2007 18 commits
-
-
Jérome Perrin authored
call it, so this would fail if no workflow define the transition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
string, not only with a file object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
catch the exception in python scripts. So at least we log the traceback. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Respect naming convention on field titles (capitalized words) for CategoryTool_importCategoryFileForm * CategoryTool_importCategoryFile : do not use immediate_reindex=1, this is a coding crime. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-