issues
search
OCA
/
reporting-engine
Odoo Alternative Reporting Engine
https://odoo-community.org/project/tools-maintainers-30
GNU Affero General Public License v3.0
335
stars
795
forks
source link
[18.0][MIG] report_wkhtmltopdf_param: Migration to 18.0
#945
Open
LucasTran380381
opened
3 weeks ago
LucasTran380381
commented
3 weeks ago
Change in v18:
replace security empty group to base.group_user
improve test-case: test_wkhtmltopdf_incorrect_parameter to catch warning log (OCA 18.0 not allow warning log)
Due to the deprecation of the _check_recursion() function in Odoo 18, the method has been renamed to _check_recursion_custom_params().
Change in v18: