diff --git a/bt5/erp5_banking_cash/ActionTemplateItem/portal_types/Counter%20Rendering/fastinput.xml b/bt5/erp5_banking_cash/ActionTemplateItem/portal_types/Counter%20Rendering/fastinput.xml index 26334ac6419a436dff6d8e83c851d84956cc4185..d5df9ce981d7093181b91daf5ab1ed14d4ed223d 100644 --- a/bt5/erp5_banking_cash/ActionTemplateItem/portal_types/Counter%20Rendering/fastinput.xml +++ b/bt5/erp5_banking_cash/ActionTemplateItem/portal_types/Counter%20Rendering/fastinput.xml @@ -86,7 +86,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${portal_url}/images/cash_out.png</string> </value> + <value> <string>string:${portal_url}/banking_images/cash_out.png</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index ed93b7a1668b03b18468ee9f20f9458e2b398ecd..dc1933269c48da93c127f604a46d47b0994a7f5f 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -704 +705 diff --git a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Check%20Payment/fastInput.xml b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Check%20Payment/fastInput.xml index 4606adb8def9179fb0b555404b073e56a461b961..056f77c4cbb9163c4f260f16ce8c5072e2239e45 100644 --- a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Check%20Payment/fastInput.xml +++ b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Check%20Payment/fastInput.xml @@ -32,7 +32,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -88,7 +90,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>python:object.getSimulationState() == \'confirmed\' </string> </value> + <value> <string>python:object.getSimulationState() == \'confirmed\'</string> </value> </item> </dictionary> </pickle> @@ -101,7 +103,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${portal_url}/images/cash_out.png</string> </value> + <value> <string>string:${portal_url}/banking_images/cash_out.png</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Stop%20Payment/fastinput.xml b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Stop%20Payment/fastinput.xml index 0cacf7cebc4e19bccf22e399226eb4a09ee3893a..88c5fc4bf56e68ca2e580b13a9231e5a921d21b3 100644 --- a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Stop%20Payment/fastinput.xml +++ b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Stop%20Payment/fastinput.xml @@ -30,7 +30,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -86,7 +88,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${portal_url}/images/cash_out.png</string> </value> + <value> <string>string:${portal_url}/banking_images/cash_out.png</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Purchase/fastinput.xml b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Purchase/fastinput.xml index 533266e9440eb543acfea004e06de9b8aafaede6..254743bf335f6678f0df363a92b81d4a2a929304 100644 --- a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Purchase/fastinput.xml +++ b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Purchase/fastinput.xml @@ -30,7 +30,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -86,7 +88,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${portal_url}/images/cash_out.png</string> </value> + <value> <string>string:${portal_url}/banking_images/cash_out.png</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Sale/fastinput.xml b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Sale/fastinput.xml index d24fc868fdfe57271c229b7aa33c8b97c5aaa5f7..a4a977565904dab125a808465f4525bbcec6e47b 100644 --- a/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Sale/fastinput.xml +++ b/bt5/erp5_banking_check/ActionTemplateItem/portal_types/Traveler%20Check%20Sale/fastinput.xml @@ -30,7 +30,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -86,7 +88,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${portal_url}/images/cash_out.png</string> </value> + <value> <string>string:${portal_url}/banking_images/cash_out.png</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_check/bt/revision b/bt5/erp5_banking_check/bt/revision index 9bae829dd23c149f62c617319401a1f50858d399..46d94e81bd4457a3aa673cd966d4b36cabce1021 100644 --- a/bt5/erp5_banking_check/bt/revision +++ b/bt5/erp5_banking_check/bt/revision @@ -1 +1 @@ -494 +495