Skip to content

erp5_forge: Automatically import a zip package into erp5.

Boxiang Sun requested to merge Daetalus/erp5:import_zip_package into master

This commit mainly serve as an example.

Suppose we need to update the ckeditor. We can download the package zipfile. Then upload the zipfile in ForgeModule_importZipFileDialog. The script will automatically extract the files in it. And update or create(if not exist) files in erp5.

Please read the code and the comment in ForgeModule_importPackageFromZipFile.py before using it. And add your modification if needed.

Merge request reports