Update wizard view: remove date filters, add info message
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
2026-03-13 23:49:50 +00:00
parent 86e13bab51
commit aa11316dc6

View File

@@ -11,15 +11,14 @@
<field name="timeline_file" filename="timeline_filename" required="1"/>
<field name="timeline_filename" invisible="1"/>
</group>
<group string="Filters">
<field name="date_from"/>
<field name="date_to"/>
<group string="Options">
<field name="min_stop_minutes"/>
<field name="geocode"/>
</group>
</group>
<group string="Options">
<field name="geocode"/>
</group>
<div class="alert alert-info" role="alert">
All travel dates will be imported. Re-importing the same file will skip existing stops automatically.
</div>
<footer>
<button name="action_import" string="Import" type="object" class="btn-primary"/>
<button string="Cancel" class="btn-secondary" special="cancel"/>