Skip to content
Extraits de code Groupes Projets
Valider cb4ed873 rédigé par jordan's avatar jordan
Parcourir les fichiers

[update] inherit assests to disable web_tree_many2one_clickable

parent d1db865e
Branches 12.0
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
], ],
"data": [ "data": [
"security/ir.model.access.csv", "security/ir.model.access.csv",
"views/assets.xml",
"views/res_partner_relation_all.xml", "views/res_partner_relation_all.xml",
], ],
'installable': True, 'installable': True,
......
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2021 Le Filament
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" name="scop_partner_multi_relation assets"
inherit_id="web_tree_many2one_clickable.assets_backend">
<xpath expr="//link[@href='/web_tree_many2one_clickable/static/src/css/web_tree_many2one_clickable.scss']" position="replace"/>
<xpath expr="//script[@src='/web_tree_many2one_clickable/static/src/js/web_tree_many2one_clickable.js']" position="replace"/>
</template>
</odoo>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter