trytond-party_card_report/party.py

11 lines
263 B
Python

# The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.report import Report
__all__ = ['PartyCard']
class PartyCard(Report):
"""Party Card Report"""
__name__ = 'party.card_report'