- 30 Jun, 2008 8 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Instead remove the document itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
When office:value-type is set to float, office:value must be defined, otherwise odf is invalid with this cryptic message: Element text has extra content: sequence-decls git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jun, 2008 6 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
_getExtensibleContent was not working with unrestrictedTraverse, because it provides a fake request as just a plain dict object, thus request.other does not exist, and UserFolder.validate only raises an exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jun, 2008 2 commits
-
-
Mayoro Diagne authored
using getattr to get co_varnames; using unrestrictedTraverse instead of resolveCtagegory to avoid warning in case of unexisting category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Use restrictedTraverse instead of getDocumentValue in WebSection_viewInlinePageRenderer, because we need an appropriate acquisition wrapper here. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jun, 2008 24 commits
-
-
Yoshinori Okuji authored
* Add a standard method for string substitutions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- proved, that is possible to change quantity on highest level of packing list in production, then after accepting decision it is possible to deliver it, and adopt prevision to other related deliveries, also deliver it - done one-by-one git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make test less sensitive to extra predicates present on the system which might rightfully match used document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- manage afterClone for Production Order, Packing List and Report, to use ProductionDelivery_generateReference instead of Delivery_generateReference, which was creating wrong one git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- Production Report and Production Packing Lists titles are set on init script, no need to copy order title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- set init script for delivery and delivery line portal types used in production: generate reference on init, generate default int index on initialisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Constraints was improved. Added nice messages, improved identation and added date_coerency constraint. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- added deleted state support - added worklist definitions for production packing lists and production reports - updated script for applying related rule from current packing list worklow - revised security settings to new style, including deleted state - removed not needed guards in transitions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- proved, that it is possible to deliver all production packing lists and production reports based on sourcing production oreder (and that it is, what I wanted this test to be on initial revision) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- As there is only one case where something is appended to sql_expr, use a list comprehension. - Factorise UID rendering (Note: none_sql_value is accessed on parent namespace). Add a comment about aparently useless code which cannot be safely removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Remove broken code: calling "+=" operator on a list object with a string as right operand never generates valid SQL. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Start to develop version 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
* Enable Role Definitions for Web Site and Web Section. Show workflow state for Web Site and Web Section git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-