mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_l10n_es: cron format hours
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<field name="model_id" ref="model_traveller_report_wizard" />
|
||||
<field
|
||||
name="nextcall"
|
||||
eval="datetime.now(pytz.timezone('UTC')).strftime('%Y-%m-%d HH:MM:SS')"
|
||||
eval="datetime.now(pytz.timezone('UTC')).strftime('%Y-%m-%d %H:%M:%S')"
|
||||
/>
|
||||
<field name="code">
|
||||
model.ses_send_incomplete_traveller_reports(20)
|
||||
|
||||
Reference in New Issue
Block a user