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