We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28447b5 commit b0e9f6fCopy full SHA for b0e9f6f
wms_connector/models/synchronize_exportable_mixin.py
@@ -54,7 +54,7 @@ def _get_export_data(self):
54
def synchronize_export(self):
55
res = self.env["attachment.queue"]
56
for records, data in self._get_export_data():
57
- vals = records._format_to_exportfile(records._get_export_name, data)
+ vals = records._format_to_exportfile(records._get_export_name(), data)
58
attachment = self.env["attachment.queue"].create(vals)
59
records.track_export(attachment)
60
res += attachment
0 commit comments