Skip to content

Commit

Permalink
[MIG] l10n_it_ricevute_bancarie: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyMasciI committed Mar 20, 2023
1 parent e340373 commit 2c1ec26
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions l10n_it_ricevute_bancarie/views/configuration_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@
readonly="1"
/>
</group>
<group
string="Subject To Collection"
attrs="{'invisible': [('type','!=','sbf')]}"
colspan="4"
col="4"
>
<separator colspan="4" string="Acceptance" />

<group string="Acceptance" attrs="{'invisible': [('type','!=','sbf')]}">
<field
name="acceptance_journal_id"
attrs="{'required':[('type','=','sbf')]}"
Expand All @@ -38,18 +33,26 @@
name="acceptance_account_id"
attrs="{'required':[('type','=','sbf')]}"
/>
<separator colspan="4" string="Credit" />
</group>

<group string="Credit" attrs="{'invisible': [('type','!=','sbf')]}">
<field name="accreditation_journal_id" />
<field name="accreditation_account_id" />
<field name="bank_account_id" />
<field name="bank_expense_account_id" />
<separator colspan="4" string="Past Due" />
</group>

<group string="Past Due" attrs="{'invisible': [('type','!=','sbf')]}">
<field name="unsolved_journal_id" />
<field name="overdue_effects_account_id" />
<field name="protest_charge_account_id" />
<separator colspan="4" string="Settlement" />
</group>

<group string="Settlement" attrs="{'invisible': [('type','!=','sbf')]}">
<field name="unsolved_journal_id" />
<field name="settlement_journal_id" />
</group>

</form>
</field>
</record>
Expand Down

0 comments on commit 2c1ec26

Please sign in to comment.