Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
Compare and Show latest version
1 file
+ 7
5
Compare changes
  • Side-by-side
  • Inline
@@ -94,7 +94,7 @@
/>
</div>
<label for="ref_filter" string="Reference: Filter" />
<span class="o_form_label">Reference: Filter</span>
<div class="fieldblock">
<span>from</span>
<field name="ref_from" nolabel="1" class="oe_inline" />
@@ -112,8 +112,7 @@
</group>
<group string="Matching references">
<label
for=""
string="No accounting entry could be found with the specified parameters."
<span
class="o_form_label"
attrs="{'invisible': [('matching_count', '!=', 0)]}"
colspan="2"
@@ -118,6 +117,9 @@
attrs="{'invisible': [('matching_count', '!=', 0)]}"
colspan="2"
/>
>
No accounting entry could be found with the specified
parameters.
</span>
<field
name="matching_count"
string="Matching entries"
Loading