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

Hi ,I am working in POS in Odoo 10 .But the issue is i am not that much experience in javascript so i need help .

I have a many2many field in Product template .Now i want to enable the search for products in  POS .

Can somebody help me to do this ?


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi

To enable the search you can define (or add in the existent) search view like that in your xml :


<record id="view_YourModelName_search" model="ir.ui.view">
        <field name="name">YourModelName.search</field>
        <field name="model">YourModel</field>
        <field name="arch" type="xml">
           <search string="Sprints">
                <field name="product"/>           
            </search>
        </field>
    </record>

I hope this help !


อวตาร
ละทิ้ง

This will not work in the POS (JavaScript UI).

ผู้เขียน

@Taher Yes you are right ...I need javascript logic not the XML .

@Celia But anyway thanks a lot for showing the interest in my problem .

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 25
864
1
ก.ค. 25
1095
3
ก.ค. 25
3743
Import/Export Excel files แก้ไขแล้ว
3
พ.ค. 25
1978
1
ก.ค. 25
1284