Monday, April 26, 2021
1 change · master
Resolved issues and error corrections
This fixes an issue where Stripe's payment script was not being loaded after an asset refactor. Customers and partners can once again use Stripe-powered payment features on the website as expected.
Original PR description
When the refactor of assets was done, the link to the stripe javascript framework was moved to __manifest__.py As the link does not end with '.js', the ORM just ignore it, the script is not send to the frontend and prevents the partner using any functionnality implementing stripe. See PR #60632 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr