diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml index 727f3eb82ed17b4ddbb670cf33723a2af13c81e0..835ab363141e5b12a1cc76b360e709fb29b54660 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml @@ -14,7 +14,9 @@ <dictionary> <item> <key> <string>Python_magic</string> </key> - <value> <string encoding="base64">O/INCg==</string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>Script_magic</string> </key> @@ -90,7 +92,6 @@ reversal = accounting_module.newContent (\n \n for line in context.objectValues(portal_type = context.getPortalAccountingMovementTypeList()) : \n reversal.newContent(\n - id = line.getId(),\n portal_type = line.getPortalType(),\n source = line.getSource(),\n destination = line.getDestination(),\n