update configuration form
This commit is contained in:
parent
c21ca9f408
commit
4b1e5412af
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ dist/*
|
||||||
mds_account_invoice_xrechnung.egg-info/*
|
mds_account_invoice_xrechnung.egg-info/*
|
||||||
__pycache__/*
|
__pycache__/*
|
||||||
locale/convert_de2en.py
|
locale/convert_de2en.py
|
||||||
|
.env
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
full copyright notices and license terms. -->
|
full copyright notices and license terms. -->
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
<xpath expr="/form/separator[@id='currency_exchange']" position="before">
|
<xpath expr="/form/separator[@id='move']" position="after">
|
||||||
|
|
||||||
<separator id="xrechnung" colspan="4" string="ZUGFeRD - e-Invoice"/>
|
<separator id="xrechnung" colspan="4" string="ZUGFeRD - e-Invoice"/>
|
||||||
<label name="xrechn_zugferd_report"/>
|
<label name="xrechn_zugferd_report"/>
|
||||||
|
|
Loading…
Reference in a new issue