mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
FIX demo data: signature date of mandate was too old and was automatically expired
This commit is contained in:
committed by
Enric Tobella
parent
f8b219c992
commit
f3ec425a8e
@@ -21,7 +21,7 @@
|
||||
<field name="format">sepa</field>
|
||||
<field name="type">recurrent</field>
|
||||
<field name="recurrent_sequence_type">first</field>
|
||||
<field name="signature_date">2014-02-01</field>
|
||||
<field name="signature_date" eval="time.strftime('%Y-01-01')"/>
|
||||
<field name="state">valid</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user