We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d02e1f commit f42ea1aCopy full SHA for f42ea1a
2 files changed
base_import_async/wizard/base_import_import.py
@@ -80,7 +80,6 @@ def _link_attachment_to_job(self, delayed_job, attachment):
80
attachment.write({"res_model": "queue.job", "res_id": queue_job.id})
81
82
def _create_csv_attachment(self, fields, data, options, file_name):
83
- # Odoo 19: @api.returns decorator removed; just return the recordset.
84
# write csv
85
f = StringIO()
86
writer = csv.writer(
test-requirements.txt
0 commit comments