This commit is contained in:
gsinghpal
2026-03-16 08:14:56 -04:00
parent fdca9518ab
commit e56974d46f
196 changed files with 19739 additions and 3471 deletions

View File

@@ -429,7 +429,7 @@ class FusionCentralExportWizard(models.TransientModel):
"""Save export file to the ADP Export Records model (filestore-backed)."""
try:
ExportRecord = self.env['fusion_claims.adp.export.record']
posting_date = ExportRecord._get_current_posting_date(self.export_date)
posting_date = ExportRecord._get_posting_period_for_file(self.export_date)
ExportRecord.create({
'name': filename,