I am facing an issue after upgrading to Odoo V19.
Whenever I try to print a customer invoice, the system shows an RPC_ERROR / QWebError and the PDF cannot be generated.
It appears that the localization module l10n_gcc_invoice is trying to apply an XPath to an element that no longer exists in the new invoice template structure in V19.
As a result, Odoo cannot render the invoice report and printing fails completely.
How can i fix it.
Have you updated this module?