Reviewers: ,
Please review this at http://codereview.tryton.org/219008/ Affected files: M currency.xml Index: currency.xml =================================================================== --- a/currency.xml +++ b/currency.xml @@ -1505,6 +1505,9 @@ End of Output of scripts/currencies.py --> + </data> + <data noupdate="1"> + <!--- Default rate --> <record model="currency.currency.rate" id="eur_rate"> <field name="date" eval="time.strftime('%Y-01-01')"/> <field name="rate" eval="Decimal('1.0')"/> -- [email protected] mailing list
