Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaGForgeFlow committed Apr 9, 2019
1 parent 256cd00 commit 4e55491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_check_report/report/account_check_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</tbody>
</table>
</div>
<div name='top_block_check_amount' style="position:absolute; top:80mm; right:22mm;" align="right">
<div name='check_amount' align="right">
<b>Check Amount: </b><span
t-field='o.amount' t-options="{'widget': 'monetary', 'display_currency': o.currency_id}"/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions account_check_report/report/report_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

import time
from datetime import datetime, timedelta
from datetime import datetime
from odoo.tools.misc import DEFAULT_SERVER_DATE_FORMAT
from odoo import api, exceptions, models, _
from odoo import api, models
from odoo.tools import float_is_zero


Expand Down

0 comments on commit 4e55491

Please sign in to comment.