- 03 Apr, 2007 27 commits
-
-
Nicolas Delaby authored
* Import Object from OOo use activities git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
credit on created line (and adjust cents on the last line if needed, and if the difference is not too big, not to hide error in the configuration). Enable AccountingTransaction_roundDebitCredit to be called on generated invoices. This should fix testAccountingRules git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove asseritons on title. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not use request/ACTUAL_URL as default cancel_url value, because (for example) list mode urls are sometime method names, which makes the cancel url useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Check that DateTimeField (and ProxyField of DateTimeField) does not lose the value entered by the user when the validation failed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* return [] instead of raising a exception in getSelectionNameList with memcached tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
This test is for now only usefull when the selection 'foo_line_selection' does not exist yet. So, the test should delete the selection when being started, but it is not yet possible to do such thing from a python script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Prevent a error when the selection does not exist. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove intermediate script wen installing from business template. It was used to reset the selection but made the action selection widget (available when multiple actions are available in the same category) display the wrong current action. The selection is now reset by parameter provided in the action url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Do not lose entered value in a DateTimeField when form validation fails (only if the fields default to now). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Test invalide date on the proxy field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
add parameter check_allowed to newContent in order to say if we want to check allowed content type on portal type or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
DateTime field has to keep the value entered by the user when the validation failed. Currently, the test will fail, as it is not the current behaviour of the Field. This bug has to be fixed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
not rendered in General Ledger git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2007 13 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
TempDocumentConstructor now creates a new class at runtime. This was required to set permissions correctly in temporary objects.. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Add PeriodicityMixin class. Rename getNextAlarmDate method to getNextPeriodicalDate. Add some comments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* add a summary at the end. * calculate section_uid instead of passing section_category * don't create level=9 report section, it generates a menu with reportlab git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add no_mirror_section_uid_cache parameter in ERP5Accounting_getParams, to prevent caching mirror_section_uid and payment_uid. Use no_mirror_section_uid_cache in GL git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-