diff --git a/product/Coramy/skins/coramy_manufacturing/ProductionOrder_zGetTotalDuration.zsql b/product/Coramy/skins/coramy_manufacturing/ProductionOrder_zGetTotalDuration.zsql index 1e6cb41cc9265de3eb07088cf52324f6f83d510b..6b3fef98782bc8a7a04c7d1161fbf36bca3a1c7c 100755 --- a/product/Coramy/skins/coramy_manufacturing/ProductionOrder_zGetTotalDuration.zsql +++ b/product/Coramy/skins/coramy_manufacturing/ProductionOrder_zGetTotalDuration.zsql @@ -1,6 +1,6 @@ <dtml-comment> title: -connection_id:MySQL +connection_id:erp5_sql_connection max_rows:1000 max_cache:100 cache_time:0 diff --git a/product/Coramy/skins/coramy_manufacturing/production_order_view.form b/product/Coramy/skins/coramy_manufacturing/production_order_view.form index 324ea86bd8be068e68341c5a1d2eb0c414e8a56f..8be9baafc8aadd875d6a05be4b092c7432e9635d 100755 --- a/product/Coramy/skins/coramy_manufacturing/production_order_view.form +++ b/product/Coramy/skins/coramy_manufacturing/production_order_view.form @@ -53,7 +53,7 @@ <title>Société</title> </values> <tales> - <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -207,7 +207,7 @@ <title>Incoterm</title> </values> <tales> - <items>python:here.portal_categories.incoterm.getCategoryChildItemList(method_name = 'getTitle', start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.incoterm.getCategoryChildItemList(display_id = 'getTitle', display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> diff --git a/product/Coramy/skins/coramy_manufacturing/production_packing_list_aggregated_view.form b/product/Coramy/skins/coramy_manufacturing/production_packing_list_aggregated_view.form index 46b857dc600ac5326a09bae97e4015c48b6832c0..d5232e0933bfd79bd436d7014fd8f3e2e5541a6c 100755 --- a/product/Coramy/skins/coramy_manufacturing/production_packing_list_aggregated_view.form +++ b/product/Coramy/skins/coramy_manufacturing/production_packing_list_aggregated_view.form @@ -53,7 +53,7 @@ <title>Société</title> </values> <tales> - <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -108,7 +108,7 @@ <title>Incoterm</title> </values> <tales> - <items>python:here.portal_categories.incoterm.getCategoryChildItemList(method_name = 'getTitle', start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.incoterm.getCategoryChildItemList(display_id = 'getTitle', display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> diff --git a/product/Coramy/skins/coramy_manufacturing/production_packing_list_view.form b/product/Coramy/skins/coramy_manufacturing/production_packing_list_view.form index 99592ef3f36a6d9f772ae088dad002294309f12f..c70147b5b4cc8d0dc8438e800fb8ee3ea6ecb580 100755 --- a/product/Coramy/skins/coramy_manufacturing/production_packing_list_view.form +++ b/product/Coramy/skins/coramy_manufacturing/production_packing_list_view.form @@ -53,7 +53,7 @@ <title>Société</title> </values> <tales> - <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -108,7 +108,7 @@ <title>Incoterm</title> </values> <tales> - <items>python:here.portal_categories.incoterm.getCategoryChildItemList(method_name = 'getTitle', start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.incoterm.getCategoryChildItemList(display_id = 'getTitle', display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> diff --git a/product/Coramy/skins/coramy_manufacturing/production_report_aggregated_view.form b/product/Coramy/skins/coramy_manufacturing/production_report_aggregated_view.form index c7d8e842137efdec8ee2363e3c873b9c9e2d8be8..efda854b07fb1de00dd5da0f34df44e169c0174a 100755 --- a/product/Coramy/skins/coramy_manufacturing/production_report_aggregated_view.form +++ b/product/Coramy/skins/coramy_manufacturing/production_report_aggregated_view.form @@ -53,7 +53,7 @@ <title>Société</title> </values> <tales> - <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -108,7 +108,7 @@ <title>Incoterm</title> </values> <tales> - <items>python:here.portal_categories.incoterm.getCategoryChildItemList(method_name = 'getTitle', start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.incoterm.getCategoryChildItemList(display_id = 'getTitle', display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> diff --git a/product/Coramy/skins/coramy_manufacturing/production_report_view.form b/product/Coramy/skins/coramy_manufacturing/production_report_view.form index ff7ec56fbfe7a2f1478278179a99e244521f3332..f9720667970d28f1f240aa9d6972c629c5013d98 100755 --- a/product/Coramy/skins/coramy_manufacturing/production_report_view.form +++ b/product/Coramy/skins/coramy_manufacturing/production_report_view.form @@ -53,7 +53,7 @@ <title>Société</title> </values> <tales> - <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.group.Coramy.getCategoryChildIdItemList(base=1,display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message> @@ -108,7 +108,7 @@ <title>Incoterm</title> </values> <tales> - <items>python:here.portal_categories.incoterm.getCategoryChildItemList(method_name = 'getTitle', start_with_empty_tuple=1)</items> + <items>python:here.portal_categories.incoterm.getCategoryChildItemList(display_id = 'getTitle', display_none_category=1)</items> </tales> <messages> <message name="external_validator_failed">The input failed the external validator.</message>