mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #346 from mdietrichc2c/9.0-fix-order-form-view
[9.0] fix 2 issues on form view for payment order
This commit is contained in:
@@ -35,10 +35,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"/>
|
||||
|
||||
Reference in New Issue
Block a user