feat: ADP Export Files menu with filestore storage, remove Sync All button

- Add fusion_claims.adp.export.record model with filestore-backed Binary field
  for tracking exported ADP claims files organized by Year > Month > Posting Period
- Add tree/form/search views with default group-by hierarchy, latest first
- Add "Export Files" menuitem under ADP menu section
- Add bulk ZIP download server action for multi-select export
- Replace Documents app storage with new model in export wizard
- Remove Documents-related methods (_save_to_documents, folder creation)
- Add migration button in Settings to move existing Documents files
- Fix Export ADP button visibility: only show on ADP portion invoices
- Remove redundant Sync All button from invoice form
- Add ACL entries for billing users (read/create) and managers (full CRUD)
- Bump version to 19.0.7.3.0

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-03-15 12:27:06 -04:00
parent 0e04f4ecc6
commit a839285bd4
11 changed files with 578 additions and 229 deletions

View File

@@ -40,13 +40,13 @@
<field name="export_file" filename="export_filename" readonly="1"/>
</group>
<div class="text-muted small" invisible="not saved_to_documents">
<i class="fa fa-folder-open"/> File also saved to Documents app
<div class="text-muted small" invisible="not saved_to_export_records">
<i class="fa fa-folder-open"/> File saved to Fusion Claims &gt; ADP &gt; Export Files
</div>
</group>
<field name="state" invisible="1"/>
<field name="saved_to_documents" invisible="1"/>
<field name="saved_to_export_records" invisible="1"/>
<field name="warnings" invisible="1"/>
<footer>