[Erp5-report] r21090 - in /erp5/trunk: bt5/erp5_budget/ConstraintTemplateItem/ bt5/erp5_bud...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 23 11:39:49 CEST 2008


Author: jerome
Date: Fri May 23 11:39:46 2008
New Revision: 21090

URL: http://svn.erp5.org?rev=21090&view=rev
Log:
Move documents, constraints and propertysheets from erp5_budget bt5 to ERP5
product. Having thoses in a standard business template make it impossible to
override them in a custom business template.


Added:
    erp5/trunk/products/ERP5/Constraint/BudgetConsumptionFeasability.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/ConstraintTemplateItem/BudgetConsumptionFeasability.py
    erp5/trunk/products/ERP5/Constraint/TransactionQuantityValueFeasability.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/ConstraintTemplateItem/TransactionQuantityValueFeasability.py
    erp5/trunk/products/ERP5/Constraint/TransactionQuantityValueValidity.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/ConstraintTemplateItem/TransactionQuantityValueValidity.py
    erp5/trunk/products/ERP5/Document/Budget.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/Budget.py
    erp5/trunk/products/ERP5/Document/BudgetCell.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/BudgetCell.py
    erp5/trunk/products/ERP5/Document/BudgetLine.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/BudgetLine.py
    erp5/trunk/products/ERP5/Document/BudgetTransaction.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/BudgetTransaction.py
    erp5/trunk/products/ERP5/Document/BudgetTransfer.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/BudgetTransfer.py
    erp5/trunk/products/ERP5/Document/BudgetTransferLine.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/BudgetTransferLine.py
    erp5/trunk/products/ERP5/PropertySheet/Budget.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/Budget.py
    erp5/trunk/products/ERP5/PropertySheet/BudgetConstraint.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/BudgetTransactionConstraint.py
      - copied unchanged from r21089, erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetTransactionConstraint.py
Removed:
    erp5/trunk/bt5/erp5_budget/ConstraintTemplateItem/
    erp5/trunk/bt5/erp5_budget/DocumentTemplateItem/
    erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/
Modified:
    erp5/trunk/bt5/erp5_budget/bt/change_log
    erp5/trunk/bt5/erp5_budget/bt/revision
    erp5/trunk/bt5/erp5_budget/bt/template_constraint_id_list
    erp5/trunk/bt5/erp5_budget/bt/template_document_id_list
    erp5/trunk/bt5/erp5_budget/bt/template_property_sheet_id_list

Modified: erp5/trunk/bt5/erp5_budget/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/change_log?rev=21090&r1=21089&r2=21090&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_budget/bt/change_log Fri May 23 11:39:46 2008
@@ -1,3 +1,6 @@
+2008-05-23 jerome
+* Move documents, constraints and propertysheets to ERP5 product
+
 2007-10-30 yo
 * Set pricing_interaction_workflow to Budget Transaction.
 

Modified: erp5/trunk/bt5/erp5_budget/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/revision?rev=21090&r1=21089&r2=21090&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/revision (original)
+++ erp5/trunk/bt5/erp5_budget/bt/revision Fri May 23 11:39:46 2008
@@ -1,1 +1,1 @@
-22
+23

Modified: erp5/trunk/bt5/erp5_budget/bt/template_constraint_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/template_constraint_id_list?rev=21090&r1=21089&r2=21090&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/template_constraint_id_list (original)
+++ erp5/trunk/bt5/erp5_budget/bt/template_constraint_id_list Fri May 23 11:39:46 2008
@@ -1,3 +1,0 @@
-BudgetConsumptionFeasability
-TransactionQuantityValueFeasability
-TransactionQuantityValueValidity

Modified: erp5/trunk/bt5/erp5_budget/bt/template_document_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/template_document_id_list?rev=21090&r1=21089&r2=21090&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/template_document_id_list (original)
+++ erp5/trunk/bt5/erp5_budget/bt/template_document_id_list Fri May 23 11:39:46 2008
@@ -1,6 +1,0 @@
-BudgetLine
-BudgetTransfer
-BudgetCell
-Budget
-BudgetTransferLine
-BudgetTransaction

Modified: erp5/trunk/bt5/erp5_budget/bt/template_property_sheet_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/template_property_sheet_id_list?rev=21090&r1=21089&r2=21090&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/template_property_sheet_id_list (original)
+++ erp5/trunk/bt5/erp5_budget/bt/template_property_sheet_id_list Fri May 23 11:39:46 2008
@@ -1,4 +1,0 @@
-Budget
-BudgetConstraint
-BudgetConsumptionConstraint
-BudgetTransactionConstraint




More information about the Erp5-report mailing list