Commit IFRS adjustments

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-03-29 18:34:54 +02:00
parent 43c62607a8
commit ad2f7e6f78
6 changed files with 150 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
<form col="4">
<label name="date"/>
<field name="date"/>
<label name="currency"/>
<field name="currency"/>
<label name="amount"/>
<field name="amount"/>
<newline/>
<label name="comment"/>
<field name="comment" colspan="4"/>
</form>

View File

@@ -0,0 +1,6 @@
<tree>
<field name="date"/>
<field name="currency"/>
<field name="amount"/>
<field name="comment"/>
</tree>