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

@@ -11,7 +11,7 @@
<field name="name">account.group.generate.form</field>
<field name="model">account.group.generate</field>
<field name="arch" type="xml">
<form string="Generate account groups">
<form>
<p>
This wizard is designed to auto-generate account groups from the chart of account.
</p>

View File

@@ -13,7 +13,7 @@
<field name="arch" type="xml">
<form string="Mark invoices as sent">
<p>
This wizard will mark as <i>sent</i> all the selected invoices in open or paid state.
This wizard will mark as <i>sent</i> all the selected posted invoices.
</p>
<footer>
<button type="object" name="run" string="Mark as Sent" class="btn-primary"/>