documentation/content/developer/reference
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
..
backend [IMP] core: remove user_has_groups() 2024-03-15 14:29:11 +00:00
external_api [MOV] developer/api/external_api: move "External API" to the reference dir 2023-02-23 16:09:00 +01:00
extract_api [IMP] extract_api: document the new API version 2023-11-03 16:55:58 +00:00
frontend [IMP] web: update javascript odoo modules 2024-02-06 15:53:40 +00:00
standard_modules [IMP] payment: render /payment/status entirely from the server 2024-03-20 12:09:27 +00:00
user_interface [IMP] orm: renaming of group_operator -> aggregator 2024-02-08 11:24:50 +00:00
backend.rst [IMP] reference: rewrite and move views documentation to user_interface/ 2023-08-18 09:49:36 +02:00
cli.rst [MOV] documentation structure reorganization 2024-03-12 07:08:34 +00:00
external_api.rst [IMP] reference/user_interface: reformat and clarify views reference 2024-01-23 10:51:24 +00:00
extract_api.rst [IMP] extract_api: document the new API version 2023-11-03 16:55:58 +00:00
frontend.rst [IMP] create JavaScript howtos 2023-04-05 13:57:53 +02:00
standard_modules.rst [ADD] reference/standard_modules: API reference for the payment engine 2022-10-09 09:11:46 +02:00
upgrade_scripts.rst [ADD] Upgrade documentation: Upgrade scripts and Util package 2024-01-26 09:56:30 +00:00
upgrade_utils.rst [ADD] Upgrade documentation: Upgrade scripts and Util package 2024-01-26 09:56:30 +00:00
user_interface.rst [IMP] reference/user_interface: reformat and clarify views reference 2024-01-23 10:51:24 +00:00