Add Our bank account

This commit is contained in:
2026-04-23 10:15:20 +02:00
parent 036a2801e5
commit 228ee07a9c
5 changed files with 140 additions and 40 deletions

View File

@@ -82,5 +82,7 @@ this repository contains the full copyright notices and license terms. -->
<xpath expr="/form/notebook/page[@id='info']/label[@name='invoice_party']" position="before">
<label name="bank_account"/>
<field name="bank_account"/>
<label name="our_bank_account"/>
<field name="our_bank_account"/>
</xpath>
</data>

View File

@@ -95,5 +95,7 @@ this repository contains the full copyright notices and license terms. -->
<xpath expr="/form/notebook/page[@id='other']/label[@name='company']" position="before">
<label name="bank_account"/>
<field name="bank_account"/>
<label name="our_bank_account"/>
<field name="our_bank_account"/>
</xpath>
</data>