odoo/industry#1816
Created by fw-bot
- label
- odoo-dev:master-saas-18.4-fix-industry-pot-export-dyki-504720-fw
- head
- 9d4ecda695ef6616cee15664766ef667089d879f
- 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