Browse Source

[FIX]NameError Fixed

pull/116/head
Sreejith P 7 years ago
parent
commit
7d0b07784e
  1. 2
      account_pdc_payment_report/__manifest__.py
  2. 2
      account_pdc_payment_report/report/report_payment.py

2
account_pdc_payment_report/__manifest__.py

@ -22,7 +22,7 @@
##############################################################################
{
'name': 'PDC Payments Report',
'version': '11.0.1.0',
'version': '11.0.2.0',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',

2
account_pdc_payment_report/report/report_payment.py

@ -23,7 +23,7 @@
import time
import logging
from odoo import api, models
from odoo import api, models, _
from odoo.exceptions import UserError
_logger = logging.getLogger(__name__)

Loading…
Cancel
Save