odoo/industry#1810

Created by fw-bot
Merged at 0a34689a8744e231d9b2465908d70cd86e182621

Statuses:

label
odoo-dev:saas-19.1-saas-18.4-fix-industry-pot-export-dyki-504617-fw
head
49cf5c74856de960e2518bd7e832716c5a11b999
merged
2 weeks ago by Industry, Vallaeys Valentin (vava)
odoo/industry
saas-18.4 #1801
19.0 #1803
saas-19.1 #1810
saas-19.2 #1813
master #1816

[FIX] tests: allow exporting the POT files again

The trans_export function was changed to require an environment instead of a cursor as its last argument. This made it so the test failed to export the POT files.

We update the function call here to use the correct argument.

Forward-Port-Of: #1801