Created
October 8, 2022 16:41
-
-
Save 3mrdev/dfcb272011e76603da274cb02af3cb74 to your computer and use it in GitHub Desktop.
Revisions
-
3mrdev created this gist
Oct 8, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <odoo> <data> <template id="assets_backend" name="doc assets" inherit_id="web.assets_backend"> <xpath expr="." position="inside"> <link rel="stylesheet" href="/your_module/static/src/css/your_css.css"/> <script type="text/javascript" src="/your_module/static/src/js/your_js.js"/> </xpath> </template> </data> </odoo>