trytonpsk-dash_surveillance/__init__.py

15 lines
342 B
Python
Raw Normal View History

2021-05-25 20:49:00 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
import sale
import dash
def register():
Pool.register(
sale.Sale,
sale.AppDelivery,
sale.AppSaleOrder,
dash.DashApp,
module='dash_sale', type_='model')