- 20 May, 2009 11 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*add action for fast input of selection of items git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update parent's delivery simulation if Trade Model Line is modified, added or deleted from such git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
I added some error messages here so that errors are more clear. Also, I follow symlinks because it seems that pysvn does not support them very well. I hope it helps. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- fix problem with adding Invoice Line to Invoice coming from Order / Packing List - Invoice is becoming diverged after such line is added, and shall be still solved - this is caused by too restrictive condition about frozenness of Simulation Movement Note: XXX This is quick and dirty hack, it shall be solved using BPM to know if movement is frozen or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Improve usability of SimpleQuery when directly instanciated: automaticaly convert an "=" comparison operator on a None value into an "is" comparison operator. Update code comment, as it is not about backward compatibility but about usability. Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add Pay Sheet Line and Pay Sheet Model Line to the portal_type filter list. Now udpate cell range on this portal types will be done using trade_matrix_workflow interraction workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2009 29 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modified script to create items even if only reference or title is defined git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*rename form actions and scripts for delivery line creation on item *add fast input for selection of items *modified delete_action transition on item_workflow *correct script for delivery line fast input creation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*define new listbox for inventory to show variation on resource and item *add new column for item in PurchasePackingList_view and SalePackingList_view *quantity is non-editable if item is defined on Delivery Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
'operator' parameter has always been refused since new catalog (...by mistake) and handling code was removed by previous commiut. Update docstring. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Don't use type() to test the type of a variable, see http://www.erp5.org/GuidelinesForPerformanceCrimes use isinstance instead git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add erp5_rss_style in dependency_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
Update erp5_commerce to fit the erp5_web multiflex theme, can can now use predicate to specify products who will be display at the top of the content, view the products with a special rendering and add them to a cart. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*remove useless field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*move field to hidden group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*improve bt *define security on item_workflow,remove aggregate_interaction_workflow(fast input of creation of items does the same thing) *remove jump actions on item *Modify scripts for actions Create Related Affectation, it just creates the delivery, the delivery line and aggregate the item to it. *modify fast input script for item creation in order to properly take care of variation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
If string is convert into list to guess structure address, convert list parts into string before call setter aswell git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* enable RSS widget that provides a link to RSS rendering of news_section's content list. * make RSS icon smaller according to smaller national flag icons. * adjust CSS for these size changes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- some formatting git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27037 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix some proxy fields. count_method and y_size_block should not be inherited from template field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27036 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix some proxy fields. count_method should not be inherited from template field and proxy_listbox_ids had to be copied to new proxified fields but it was not copied. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-