Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
610 มุมมอง

I want to modify on user portl the documents view. I do not want to show the drop down menu on search (so no click on arrow) or disable the modal.

First I tried to see if working to diable from modal some links and is working with this. What is not working that I want ONLY for portal users to disable, the internal users to have the original search.


Anyone knows what I am doing wrong in Odoo 18?

<odoo>

    <record id="documents_document_view_search_inherit" model="ir.ui.view">

        <field name="name">documents.document.search.inherit</field>

        <field name="model">documents.document</field>

        <field name="inherit_id" ref="documents.document_view_search"/>

        <field name="arch" type="xml">

            <xpath expr="//filter[@name='filter_owner_id']" position="attributes">

                <attribute name="invisible">1</attribute>

                <attribute name="groups">base.group_portal,base.group_public,base.group_user</attribute>

            </xpath>

            <xpath expr="//filter[@name='filter_partner_id']" position="attributes">

                <attribute name="invisible">1</attribute>

            </xpath>

            <xpath expr="//filter[@name='filter_res_model']" position="attributes">

                <attribute name="invisible">1</attribute>

            </xpath>

            <xpath expr="//filter[@name='filter_create_date']" position="attributes">

                <attribute name="invisible">1</attribute>

            </xpath>

            <xpath expr="//filter[@name='filter_file_extension']" position="attributes">

                <attribute name="invisible">1</attribute>

            </xpath>

        </field>

    </record>

</odoo>




อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
4
ก.ค. 23
4381
what is the name of this app แก้ไขแล้ว
1
ธ.ค. 21
1802
0
พ.ค. 20
1872
Is Odoo Documents (DMS) avaliable in CE? แก้ไขแล้ว
1
ม.ค. 20
2459
3
ก.ค. 19
3124