Skip to content

Commit

Permalink
Fix 2 issues on form view for payment order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietrichc2c authored and gfcapalbo committed Jan 17, 2023
1 parent beeb619 commit 405c14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_payment_order/views/account_payment_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
domain="[('payment_order_ok', '=', True), ('payment_type', '=', payment_type)]"
widget="selection"/>
<field name="journal_id" widget="selection"
domain="[('id', 'in', allowed_journal_ids and allowed_journal_ids[0] and allowed_journal_ids[0][2] or False)]"/>
domain="[('id', 'in', allowed_journal_ids and allowed_journal_ids[0] and allowed_journal_ids[0][2] or [])]"/>
<field name="allowed_journal_ids" invisible="1"/>
<field name="bank_account_link" invisible="1"/>
<field name="company_partner_bank_id" widget="selection"/>
<field name="company_partner_bank_id"/>
<field name="company_id" groups="base.group_multi_company"/>
<field name="payment_type" invisible="0"/>
<field name="bank_line_count"/>
Expand Down

0 comments on commit 405c14f

Please sign in to comment.