Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line variables: TRYTON_PATH: /home/tryton/tryton-4.8 TRYTON_CONF: /home/tryton/tryton-4.8/trytond-4.8.conf TRYTON_PATH: /home/tryton/tryton-5.0 TRYTON_CONF: /home/tryton/tryton-5.0/trytond-5.0.conf DATABASE_NAME: trytontest DATABASE_URI: postgresql://tryton:@tryton-testing.hq.mittelab.org:5432/ MODULE_NAME: party_italy Loading __init__.py +1 −1 Original line number Diff line number Diff line from trytond.pool import Pool from .party import * from .party import PartyIdentifier __all__ = ['register'] Loading tryton.cfg +1 −1 Original line number Diff line number Diff line [tryton] version=4.8.0 version=5.0.0 depends: ir party Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line variables: TRYTON_PATH: /home/tryton/tryton-4.8 TRYTON_CONF: /home/tryton/tryton-4.8/trytond-4.8.conf TRYTON_PATH: /home/tryton/tryton-5.0 TRYTON_CONF: /home/tryton/tryton-5.0/trytond-5.0.conf DATABASE_NAME: trytontest DATABASE_URI: postgresql://tryton:@tryton-testing.hq.mittelab.org:5432/ MODULE_NAME: party_italy Loading
__init__.py +1 −1 Original line number Diff line number Diff line from trytond.pool import Pool from .party import * from .party import PartyIdentifier __all__ = ['register'] Loading
tryton.cfg +1 −1 Original line number Diff line number Diff line [tryton] version=4.8.0 version=5.0.0 depends: ir party Loading