2
0

[MIG] account_move_print: Migration to 16.0

This commit is contained in:
David Ramia 2022-10-26 21:38:36 +02:00
parent ef60a0e1dd
commit 9ef1cb9d6c
2 changed files with 1 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Account Move Print",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Accounting",
"license": "LGPL-3",
"summary": "Adds the option to print Journal Entries",

View File

@ -44,11 +44,6 @@
<th name="th_account" class="text-left">Account</th>
<th name="th_partner" class="text-left">Partner</th>
<th name="th_label" class="text-left">Label</th>
<th
name="th_analytic_account"
class="text-left"
groups="analytic.group_analytic_accounting"
>Analytic Account</th>
<th
name="th_amount_currency"
class="text-left"
@ -83,12 +78,6 @@
<td name='tb_line_name'>
<span t-field="line.name" />
</td>
<td
name='tb_analytic'
groups="analytic.group_analytic_accounting"
>
<span t-field="line.analytic_account_id.name" />
</td>
<td
name='tb_amount_currency'
groups="base.group_multi_currency"