- 19 Sep, 2007 13 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Fix a cache related bug. (All <Portal_Type>_getResourceItemList method shared the same cache id. Use script id instead.) Do no any longer call a statis script. Instead In Field library generate dynamicaly the respective getResourceItemList method id. This prevented all CRM portal types based forms from getting the the same resource lists due to both cache and bad field library misconfiguration. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- fixed several worklists git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
accounts < balance transaction date (use to_date, not at_date). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Use absolute_url instead of absolute_url_path. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2007 27 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
very early in the initialisation process, so changing os.environ['TZ'] has no effect. For now, the easiest is to set TZ environ variable to something like 'Europe/France'a I updated this on the server running tests for erp5-report@ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thierry authored
* Bug fix in 'TicketType'_getResourceItemList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* 'deliver_action' transition had no guard. * 'restart_action' was not calling 'start' workflow method but going directly to started state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Depend on catalog version containing that column. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
- do not create Item manually in the module - proxify some fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Anyway __call__ is already psyco.bind'ed in Accessor class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16450 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
can be used to aggregate a Resource. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add python filters on Inventory indexing. This saves time when indexing non-inventory (or non-inventory-movement) objects by not calling ZSQLMethods which will not index anything (and worse, which will issue DELETE queries which will lock rows and might ultimtely caue deadlocks). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Unset "acquire local roles" on Purchase Invoice Transaction too, like other accounting transaction types. Thanks Łukasz. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16439 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-