Skip to content

BusinessTemplate: do not export PythonScripts' Script_magic

Jérome Perrin requested to merge feat/bt-script-magic into master

This is used to trigger recompilation of bytecode, but we don't export the byte code so we don't need to export it. This also prevent diffs when the Script_magic changed, like it's the case with Products.PythonScripts 4.2 , with commit 590125a (Force recompilation of scripts., 2017-10-23)

Edited by Jérome Perrin

Merge request reports