CR11Dec
https://github.com/e-Florain/odoo_florain
https://bookstack.guigeek.org/books/odoo/page/restauration-dun-template-odoo-apres-un-crash
https://nature-et-developpement.com/mndl/ Descriptif à mettre à jour : 26 négoces
https://github.com/maestrano/odoo/blob/master/addons/website_event_track/views/website_event.xml TODO
<template id="assets_backend" name="module_assets" inherit_id="web.assets_backend"> <xpath expr="." position="inside"> <!-- Added new variable to get key value from configuration --> <t t-set="name_key" t-value="request.env['ir.config_parameter'].sudo().get_param('name_key')"/> <script t-attf-src="https://url.com/api/js?key={{name_key}}"></script> </xpath> </template> |