Improve French translation and fix some strings

Remove balance field which was wrongly introduced by PR https://github.com/akretion/odoo-usability/pull/171
This commit is contained in:
Alexis de Lattre
2022-09-20 15:31:07 +02:00
parent 9aa65925a9
commit 3259a667eb
6 changed files with 37 additions and 54 deletions

View File

@@ -17,7 +17,7 @@
<button
name="button_undo_reconciliation"
type="object"
confirm="Are you sure to unreconcile all the entrie of the bank statement?"
confirm="Are you sure to unreconcile all the entries of the bank statement?"
states="open"
string="Unreconcile All"/>
</button>

View File

@@ -90,7 +90,7 @@
<button title="View Journal Entry Form" type="object" name="show_account_move_form" icon="fa-arrow-right"/>
</field>
<field name="credit" position="after">
<field name="balance" sum="Balance" />
<field name="balance" sum="Balance" optional="show"/>
</field>
</field>
</record>