Skip to content

Commit

Permalink
[13.0] [IMP] stock_multi_store: Add multi tag widget for warehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Mar 23, 2021
1 parent a449d32 commit 882973b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stock_multi_store/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Multi Store for Warehouse',
'version': '13.0.1.0.0',
'version': '13.0.1.1.0',
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion stock_multi_store/views/res_store_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<notebook>
<page string="Warehouses" name="warehouses">
<field name="warehouse_ids"/>
<field name="warehouse_ids" widget="many2many_tags"/>
</page>
</notebook>

Expand Down

0 comments on commit 882973b

Please sign in to comment.