From c1421197579b1c82a7aa3dc72741416f8af116d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 13 Feb 2006 12:11:23 +0000 Subject: [PATCH] (no diff) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5686 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../AccountModule_getAccountList.xml | 2 +- ...ntModule_getAccountingTransactionCount.xml | 2 +- .../AccountModule_getAvailableGapList.xml | 2 +- .../AccountModule_getBalance.xml | 2 +- .../AccountModule_getBankAccountItemList.xml | 6 ---- ...odule_getBankAccountsReportSectionList.xml | 2 +- .../AccountModule_getCreditBalance.xml | 2 +- .../AccountModule_getDebitBalance.xml | 2 +- ...dule_getGeneralLedgerReportSectionList.xml | 2 +- .../AccountModule_getNormalBalance.xml | 2 +- ...odule_getOtherPartiesReportSectionList.xml | 2 +- .../AccountModule_getTotalSourceCredit.xml | 2 +- .../AccountModule_getTotalSourceDebit.xml | 2 +- .../AccountModule_getTransactionListUrl.xml | 2 +- ...tModule_statAccountingTransactionCount.xml | 2 +- .../AccountModule_statBalance.xml | 4 +-- .../AccountModule_viewAccountList.xml | 2 +- ...countModule_viewAccountStatementReport.xml | 6 ---- ...odule_viewAccountStatementReportDialog.xml | 6 ---- .../Account_getAccountingTransactionList.xml | 2 +- .../Account_getDestinationSectionItemList.xml | 2 +- .../Account_getDestinationSectionList.xml | 2 +- .../erp5_accounting/Account_getGapId.xml | 2 +- .../Account_getSourcePaymentList.xml | 6 ---- .../Account_statSourceBalance.xml | 2 +- .../Account_statSourceCredit.xml | 2 +- .../Account_statSourceDebit.xml | 2 +- .../Account_zDistinctSectionList.xml | 16 +++++---- .../Account_zGetAccountingTransactionList.xml | 34 +++++++++---------- .../erp5_accounting/AccountingPeriod_init.xml | 6 ---- .../AccountingRuleCell_view.xml | 6 ---- ...AccountingTransactionLine_getParentUrl.xml | 2 +- ...untingTransactionLine_statSourceCredit.xml | 6 ---- ...ountingTransactionLine_statSourceDebit.xml | 6 ---- ...nModule_countAccountingTransactionList.xml | 2 +- ...ionModule_getAccountingTransactionList.xml | 6 ++-- ...sactionModule_getDestinationSectionUrl.xml | 2 +- ...le_getJournalAccountingTransactionList.xml | 2 +- ...ntingTransactionModule_getSourceCredit.xml | 2 +- ...untingTransactionModule_getSourceDebit.xml | 2 +- ...Module_getTranslatedPortalTypeItemList.xml | 4 +-- ...odule_jumpToActiveAccountingPreference.xml | 2 +- ...tingTransactionModule_statSourceCredit.xml | 2 +- ...ntingTransactionModule_statSourceDebit.xml | 2 +- ...onModule_viewAccountingTransactionList.xml | 2 +- ...ountingTransaction_InitFromPreferences.xml | 6 ---- ...ingTransaction_closeByAccountingPeriod.xml | 2 +- ...gTransaction_createReversalTransaction.xml | 6 ---- ...AccountingTransaction_deleteEmptyLines.xml | 2 +- ...ction_isDestinationCurrencyConvertible.xml | 8 +---- ...ransaction_isSourceCurrencyConvertible.xml | 8 +---- ...untingTransaction_viewDestinationAsset.xml | 6 ---- .../AccountingTransaction_viewSourceAsset.xml | 6 ---- ...nkAccount_getAccountingTransactionList.xml | 2 +- .../ERP5Accounting_FormatMonetaryValue.xml | 6 ---- .../Entity_getAccountingTransactionGapId.xml | 2 +- .../Entity_getAccountingTransactionList.xml | 2 +- .../Entity_statSourceBalance.xml | 2 +- .../Entity_statSourceCredit.xml | 2 +- .../Entity_statSourceDebit.xml | 2 +- .../InvoiceLine_asCellRange.xml | 8 +---- .../erp5_accounting/InvoiceLine_view.xml | 6 ---- .../erp5_accounting/InvoiceLine_viewPrice.xml | 6 ---- .../InvoiceLine_viewQuantity.xml | 6 ---- ...ymentTransaction_copyInvoiceProperties.xml | 2 +- .../PaymentTransaction_selectMovement.xml | 2 +- .../PaymentTransaction_zSelectMovement.xml | 6 ++-- .../SaleInvoiceTransaction_getDueDate.xml | 2 +- .../SaleInvoiceTransaction_getVAT.xml | 2 +- ...oiceTransaction_postGenerationActivity.xml | 2 +- ...nsaction_postTransactionLineGeneration.xml | 2 +- .../SaleInvoiceTransaction_selectDelivery.xml | 2 +- ...voiceTransaction_selectInvoiceMovement.xml | 2 +- ...eTransaction_selectPackingListMovement.xml | 2 +- .../SaleInvoiceTransaction_viewInvoice.xml | 16 +++------ 75 files changed, 92 insertions(+), 212 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountList.xml index c42278c12b..644eeb47cc 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountList.xml @@ -97,7 +97,7 @@ return context.portal_catalog(**kwd)\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_getAccountList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getAccountList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml index f656816b1f..d509030a25 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount.xml @@ -129,7 +129,7 @@ return context.portal_simulation.getInventoryStat(node_uid=context.getUid(),\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_getAccountingTransactionCount</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getAccountingTransactionCount</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAvailableGapList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAvailableGapList.xml index b46921b6de..416b1e4f4c 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAvailableGapList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAvailableGapList.xml @@ -96,7 +96,7 @@ return results\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountModule_getAvailableGapList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getAvailableGapList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBalance.xml index 4a6145ea6b..fe5f690fb5 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBalance.xml @@ -115,7 +115,7 @@ return context.portal_simulation.getInventoryAssetPrice(node_uid=context.getUid( </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountModule_getBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.xml index 691f988141..d7e8fa2453 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList.xml @@ -90,12 +90,6 @@ return item_list\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getBankAccountItemList</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>organisation = \'\'</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountsReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountsReportSectionList.xml index fe0bccaf66..e8d6672625 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountsReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getBankAccountsReportSectionList.xml @@ -134,7 +134,7 @@ return result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountModule_getBankAccountsReportSectionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getBankAccountsReportSectionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getCreditBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getCreditBalance.xml index 51d616a762..f5fc7e84b4 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getCreditBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getCreditBalance.xml @@ -83,7 +83,7 @@ if total < 0.0:\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountModule_getCreditBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getCreditBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getDebitBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getDebitBalance.xml index 0b807bec20..4dc995ae5c 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getDebitBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getDebitBalance.xml @@ -83,7 +83,7 @@ if total > 0.0:\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountModule_getDebitBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getDebitBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml index bb505ab5a2..ebb8491577 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList.xml @@ -261,7 +261,7 @@ return result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getGeneralLedgerReportSectionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml index 3f31285f5a..10187ce49d 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml @@ -81,7 +81,7 @@ return total\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountModule_getNormalBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getNormalBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml index 98fffe079c..d046d259b6 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList.xml @@ -183,7 +183,7 @@ return result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getOtherPartiesReportSectionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceCredit.xml index 10d00d3b70..4711839fb3 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceCredit.xml @@ -77,7 +77,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_getTotalSourceCredit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getTotalSourceCredit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceDebit.xml index a2353429a4..8f6b2f8ada 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTotalSourceDebit.xml @@ -83,7 +83,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_getTotalSourceDebit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getTotalSourceDebit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTransactionListUrl.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTransactionListUrl.xml index c6afd8ad99..9afec215f9 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTransactionListUrl.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTransactionListUrl.xml @@ -99,7 +99,7 @@ return object.getPath() + \'/\' + method + \'?\' + make_query(kw)\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_getTransactionListUrl</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_getTransactionListUrl</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statAccountingTransactionCount.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statAccountingTransactionCount.xml index dc71df86a2..f4b7768964 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statAccountingTransactionCount.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statAccountingTransactionCount.xml @@ -83,7 +83,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountModule_statAccountingTransactionCount</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_statAccountingTransactionCount</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statBalance.xml index e59bf5227b..106e252f88 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_statBalance.xml @@ -123,8 +123,6 @@ if kw.get(\'omit_input\'):\n if kw.get(\'omit_output\'):\n params[\'omit_output\'] = 1\n \n -context.log(\'params\', params)\n -context.log(\'at_date\', at_date)\n results = context.Resource_zStatInventory(omit_simulation=1,\n **params)\n row = results[0]\n @@ -154,7 +152,7 @@ return context.portal_simulation.getInventory( omit_simulation=1, **params )\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountModule_statBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountModule_statBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList.xml index ae5ed5a6f3..d1fa051d46 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountList.xml @@ -86,7 +86,7 @@ </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>hidden</string> </key> <value> <list> <string>listbox_preferred_gap_id</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReport.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReport.xml index 16bda318b8..4ac850ad0b 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReport.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReport.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string></string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReportDialog.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReportDialog.xml index 35dbb4f5f1..9e65846f71 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReportDialog.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_viewAccountStatementReportDialog.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>AccountModule_viewAccountStatementReport</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml index cbfe1fee7c..083f4774b4 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getAccountingTransactionList.xml @@ -200,7 +200,7 @@ return new_result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Account_getAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_getAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionItemList.xml index 8b4ef8c8f1..b834cb9519 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionItemList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionItemList.xml @@ -107,7 +107,7 @@ return item_list\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Account_getDestinationSectionItemList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_getDestinationSectionItemList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionList.xml index 75fb550d8d..fe3445ceb8 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getDestinationSectionList.xml @@ -91,7 +91,7 @@ return destination_section_set.keys()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Account_getDestinationSectionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_getDestinationSectionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapId.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapId.xml index 308d1c581e..15d719f693 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapId.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapId.xml @@ -84,7 +84,7 @@ return \'\'\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Account_getGapId</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_getGapId</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getSourcePaymentList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getSourcePaymentList.xml index 8cdb38d318..6ac4ef8e5b 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getSourcePaymentList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getSourcePaymentList.xml @@ -89,12 +89,6 @@ return source_payment_set.keys()\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_getSourcePaymentList</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string></string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceBalance.xml index c1aa2d8435..c9ba356257 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceBalance.xml @@ -142,7 +142,7 @@ return float(\'%.02f\' % (row.total_price or 0.0) )\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Account_statSourceBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_statSourceBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceCredit.xml index f79037c585..36502195ad 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceCredit.xml @@ -83,7 +83,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/Account_statSourceCredit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_statSourceCredit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceDebit.xml index 3e323deba4..d6f737a714 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_statSourceDebit.xml @@ -77,7 +77,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/Account_statSourceDebit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Account_statSourceDebit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zDistinctSectionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zDistinctSectionList.xml index 62ca17f5c3..c7d139a02b 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zDistinctSectionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zDistinctSectionList.xml @@ -76,10 +76,10 @@ <key> <string>_keys</string> </key> <value> <list> - <string>node_uid</string> - <string>at_date</string> - <string>section_category</string> - <string>simulation_state</string> +<string>node_uid</string> +<string>at_date</string> +<string>section_category</string> +<string>simulation_state</string> </list> </value> </item> @@ -147,7 +147,7 @@ <key> <string>arguments_src</string> </key> <value> <string>node_uid\r\n at_date\r\n -section_category\n +section_category\r\n simulation_state:list</string> </value> </item> <item> @@ -193,7 +193,8 @@ SELECT DISTINCT\n catalog.path,\n catalog.relative_url,\n catalog.title,\n - catalog.portal_type\n + catalog.portal_type,\n + catalog.validation_state\n FROM\n catalog,\n stock\n @@ -256,7 +257,8 @@ SELECT DISTINCT\n catalog.path,\n catalog.relative_url,\n catalog.title,\n - catalog.portal_type\n + catalog.portal_type,\n + catalog.validation_state\n FROM\n catalog,\n stock\n diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zGetAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zGetAccountingTransactionList.xml index c0d9a88bc4..bb6db12c13 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zGetAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_zGetAccountingTransactionList.xml @@ -159,23 +159,23 @@ <key> <string>_keys</string> </key> <value> <list> - <string>selection</string> - <string>selection_domain</string> - <string>selection_report</string> - <string>getUid</string> - <string>where_expression</string> - <string>omit_input</string> - <string>omit_output</string> - <string>resource_uid</string> - <string>from_date</string> - <string>to_date</string> - <string>at_date</string> - <string>transaction_simulation_state</string> - <string>transaction_section_category</string> - <string>payment_uid</string> - <string>no_payment_uid</string> - <string>mirror_section_uid</string> - <string>no_mirror_section_uid</string> +<string>selection</string> +<string>selection_domain</string> +<string>selection_report</string> +<string>getUid</string> +<string>where_expression</string> +<string>omit_input</string> +<string>omit_output</string> +<string>resource_uid</string> +<string>from_date</string> +<string>to_date</string> +<string>at_date</string> +<string>transaction_simulation_state</string> +<string>transaction_section_category</string> +<string>payment_uid</string> +<string>no_payment_uid</string> +<string>mirror_section_uid</string> +<string>no_mirror_section_uid</string> </list> </value> </item> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_init.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_init.xml index 0f8b152813..cbc7d22b4b 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_init.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_init.xml @@ -92,12 +92,6 @@ if len(period_list) > 0 :\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingPeriod_init</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>*args, **kw</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingRuleCell_view.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingRuleCell_view.xml index 42c3bd6fad..91476f77de 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingRuleCell_view.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingRuleCell_view.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getParentUrl.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getParentUrl.xml index 07f5c1b660..0db5ede2bc 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getParentUrl.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getParentUrl.xml @@ -78,7 +78,7 @@ return "%s/view" % line.getParent().absolute_url()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountingTransactionLine_getParentUrl</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionLine_getParentUrl</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceCredit.xml index 995b1bbec4..a33f73b0b7 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceCredit.xml @@ -83,12 +83,6 @@ return total\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceCredit</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>**kw</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceDebit.xml index 40f898e538..ecba570865 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceDebit.xml @@ -83,12 +83,6 @@ return total\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionLine_statSourceDebit</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>**kw</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList.xml index 1f25984a75..a355f194b4 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList.xml @@ -93,7 +93,7 @@ return context.AccountingTransactionModule_zGetAccountingTransactionList( select </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_countAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList.xml index 2a45086ad4..d222e8eb66 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList.xml @@ -89,8 +89,8 @@ if params.get(\'count\', 0):\n params[\'omit_input\'] = 0\n params[\'omit_output\'] = 0\n \n -#context.log(\'LOG\', context.AccountingTransactionModule_zGetAccountingTransactionList(src__ =1, **params))\n -return context.AccountingTransactionModule_zGetAccountingTransactionList(**params)\n +#context.log(\'LOG\', context.AccountingTransactionModule_zGetAccountingTransactionList(src__ =1, selection_params=params, **params))\n +return context.AccountingTransactionModule_zGetAccountingTransactionList(selection_params=params, **params)\n ]]></string> </value> @@ -109,7 +109,7 @@ return context.AccountingTransactionModule_zGetAccountingTransactionList(**param </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getDestinationSectionUrl.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getDestinationSectionUrl.xml index c6294fe8a3..67edc0c8c4 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getDestinationSectionUrl.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getDestinationSectionUrl.xml @@ -93,7 +93,7 @@ return url + \'/\' + method + \'?\' + make_query(kw)\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/portal_skins/local_accounting/AccountingTransactionModule_getDestinationSectionUrl</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getDestinationSectionUrl</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList.xml index 5a827e2ab4..6476ad71b2 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList.xml @@ -240,7 +240,7 @@ return result + [{ "journal_total_debit": journal_total_debit,\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getJournalAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml index 472f0b3887..874171763f 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit.xml @@ -101,7 +101,7 @@ return credit\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceCredit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit.xml index 0813fa07b1..e973d87cd2 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit.xml @@ -101,7 +101,7 @@ return debit\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getSourceDebit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList.xml index 9a0a82c62b..7ff3e07273 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList.xml @@ -84,7 +84,7 @@ return item_list\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_getTranslatedPortalTypeItemList</string> </value> </item> <item> <key> <string>_params</string> </key> @@ -115,7 +115,7 @@ return item_list\n <value> <tuple> <string>_getattr_</string> -<string>context</string> + <string>context</string> <string>portal_type_list</string> <string>N_</string> <string>item_list</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference.xml index 9d1f80583a..b781e6f71a 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference.xml @@ -87,7 +87,7 @@ return request.RESPONSE.redirect( "%s/AccountingPreferences_view" %\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_jumpToActiveAccountingPreference</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit.xml index 23610b4759..6bcd6c9f6f 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit.xml @@ -94,7 +94,7 @@ return float(\'%.02f\' % (row.total_price and - row.total_price or 0.0))\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceCredit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit.xml index c7340228c7..2fcb379bc9 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit.xml @@ -93,7 +93,7 @@ return float(\'%.02f\' % (row.total_price or 0.0))\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransactionModule_statSourceDebit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList.xml index 19ae678994..0538ea1b11 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewAccountingTransactionList.xml @@ -86,7 +86,7 @@ </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>hidden</string> </key> <value> <list/> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_InitFromPreferences.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_InitFromPreferences.xml index 1c796377d9..f5ece003fc 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_InitFromPreferences.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_InitFromPreferences.xml @@ -89,12 +89,6 @@ except AttributeError, e :\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_InitFromPreferences</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>*args, **kw</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod.xml index e062f90d3b..0c9a35923f 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod.xml @@ -95,7 +95,7 @@ except ValidationFailed, message :\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_closeByAccountingPeriod</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml index 33a37c1ef2..1cee846d35 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml @@ -115,12 +115,6 @@ return context.REQUEST.RESPONSE.redirect("%s/view?portal_status_message=%s" %\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string></string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines.xml index 9ed00ba7cf..793f5ead0b 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines.xml @@ -103,7 +103,7 @@ if redirect :\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_deleteEmptyLines</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isDestinationCurrencyConvertible.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isDestinationCurrencyConvertible.xml index 76e505f31d..86e5f43e6e 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isDestinationCurrencyConvertible.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isDestinationCurrencyConvertible.xml @@ -86,12 +86,6 @@ return transaction_currency != section_value.getProperty(\'price_currency\', Non <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_isDestinationCurrencyConvertible</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string></string> </value> @@ -121,7 +115,7 @@ return transaction_currency != section_value.getProperty(\'price_currency\', Non <value> <tuple> <string>_getattr_</string> -<string>context</string> + <string>context</string> <string>section_value</string> <string>None</string> <string>transaction_currency</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceCurrencyConvertible.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceCurrencyConvertible.xml index 2255678647..16b6701d2c 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceCurrencyConvertible.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceCurrencyConvertible.xml @@ -86,12 +86,6 @@ return transaction_currency != section_value.getProperty(\'price_currency\', Non <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/AccountingTransaction_isSourceCurrencyConvertible</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string></string> </value> @@ -121,7 +115,7 @@ return transaction_currency != section_value.getProperty(\'price_currency\', Non <value> <tuple> <string>_getattr_</string> -<string>context</string> + <string>context</string> <string>section_value</string> <string>None</string> <string>transaction_currency</string> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewDestinationAsset.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewDestinationAsset.xml index da0557b698..f343730e34 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewDestinationAsset.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewDestinationAsset.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewSourceAsset.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewSourceAsset.xml index de1811c430..28bad83db1 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewSourceAsset.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_viewSourceAsset.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml index 27748962a4..2e040004f2 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml @@ -134,7 +134,7 @@ return new_result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_FormatMonetaryValue.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_FormatMonetaryValue.xml index abae65cbd0..f9fa5e037d 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_FormatMonetaryValue.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_FormatMonetaryValue.xml @@ -112,12 +112,6 @@ return formatted_value\n <key> <string>_filepath</string> </key> <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/ERP5Accounting_FormatMonetaryValue</string> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>_params</string> </key> <value> <string>value, nbsp=0, precision=0</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId.xml index 82f8e2157c..b3b9470cf6 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId.xml @@ -79,7 +79,7 @@ return account.Account_getGapId()\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Entity_getAccountingTransactionGapId</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionList.xml index d266722e96..92d8536844 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_getAccountingTransactionList.xml @@ -143,7 +143,7 @@ return new_result\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Entity_getAccountingTransactionList</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Entity_getAccountingTransactionList</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceBalance.xml index f43d463bff..3dbdb66dd8 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceBalance.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceBalance.xml @@ -118,7 +118,7 @@ return float(\'%.02f\' % row.total_price or 0)\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/erp5/portal_skins/erp5_accounting/Entity_statSourceBalance</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Entity_statSourceBalance</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceCredit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceCredit.xml index 5f2dc31682..e8dca69966 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceCredit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceCredit.xml @@ -83,7 +83,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/Entity_statSourceCredit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Entity_statSourceCredit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceDebit.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceDebit.xml index 6b5d9edb8a..abde68cef3 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceDebit.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_statSourceDebit.xml @@ -77,7 +77,7 @@ </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/Entity_statSourceDebit</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/Entity_statSourceDebit</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_asCellRange.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_asCellRange.xml index 16c8902404..a19a810313 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_asCellRange.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_asCellRange.xml @@ -101,13 +101,7 @@ return cell_range\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/InvoiceLine_asCellRange</string> </value> - </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/InvoiceLine_asCellRange</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view.xml index cc23ac1fc3..0e4b0ef4e0 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_view.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewPrice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewPrice.xml index b023cc0173..bca94777b2 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewPrice.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewPrice.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewQuantity.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewQuantity.xml index 0da6d59a34..a1e55a1ad2 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewQuantity.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceLine_viewQuantity.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml index baa899295b..fa1d6efac3 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties.xml @@ -111,7 +111,7 @@ LOG("end")\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/PaymentTransaction_copyInvoiceProperties</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/PaymentTransaction_copyInvoiceProperties</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml index 3979d13821..be9d45888a 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml @@ -92,7 +92,7 @@ return movement_list\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/PaymentTransaction_selectMovement</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/PaymentTransaction_selectMovement</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml index f7e2839815..99ca97506c 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_zSelectMovement.xml @@ -70,9 +70,9 @@ <key> <string>_keys</string> </key> <value> <list> -<string>from_table_list</string> -<string>where_expression</string> -<string>order_by_expression</string> + <string>from_table_list</string> + <string>where_expression</string> + <string>order_by_expression</string> </list> </value> </item> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getDueDate.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getDueDate.xml index 5871309671..a73f0c69a1 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getDueDate.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getDueDate.xml @@ -114,7 +114,7 @@ return due_date\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_getDueDate</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_getDueDate</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getVAT.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getVAT.xml index d511a1ffb9..f567168cab 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getVAT.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_getVAT.xml @@ -135,7 +135,7 @@ return vat_infos\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_getVAT</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_getVAT</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity.xml index 14612ec4b6..ffc2b45738 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity.xml @@ -129,7 +129,7 @@ sale_invoice.activate(\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_postGenerationActivity</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration.xml index c616011579..47de525a73 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration.xml @@ -125,7 +125,7 @@ else :\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_postTransactionLineGeneration</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectDelivery.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectDelivery.xml index 8e8a7129ea..7ab15f2499 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectDelivery.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectDelivery.xml @@ -105,7 +105,7 @@ return filter(lambda x : x is not None, deliveries_keys.keys())\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_selectDelivery</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectDelivery</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement.xml index 3f1497f7af..07a4d16c33 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement.xml @@ -107,7 +107,7 @@ return movement_list\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectInvoiceMovement</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement.xml index 662f862b82..08612db5c4 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement.xml @@ -101,7 +101,7 @@ return movement_list\n </item> <item> <key> <string>_filepath</string> </key> - <value> <string>Script (Python):/nexedi/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement</string> </value> + <value> <string>Script (Python):/nexedi/portal_skins/erp5_accounting/SaleInvoiceTransaction_selectPackingListMovement</string> </value> </item> <item> <key> <string>_params</string> </key> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_viewInvoice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_viewInvoice.xml index 35298c2d26..ecd4022075 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_viewInvoice.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/SaleInvoiceTransaction_viewInvoice.xml @@ -45,12 +45,6 @@ <tuple/> </value> </item> - <item> - <key> <string>_owner</string> </key> - <value> - <none/> - </value> - </item> <item> <key> <string>action</string> </key> <value> <string>Base_edit</string> </value> @@ -80,7 +74,7 @@ <value> <dictionary> <item> - <key> <string>bottom</string> </key> + <key> <string>bottom</string> </key> <value> <list> <string>listbox</string> @@ -88,13 +82,13 @@ </value> </item> <item> - <key> <string>center</string> </key> + <key> <string>center</string> </key> <value> <list/> </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>hidden</string> </key> <value> <list> <string>listbox_title</string> @@ -106,7 +100,7 @@ </value> </item> <item> - <key> <string>left</string> </key> + <key> <string>left</string> </key> <value> <list> <string>my_source_section</string> @@ -120,7 +114,7 @@ </value> </item> <item> - <key> <string>right</string> </key> + <key> <string>right</string> </key> <value> <list> <string>my_start_date</string> -- 2.30.9