Thanks yes I have created a new docker build with your suggested docker and although created the build fails on the pip install
root@6e558da41bc3:/# pip3 install --process-dependency-links …
Collecting …
Downloading GitHub - lampmantech/trytond_accounting_uk_chart: UK Chart of accounts for trytond based on OpenERP l10n_chark_uk_smartmode
- 92kB 167kB/s
Cannot unpack file /tmp/pip-b8a1q17w-unpack/trytond_accounting_uk_chart (downloaded from /tmp/pip-klgfy06g-build, content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-klgfy06g-build
It says I can just git pull into the modules directory directly, so am trying that way now, without pip install.
edit: Sadly there are errors, which I guess is expected with no development for 2 years
*** Operational MODE: single process ***
/usr/local/lib/python3.5/dist-packages/trytond/modules/init.py:143: DeprecationWarning: This method will be removed in future versions. Use ‘parser.read_file()’ instead.
module_config.readfp(fp)
Traceback (most recent call last):
File “/usr/local/lib/python3.5/dist-packages/trytond/application.py”, line 18, in <module>
Pool.start()
File “/usr/local/lib/python3.5/dist-packages/trytond/pool.py”, line 102, in start
register_classes()
File “/usr/local/lib/python3.5/dist-packages/trytond/modules/init.py”, line 378, in register_classes
mod_file, pathname, description)
File “/usr/lib/python3.5/imp.py”, line 244, in load_module
return load_package(name, filename)
File “/usr/lib/python3.5/imp.py”, line 216, in load_package
return _load(spec)
File “/usr/local/lib/python3.5/dist-packages/trytond/modules/account_uk/init.py”, line 3, in <module>
from .account import *
File “/usr/local/lib/python3.5/dist-packages/trytond/modules/account_uk/account.py”, line 26, in <module>
from itertools import izip, groupby
ImportError: cannot import name ‘izip’
unable to load app 0 (mountpoint=‘’) (callable not found or import error)
I have also duplicated my working tryton and db to test this on and going into the docker as root the pip install fails as well, as it seems the syntax of the pip command is not correct from what I can see at the moment.
Sure I understand, I guess what I am saying is that for the moment I may be better off using the account_eu rather than the account module perhaps just to get an initial basic set of accounts without payroll, vat etc etc, as I have just started my business?
I have added an issue to the github of the uk account to see if it worked previously or needed more people to test.
lampmantech had created an android app too, so does anyone know the history here, as they seem to stop work on all things Tryton 2 years or so ago?
My issue is that I am not familiar enough to know if moves etc are failing to test a UK specific account.