trytond-stock_lot_jreport/stock.py

9 lines
305 B
Python
Raw Normal View History

2016-05-12 12:26:18 +02:00
# This file is part of stock_lot_jreport module for Tryton.
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.modules.jasper_reports.jasper import JasperReport
class LotReport(JasperReport):
__name__ = 'stock.lot.jreport'