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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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 .
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
srp 25
|
858 | ||
|
1
čvc 25
|
1092 | ||
|
3
čvc 25
|
3717 | ||
Import/Export Excel files
Vyřešeno
|
|
3
kvě 25
|
1959 | |
|
1
čvc 25
|
1281 |