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

@@ -330,6 +330,30 @@
</div>
</div>
<!-- ============================================================= -->
<!-- DATA MIGRATION -->
<!-- ============================================================= -->
<h2>Data Migration</h2>
<div class="row mt-4 o_settings_container">
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_right_pane">
<span class="o_form_label">Migrate Export Files from Documents</span>
<div class="text-muted">
Move existing ADP export files from the Documents app into the
new ADP Export Files menu. Only needs to be run once after upgrading.
</div>
<div class="mt-2">
<button name="action_migrate_adp_export_files"
string="Migrate Export Files"
type="object"
class="btn-secondary"
icon="fa-exchange"
confirm="This will migrate all ADP export files from Documents to the new Export Files menu. Continue?"/>
</div>
</div>
</div>
</div>
<!-- ============================================================= -->
<!-- ODSP CONFIGURATION -->
<!-- ============================================================= -->