odoo/industry#1803
Created by fw-bot
- label
- odoo-dev:19.0-saas-18.4-fix-industry-pot-export-dyki-504581-fw
- head
- a11878904fae52e2c7d7443fa7503caacf460b9a
- 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