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
- Bogføring
- Lager
- PoS
- Project
- MRP
Dette spørgsmål er blevet anmeldt
1
Svar
1374
Visninger
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld dig