documentation/content
Louis (loti) 5bb97c3fcb [IMP] payment: render /payment/status entirely from the server
Previously, /payment/status would render a template on the server-side, and a JS widget would render subtemplates on the client-side and insert them in the server-side rendered template.

However, mixing server-side and client-side templates causes issues because the context is not properly communicated between client and server. It also makes the code more complex.

This change assumes that no new information returned by /payment/status is worth re-rendering part of the template. If the transaction moves from a pending ('draft', 'pending') state to a final state, the customer should be redirected to the final route that will display the updated information on the transaction.

task-3340354

closes odoo/documentation#8198

Related: odoo/upgrade#5829
Related: odoo/odoo#149821
Related: odoo/enterprise#58822
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-03-20 12:09:27 +00:00
..
administration [IMP] database management: update on-premise page 2024-03-19 14:13:52 +00:00
applications [IMP} barcode: update default nomenclature doc 2024-03-19 06:27:57 +00:00
contributing [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
developer [IMP] payment: render /payment/status entirely from the server 2024-03-20 12:09:27 +00:00
legal [FIX] legal: update license info for v17 2024-03-15 14:29:25 +00:00
administration.rst [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
applications.rst [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
contributing.rst [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
developer.rst [MOV] developer/cli: move "Command-line interface (CLI)" to the reference dir 2023-02-23 16:09:00 +01:00
index.rst [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
last_build.rst [FIX] *: RST cleanup 2023-02-15 16:03:06 +01:00
legal.rst [IMP] documentation: legal page design 2022-12-08 12:31:09 +01:00