account_invoice_xrechnung/__init__.py
Frederik Jaeckel 458dfecf72 init
2022-10-18 12:05:31 +02:00

10 lines
307 B
Python

# -*- coding: utf-8 -*-
# This file is part of Tryton.
# The COPYRIGHT file at the top level of this repository contains the
# full copyright notices and license terms.
from trytond.pool import Pool
# ~ def register():
# ~ Pool.register(
# ~ module='account_invoice_xrechnung', type_='model')