From 3520139f2c006f689dab4ad7082d1536f1426653 Mon Sep 17 00:00:00 2001 From: Tristan Cavelier <tristan.cavelier@nexedi.com> Date: Mon, 4 Jan 2016 08:16:06 -0500 Subject: [PATCH] erp5_property_sheets: make some properties translatable Comment: comment_property OutcomeDescription: outcome_description_property --- .../Comment/comment_property.xml | 10 ++++++++++ .../outcome_description_property.xml | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Comment/comment_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Comment/comment_property.xml index 40cf7fbeba..20d7996edc 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Comment/comment_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Comment/comment_property.xml @@ -51,6 +51,16 @@ <key> <string>property_default</string> </key> <value> <string>python: \'\'</string> </value> </item> + <item> + <key> <string>translatable</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>translation_domain</string> </key> + <value> + <none/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/OutcomeDescription/outcome_description_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/OutcomeDescription/outcome_description_property.xml index a259da7e3c..374afe2c6f 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/OutcomeDescription/outcome_description_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/OutcomeDescription/outcome_description_property.xml @@ -47,6 +47,10 @@ <key> <string>portal_type</string> </key> <value> <string>Standard Property</string> </value> </item> + <item> + <key> <string>translatable</string> </key> + <value> <int>1</int> </value> + </item> </dictionary> </pickle> </record> -- 2.30.9