server-tools/excel_import_export/models
Aungkokolin1997 3eb00a4c3a [IMP] excel_import_export: excel_import_export: allow selection of all related templates for export action
Before this commit, when two templates exist for the same model, clicking "ADD EXPORT ACTION" for each template
creates separate server actions for each. As a result, if multiple templates are created for the same model,
numerous server actions with the label "Export Excel" will accumulate for that model.
With this commit, if two templates exist for the same model and "ADD EXPORT ACTION" is clicked for each,
they will now share a single server action. Users can then select templates from within the "Export Excel" wizard.
Clicking "REMOVE EXPORT ACTION" on a template will remove only that template from the "Export Excel" selection.
The server action itself will be deleted only when no templates use it for export.
2024-11-08 06:47:02 +00:00
..
__init__.py [13.0][MIG] excel_import_export, excel_import_export_demo 2022-12-20 12:06:26 +06:30
common.py [MIG] excel_import_export, excel_import_export_demo: Migration to 16.0 2022-12-20 14:32:02 +06:30
ir_report.py [MIG] excel_import_export, excel_import_export_demo: Migration to 16.0 2022-12-20 14:32:02 +06:30
styles.py [IMP] update dotfiles 2022-12-20 12:06:26 +06:30
xlsx_export.py [REF] excel_import_export: hooks are added so that they can be inherited 2023-11-09 09:41:56 +01:00
xlsx_import.py [IMP] excel_import_export: improve error showing 2024-09-24 06:10:09 +00:00
xlsx_report.py [IMP] update dotfiles 2022-12-20 12:06:26 +06:30
xlsx_template.py [IMP] excel_import_export: excel_import_export: allow selection of all related templates for export action 2024-11-08 06:47:02 +00:00