- 21 May, 2009 9 commits
-
-
Kazuhiko Shiozaki authored
adding publication_section/pamphlet/web/short as base category was wrong, and it breaks installation of this business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Renamed two properties for consistency with naming conventions. Kept compatibility with current status. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Take into account installation state. This is a quick and dirty fix. It would be better to allow users for example to select the latest bt5 in a given state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
A dirty fix for now. All property accesses must be rewritten using accessors. Propper error handling must be designed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Added support for the documentatoin of portal type role definitions in the context of a business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2009 15 commits
-
-
Kazuhiko Shiozaki authored
* css url starts with the web site's url, not with the web section's url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Make possible to pass a movement list to build method. In this way, it is possible to invoke build without using simulation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
define movement_to_add_list before to enter in the loop. This prevent to raise an error in case of getAggregatedAmountList return an empty list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
now we use Business Process to define wich builder we want to use. So without using Business Process, it's not possible to get a builder (and create new lines). The only differences between the two tests was that one use Business Process and not the basic one, but now it's always needed to use Business Process, so two tests can be merged. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 16 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
-