Deprecate stock_external_party.

This commit is contained in:
Albert Cervera i Areny 2021-10-24 16:22:28 +02:00
parent d374361a82
commit 980fc70c05
1 changed files with 0 additions and 6 deletions

View File

@ -59,12 +59,6 @@ else:
branch = series
dependency_links = [
('hg+https://bitbucket.org/nantic/'
'trytond-production_external_party@%(branch)s'
'#egg=nantic-production_external_party-%(series)s' % {
'branch': branch,
'series': series,
}),
]
if minor_version % 2: