xml version="1.0" encoding="utf-8"?>
id="assets_backend" name="project_workflow_assets" inherit_id="web.assets_backend">
expr="." position="inside">
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
1367
Vues
Hi,
In odoo 15, you can't inherit web.assets_backend in view and can't add your js or css. You need to add it in manifest file.
'assets': {
'web.assets_backend': [
'module_name/static/src/js/yourjs.js',
],
},
Hope it helps
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire