odoo/industry#1801
Created by Accounting, Dylan Kiss (dyki)
- label
- odoo-dev:saas-18.4-fix-industry-pot-export-dyki
- head
- 4dd2cdbaa3e8c0e0d0d45f0cf566a89060a8b7d4
- 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.