diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml index ca2689d87f29a9aba59979597ca96d11d4bfb164..0174d7c47466e6d560ce1c4145eceed27302b508 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml @@ -163,7 +163,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -228,7 +228,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -293,7 +293,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -360,7 +360,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -559,7 +559,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -624,7 +624,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -765,7 +765,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isSourceCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isSourceCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> @@ -803,7 +803,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isDestinationCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isDestinationCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml index 3bb8baa64cde3f4f7e38d3f920cb6e872e5a74db..c93b2aeeb156f35d7559358032d1902c6dc6dae9 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml @@ -164,7 +164,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -229,7 +229,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -294,7 +294,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -493,7 +493,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -558,7 +558,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -625,7 +625,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -692,7 +692,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -795,7 +795,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isSourceCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isSourceCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> @@ -833,7 +833,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isDestinationCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isDestinationCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml index 3a4d4ee91f3dc53fd7ce2863e64768d43231ced0..3a7ddb8758ddc77ac35651733411c437cc78de0b 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml @@ -164,7 +164,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -229,7 +229,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -294,7 +294,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -361,7 +361,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -560,7 +560,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -625,7 +625,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <int>10</int> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> @@ -766,7 +766,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isSourceCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isSourceCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> @@ -804,7 +804,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isDestinationCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isDestinationCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml index e5f9d095dc11f572b27063f51a1d3af4d319fd66..bb496d187b679504a14a55064226fe96499e3590 100755 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml @@ -1206,7 +1206,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isSourceCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isSourceCurrencyConvertible()</string> </value> </item> </dictionary> </pickle> @@ -1244,7 +1244,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>object/AccountingTransaction_isDestinationCurrencyConvertible</string> </value> + <value> <string>python:object.AccountingTransaction_isDestinationCurrencyConvertible()</string> </value> </item> </dictionary> </pickle>