Skip to content
Snippets Groups Projects
Commit c9c8f1b4 authored by Jigar Vaghela's avatar Jigar Vaghela Committed by Gert Pellin
Browse files

[FIX] point_of_sale: Remove static domian


Before this fix it is not possible to disable the 'available in pos'
filter on the Payment Journal list-view when opened from within the
pos-config.

related to internal task: #1932119

closes odoo/odoo#32179

Signed-off-by: default avatarQuentin Lejeune (qle) <qle@odoo.com>
parent 2f9e793d
Branches
Tags
No related merge requests found
......@@ -5,8 +5,7 @@
<field name="res_model">account.journal</field>
<field name="view_type">form</field>
<field name="view_mode">tree,kanban,form</field>
<field name="context" eval="{'default_journal_user': 1, 'default_type': 'cash'}"/>
<field name="domain">[('journal_user','=', 1)]</field>
<field name="context" eval="{'search_default_available_in_pos': True, 'default_journal_user': True, 'default_type': 'cash'}"/>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to add a payment method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment