[MIG] account_move_print: Migration to 16.0
This commit is contained in:
parent
ef60a0e1dd
commit
9ef1cb9d6c
@ -2,7 +2,7 @@
|
|||||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||||
{
|
{
|
||||||
"name": "Account Move Print",
|
"name": "Account Move Print",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"category": "Accounting",
|
"category": "Accounting",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"summary": "Adds the option to print Journal Entries",
|
"summary": "Adds the option to print Journal Entries",
|
||||||
|
@ -44,11 +44,6 @@
|
|||||||
<th name="th_account" class="text-left">Account</th>
|
<th name="th_account" class="text-left">Account</th>
|
||||||
<th name="th_partner" class="text-left">Partner</th>
|
<th name="th_partner" class="text-left">Partner</th>
|
||||||
<th name="th_label" class="text-left">Label</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
|
<th
|
||||||
name="th_amount_currency"
|
name="th_amount_currency"
|
||||||
class="text-left"
|
class="text-left"
|
||||||
@ -83,12 +78,6 @@
|
|||||||
<td name='tb_line_name'>
|
<td name='tb_line_name'>
|
||||||
<span t-field="line.name" />
|
<span t-field="line.name" />
|
||||||
</td>
|
</td>
|
||||||
<td
|
|
||||||
name='tb_analytic'
|
|
||||||
groups="analytic.group_analytic_accounting"
|
|
||||||
>
|
|
||||||
<span t-field="line.analytic_account_id.name" />
|
|
||||||
</td>
|
|
||||||
<td
|
<td
|
||||||
name='tb_amount_currency'
|
name='tb_amount_currency'
|
||||||
groups="base.group_multi_currency"
|
groups="base.group_multi_currency"
|
||||||
|
Loading…
Reference in New Issue
Block a user