Forgot to rollback .xlsx format
This commit is contained in:
parent
c6bce13803
commit
6badef7778
@ -239,9 +239,9 @@ class PosExportBcWizard(models.TransientModel):
|
|||||||
end_str = self.end_date.strftime('%y%m%d')
|
end_str = self.end_date.strftime('%y%m%d')
|
||||||
|
|
||||||
if export_all:
|
if export_all:
|
||||||
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}_OLD_ALL.xls"
|
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}_OLD_ALL.xlsx"
|
||||||
elif old_format:
|
elif old_format:
|
||||||
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}_OLD.xls"
|
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}_OLD.xlsx"
|
||||||
else:
|
else:
|
||||||
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}.xlsx"
|
file_name = f"POS_{company_ident}_{start_str}_to_{end_str}.xlsx"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user