- 07 Sep, 2006 9 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
do not save data on applied rules so we must not call newContent of applied rules with **kw, as suggested by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* remove foreign check module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
* Fix JP "missing" statement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add new script ERP5Accounting_getParams that get parameters from selection/preference (and uses a request cache AccountModule_getAccountingTransactionCount apply the selection filter for the stat method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Sep, 2006 31 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9717 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
add a "request.other[\'is_accounting_report\'] = True" in all accounting reports, so that certain fields can be hidden in reports. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
not currently present in the chain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Implement getBaseCategoryDict, a cached version of getBaseCategoryList which should be used to check if a base category is present (dict key searching is O(1), which is always better than list searching, even if sorted). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace += on lists by explicit appends. Replace type checking by isinstance. Breaks one-liner "if ... : ..." in 2 lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Category_getSortedCategoryChildValueList can be replaced by getCategoryChildValueList method, this script is useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9707 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Strangely, exports have different indentations from an instance to another (with same zope version) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
use the method updateProperty of the PropertyManager when it is necessary, this should fix new bugs founds by Jerome git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* remove stuff related to foreign Check git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* reference currency id is now defined as a property and remove all stufff related to Foreign Check git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-