[Erp5-dev] currency - symbol, or short_title?
    Jean-Paul Smets 
    jp at nexedi.com
       
    Fri Jun 22 17:18:48 CEST 2007
    
    
  
bartek a écrit :
> Hello
>
> In the stock erp5_base, Currency_view form has a field "short_title",
> described as "Currency symbol", while
> CurrencyModule_viewCurrencyList.listbox has a column "Symbol" showing
> a "symbol" property. So it seems that one of the two is wrong, but
> which is it?
>
> Bartek
>
symbol is wrong. It should be removed and replaced by reference instead.
    the best property to hold "EUR" is reference
    the best property to hold "Pound" should be short_title
    the best property to hold "British Pound" shoul be title
seb: can you confirm such a change will not create any trouble ?
JPS.
    
    
More information about the Erp5-dev
mailing list