Skip to content

Commit

Permalink
[ADD] purchase_ux: re-add seller_ids field in the product search view
Browse files Browse the repository at this point in the history
closes #168

Signed-off-by: augusto-weiss <awe@adhoc.com.ar>
  • Loading branch information
vib-adhoc committed May 4, 2023
1 parent d1fb9eb commit d168a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_ux/README.rst
Expand Up @@ -39,7 +39,7 @@ On purchase invoices:

On Products:

#. Allows to group by main supplier on product and product variants.
#. Allows to search by suppliers and to group by main supplier on product and product variants.



Expand Down
2 changes: 1 addition & 1 deletion purchase_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Purchase UX',
'version': "15.0.1.0.0",
'version': "15.0.1.1.0",
'category': 'Purchases',
'sequence': 14,
'summary': '',
Expand Down
3 changes: 3 additions & 0 deletions purchase_ux/views/product_template_views.xml
Expand Up @@ -5,6 +5,9 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_search_view"/>
<field name="arch" type="xml">
<field name="name" position="after">
<field name="seller_ids"/>
</field>
<search>
<filter string="Main Seller" name="groupby_main_seller_id" context="{'group_by' : 'main_seller_id'}"/>
</search>
Expand Down

0 comments on commit d168a61

Please sign in to comment.