Thursday, September 12, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Printer actions triggered through IoT longpolling now include the required print identifier. This prevents errors that could interrupt printing workflows after the saas-17.2 update.
Original PR description
Starting as from `saas-17.2`, PrinterDriver's default action requires a `print_id`, which was not provided by the longpolling service action method. We added the missing parameter to avoid the traceback created by this error.
Corrects the Ecuador EDI module setup so it no longer installs automatically when only the Ecuador localization is selected. This avoids enabling extra electronic invoicing features unexpectedly and keeps installations aligned with user intent.
Original PR description
The country was wrongly re-put (being merged around the same time). It prevents auto-installation of the module when only install l10n_ec runbot-74140