Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1383 มุมมอง
xml version="1.0" encoding="utf-8"?>


id="assets_backend" name="project_workflow_assets" inherit_id="web.assets_backend">
expr="." position="inside">
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง