How to import all italian zip into Tryton?

Hi everyone,
how can i import Italy zip codes into tryton docker?
Thanks

The coutry module installs a trytond_import_zip executable that will accept the database name and the country code that you want to load zips.

You can load all the zips using tihs script.

Thanks Pokoli.

In Container Docker, in the core_modules/country/scripts folder, I find the trytond_import_zip file.
If I run the command: trytond_import_zip -h -d <database> <code>, but I have the answer bash: trytond_import_zip: command not found.

How did you install the trytond_country module?

I’m able to execute the command on the docker image without any issues.

Found the problem:
The module was not installed properly …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.