Post by visiniaga »

there is error on opening project
WARNING:odoo.modules.loading:invalid custom view(s) for model project.task: Error while validating view:#012#012Field kanban_state used in attrs.invisible ({"invisible": [["kanban_state","!=","done"]]}) must be present in view but is missing.#012#012View name: Odoo Studio: project.task.kanban customization#012Error context:#012 view: ir.ui.view(5368,)#012 xmlid: studio_customization.odoo_studio_project__34fb53bf-4a88-4fa8-bdde-b5f80c352fc2#012 view.model: project.task#012 view.parent: ir.ui.view(4311,)

on the view mentioned:

    <field name="x_studio_task_duration" display="full" attrs="{&quot;invisible&quot;: [&quot;|&quot;,[&quot;kanban_state&quot;,&quot;=&quot;,&quot;done&quot;],[&quot;progress&quot;,&quot;=&quot;,100]]}"/>
    <field name="x_studio_date_done" display="full" attrs="{&quot;invisible&quot;: [[&quot;kanban_state&quot;,&quot;!=&quot;,&quot;done&quot;]]}"/>

and also show error load icon
on the attachment

Attachments
Screenshot 2023-11-27 12.01.11.png
Screenshot 2023-11-27 12.01.11.png (620.38 KiB) Viewed 2443 times
Screenshot 2023-11-27 12.01.20.png
Screenshot 2023-11-27 12.01.20.png (300.66 KiB) Viewed 2443 times

Post by usamagull »

hi have you added any new field using odoo studio


Post by visiniaga »

yes, first problem can be solve, need to comment 2 lines on custom view "Odoo Studio: project.task.kanban customization"

about missing icon, pls advice?


Post by usamagull »

have you had both brytum modules of community and enterprise?
Please add these


Post by visiniaga »

[root@odoo odoo 14 enterprise module]# ls -la bryntum_gantt_enterprise 
bryntum_gantt_enterprise/                    bryntum_gantt_enterprise-14.0.1.2.3.zip      bryntum_gantt_enterprise-14.0.1.3.2.zip      bryntum_gantt_enterprise-14.0.2.0.1.zip      bryntum_gantt_enterprise-14.0.2.0.8.zip
bryntum_gantt_enterprise-1.2.7-fix1.zip      bryntum_gantt_enterprise-14.0.1.2.4.zip      bryntum_gantt_enterprise-14.0.1.3.5.zip      bryntum_gantt_enterprise-14.0.2.0.4.zip      bryntum_gantt_enterprise-14.0.2.1.1.zip
bryntum_gantt_enterprise-1.2.7-fix.zip       bryntum_gantt_enterprise-14.0.1.2.5.zip      bryntum_gantt_enterprise-14.0.1.3.6.zip      bryntum_gantt_enterprise-14.0.2.0.5.zip      
bryntum_gantt_enterprise-14.0.1.2.0.zip bryntum_gantt_enterprise-14.0.1.2.7.zip bryntum_gantt_enterprise-14.0.1.3.7.zip bryntum_gantt_enterprise-14.0.2.0.6.zip
bryntum_gantt_enterprise-14.0.1.2.3 (1).zip bryntum_gantt_enterprise-14.0.1.3.0.zip bryntum_gantt_enterprise-14.0.1.3.9.zip bryntum_gantt_enterprise-14.0.2.0.7.zip [root@odoo odoo 14 enterprise module]# ls -la bryntum_gantt_enterprise-14.0.2.1.1.zip -rw-r--r--. 1 root root 6900219 Nov 27 11:46 bryntum_gantt_enterprise-14.0.2.1.1.zip [root@odoo odoo 14 enterprise module]# ls -la /opt/odoo/odoo14-custom-addons odoo14-custom-addons/ odoo14-custom-addons1/ [root@odoo odoo 14 enterprise module]# ls -la /opt/odoo/odoo14-custom-addons/ |grep -i bryntum drwxr-xr-x. 11 odoo odoo 266 Nov 27 12:02 bryntum_gantt_enterprise

I have installed bryntum_gantt_enterprise-14.0.2.1.1.zip, does this require another module for the update version?
pls info


Post by usamagull »

we have found the issue we are working on this and update you soon.


Post by visiniaga »

Great thanks


Post Reply