Add Tradon processes help menu

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-05-29 12:41:57 +02:00
parent 381197b7bb
commit 092fe138c8
23 changed files with 857 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
# 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
from . import (
account,
from trytond.pool import Pool
from . import (
account,
purchase,
sale,
global_reporting,
@@ -32,11 +32,15 @@ from . import (
dimension,
weight_report,
backtoback,
service,
invoice,
)
def register():
service,
invoice,
routes,
)
__all__ = ['register', 'routes']
def register():
Pool.register(
association_tables.LCDocumentTypeProductProfile,
association_tables.LCLetterDocumentType,