- 28 May, 2009 14 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*improve script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
newCell method accept portal_type parameter and call newCellContent with passing it, but it was not used. Now it is. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27235 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modify script to properly create variation cells on DeliveryLine git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27233 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(for submit, we aldeary have 'V' access key). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27231 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27228 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* We might think about usage of ERP5Accounting_getParams with people that can not see the account_module, so fix security error when getting currency precision git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27227 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27225 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2009 18 commits
-
-
Mame Coumba Sall authored
*add select item action for Sale Order Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27223 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27221 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Wrap SOAP methods in order to intercept & transtype SOAPpy exceptions, to make the API more independant from underlying SOAP library. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27220 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Caching cannot and must not be done at this level, because it can be desired to get different connections. As an example, in MySQL transaction information is local to a connection. So returning an existing connection is not always the same as creating a new one, and only the class doing the actual connection knows what can be shared and what cannot. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27219 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* more css configuration added for edit mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27218 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
* modified script to remove getPath() et replace it with absolute_url() git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27217 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
be acknowledged by users with : - portal_acknowledgement : tool that provided methods to retrieve document to acknowledge and to acknowledge them - new document class : Acknowledgement - possibility to have proxy of Documents. Acknowledgements will only be a proxy to event, the content of the message will not be kept in the event, and we can access it from the Acknowledgement thanks to the proxy - the possibility to display site message on the top of the page with xhtml style - an unit test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27216 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*modified to aggregate a list of items on cell git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
Added required scripts to use them with Acknowledgement Tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*make quantity on listbox a required field git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*unproxify variation_category_list *removes tales expression in quantity_unit field to display quantity_unit even when line has variation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2009 8 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* for default_page case, 'here' should be a document not a web section or a web site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* respect original_container if specified, otherwise it does not work fine with erp5_web where a document is accessed through its reference. * implement non-clone case logic that is required for erp5_web. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
*add cell portal type for Internal Packing List Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-