[Fwd: [Erp5-dev] currency module]

Alexandre Boeglin alex at nexedi.com
Mon Aug 29 09:49:06 CEST 2005


Le Lundi 29 Août 2005 08:34, Shrenik Bhura a écrit :
> Got it. Missing script in
> portal_skins/erp5_accounting/CurrencyModule_getCurrencyItemList

Hello,

The currency module is part of erp5_core, not accounting. the
CurrencyModule_getCurrencyItemList script was added on the
2005-08-18. To get it, you can try to upgrade your erp5_core
business template to a more recent version. Else, you can create
this script manually, which currently contains :

result = []
for currency in context.getPortalObject().currency_module.objectValues() : 
  result.append((currency.id, 'currency_module/%s' % currency.id))
return result


Regards,
Alex



More information about the Erp5-dev mailing list