Skip to content

Commit b0e9f6f

Browse files
committed
gitfix
1 parent 28447b5 commit b0e9f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wms_connector/models/synchronize_exportable_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _get_export_data(self):
5454
def synchronize_export(self):
5555
res = self.env["attachment.queue"]
5656
for records, data in self._get_export_data():
57-
vals = records._format_to_exportfile(records._get_export_name, data)
57+
vals = records._format_to_exportfile(records._get_export_name(), data)
5858
attachment = self.env["attachment.queue"].create(vals)
5959
records.track_export(attachment)
6060
res += attachment

0 commit comments

Comments
 (0)