<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.2">
</HEAD>
<BODY>
Hi Jerome, 
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">In the current implementation of ERP5Defaults, (we also sometimes call them</FONT>
<FONT COLOR="#000000">PortalMethods), you can 'dynamically' override these parameters by setting</FONT>
<FONT COLOR="#000000">properties on the portal (using the ZMI), no need to modify the code for this.</FONT>
<FONT COLOR="#000000">Looking at the code of ERP5Site.py, we can see that to override</FONT>
<FONT COLOR="#000000">getPortalDefaultSectionCategory(), you can set a property named</FONT>
<FONT COLOR="#000000">portal_default_section_category on the site.</FONT>
</PRE>
</BLOCKQUOTE>
Does this mean that:<BR>
1. We have to add a string property from the portal_type tool for the Accounting Transaction portal type by the name - <FONT COLOR="#000000">portal_default_section_category</FONT> and set it's value to whatever we desire, like 'group/xyz'.<BR>
This is not happening as whenever I click on the 'Add' button after filling in the property name, etc it does not add anything and gives an authentication failure even though I am logged in with manager account.<BR>
or,<BR>
2. Add a property to the AccountingTransaction.py by the above name. - I realise this may not be possible as there is no existing property sheet for the same.<BR>
or,<BR>
3. i am crapping about something i don't know, so pls clarify. <IMG SRC="cid:1123846549.14375.10.camel@neolap.intelliant.lab" ALIGN="middle" ALT=";-)" BORDER="0"> <BR>
<BR>
Cheers,<BR>
SB<BR>
<BR>
</BODY>
</HTML>