allow route-id to be optional

This commit is contained in:
Frederik Jaeckel 2024-12-05 10:47:05 +01:00
parent 39da264fbe
commit e3335655c9
14 changed files with 132 additions and 11 deletions

View file

@ -98,7 +98,8 @@ setup(
'trytond.modules.%s' % MODULE: (
info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.py',
'template/*/*.xml', 'versiondep.txt', 'README.rst']),
'template/*/*.xml', 'versiondep.txt', 'README.rst',
'tests/*/*/*/*.xsd']),
},
install_requires=requires,