trytond-stock_delivery_note.../shipment.py
2013-08-29 13:16:15 +02:00

13 lines
401 B
Python

#This file is part jasper_reports module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.pool import PoolMeta
from trytond.modules.jasper_reports.jasper import JasperReport
__all__ = ['DeliveryNote']
__metaclass__ = PoolMeta
class DeliveryNote(JasperReport):
__name__ = 'stock.shipment.out.delivery_note'