- 06 Aug, 2008 14 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
more class hierarchy fixes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
self.category_tool attribute git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
using SQLDict, so only the first one is deleted, also it can create problems if we delete the applied rule before the activity is executed (which usually happens in tests teardown); Anyway users never delete orders directly, so there's no need to use activities here. Delete the related applied rules synchronously instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22886 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2008 9 commits
-
-
Thibaut Deheunynck authored
Change createOrganisationFromM0 because all organisation must have one corporate registration code. But we can find the head office, the second company or branch thanks to source reference. So I modify several scripts to respect this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
And replace a wrong method in BugEvent_sendNotification. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
* Add two new parameter for jumping with the method Base_jumpToRelatedObject, one for chose to take another item as context and another for choosing a different form_id if there is only one object for jump git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- stop running those tests as Manager, it's hiding too many problems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Removed duplicated forms, merged Files tab and Documents Tab. Now Document Tabs shows subfiles files also. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Remove subject field from NotificationMessage_view. It was useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
Removed causality from Bug Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2008 17 commits
-
-
Jérome Perrin authored
movement.edit(resource=something, variation_category_list=something) is called and edit edit sets variation_category_list before setting resource, variation category list will not be set. So make sure that resource is set before variation_category_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Adapt ProductionOrder_viewAsODT and ProductionPackingList_viewAsODT for new Delivery_getODTDataDict API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
remove the workflow assignment_workflow on portal_type Assignment. the portal type Assignment use ohada_assignment_workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
set correct form title for field library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Remove text_content field from NotificationMessage_view. It was useless. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
simplify Resource_getMovementHistoryStat git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22866 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- append reset=1 on the action to make sure previous values, such as variation_text, from selection are not kept - add editable fields for formatting - fix state column - use "Site" as domain title - only show stat for quantity (not date etc) - don't use "Total" in stat line, it's inconsistent with other reports git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add reference and remove subject in Notification Message Module List. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed title of notification message forms. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
fix typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use preference order for date fields - change field order git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
make sure we always show the currently selected account on AccountingTransactionLine_getNodeItemList. There might be a better way ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-