diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/SystemPreference_init.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/SystemPreference_init.xml index d2c938e20027008470ebd921f6934187360ffb40..0d82624396c538164972cf59de1d42d2ebbc1c84 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/SystemPreference_init.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/SystemPreference_init.xml @@ -61,7 +61,7 @@ </item> <item> <key> <string>_params</string> </key> - <value> <string></string> </value> + <value> <string>*args, **kw</string> </value> </item> <item> <key> <string>errors</string> </key> @@ -87,6 +87,8 @@ <key> <string>co_varnames</string> </key> <value> <tuple> + <string>args</string> + <string>kw</string> <string>_getattr_</string> <string>context</string> </tuple> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index f6816323fc32a78da0714d2c54f0fa757d2b17b1..a35fccb568c5ef4c563c690065dbb8b61b401394 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1735 \ No newline at end of file +1736 \ No newline at end of file