Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
4283 Ansichten

Hello everyone,

I am trying to create a button that clicks it go to product view(tree) and add automatically partner_id to the search field.

<button class="oe_stat_button" type="action" name="%(product.product_search_form_view)d" context="{'search_default_partner_id': active_id}" attrs="{'invisible': [('product_count', '=', 0)]}" icon="fa-dropbox">

<field string="Products" name="product_count" widget="statinfo"/>

</button>

When i click on the button it goes to Tasks view.. 

Ta
Avatar
Verwerfen

Have a look into odoo customization tips: https://www.scoop.it/t/learn-openerp

Beste Antwort

Hi Gabriel: The model on which product.product_search_form_view is based does not have a partner_id field in it. On which screen are you trying to add this button ?

Avatar
Verwerfen
Autor

I add this field on the model.

Its a Custom model wich i put that field

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Jan. 21
7235
0
Jan. 23
2117
1
Okt. 22
2265
3
Aug. 20
4444
2
März 15
8052