[Erp5-report] r41639 nicolas.dumazet - in /erp5/trunk/products: ERP5/PropertySheet/ ERP5Ban...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 22 07:43:44 CET 2010


Author: nicolas.dumazet
Date: Wed Dec 22 07:43:42 2010
New Revision: 41639

URL: http://svn.erp5.org?rev=41639&view=rev
Log:
First step of migration to zodb property sheets

* ERP5Type.PropertySheet becomes a dynamic module that returns strings
  instead of classes for compatibility:
  - the document classes can now use strings in property_sheets attribute
  - if a document uses a string instead of a class reference to point to a
    property sheet, it means that the property sheet can either be an old
    (filesytem, local, in a product) property sheet, or a zodb propertysheet

  For now, the contents of ERP5Type.PropertySheet (strings) are overwritten
  if a local PropertySheet is loaded from the disk. But with time, as
  property sheets will migrate to ZODB, the module will empty itself and
  contain only strings.

* Move all property sheets from all products to ERP5PropertySheetLegacy
  product. Only property sheets that were left 'as is' are CMF* property
  sheets.

This commit is mostly a move to another Product, and should have small
consequences on tests/existing instances.

However, if you used to import PropertySheets in custom/project code
in your custom Property Sheets, you will need to rename:
   from Products.*.PropertySheet.Foo import Foo
to:
   from Products.ERP5PropertySheetLegacy.Foo import Foo


Added:
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Account.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Account.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AccountingPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AccountingRuleCellLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AccountingRuleCellLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AccountingTransactionBalanceConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionBalanceConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AccountingTransactionConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AccountingTransactionLineConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLineConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AcquiredProperty.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/AcquiredProperty.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ActionInformation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/ActionInformation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Agent.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Agent.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AgentPrivilege.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AgentPrivilege.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Aggregated.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Aggregated.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Alarm.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Alarm.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Amortisation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Amortisation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Amount.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Amount.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AmountGeneratorLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AmountGeneratorLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AppliedRule.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/AppliedRule.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Archive.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Arrow.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py
      - copied, changed from r41633, erp5/trunk/products/ERP5/PropertySheet/Assignment.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/AttributeEqualityConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/AttributeEqualityConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BankAccount.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BankAccount.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BankingOperation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Banking/PropertySheet/BankingOperation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BaobabCategory.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Banking/PropertySheet/BaobabCategory.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Base.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/Base.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BaseCache.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/BaseCache.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BaseType.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/BaseType.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Budget.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Budget.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BudgetConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BudgetConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BudgetTransactionConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BudgetTransactionConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BudgetVariation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BudgetVariation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Bug.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Bug.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BugConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessLink.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BusinessLink.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessProcess.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BusinessProcess.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessTemplate.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CacheFactory.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/CacheFactory.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CalendarConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/CalendarConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CalendarException.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/CalendarException.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CalendarPeriodConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/CalendarPeriodConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CalendarPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/CalendarPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CashContainer.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Banking/PropertySheet/CashContainer.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CashCurrency.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Banking/PropertySheet/CashCurrency.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CashDeliveryLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CatalogPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CategoryExistenceConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/CategoryExistenceConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CategoryMembershipArityConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/CategoryMembershipArityConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CategoryRelatedMembershipArityConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/CategoryRelatedMembershipArityConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Chain.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Chain.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Codification.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Codification.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Comment.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Comment.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Computer.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Computer.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Configurable.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Configurable.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Container.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Container.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ContentExistenceConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/ContentExistenceConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ContributionPredicate.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ContributionPredicate.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/CustomerRelationPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Data.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Data.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DecimalOption.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DecimalOption.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultAnnotationLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultImage.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultRoleDefinition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DefaultRoleDefinition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DefaultSupply.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Delivery.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Delivery.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DeliveryBuilder.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DeliveryBuilder.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DeliverySolver.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DeliverySolver.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Device.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Device.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Discount.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Discount.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DistributedRamCache.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/DistributedRamCache.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Document.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Document.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DocumentConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DocumentConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DocumentPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DocumentProxy.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/DocumentProxy.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DocumentationHelper.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/DocumentationHelper.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Domain.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Domain.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DublinCore.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/DublinCore.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/DynamicCategoryProperty.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/DynamicCategoryProperty.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/EmailHeader.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/EmailHeader.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/EntityConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/EntityConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/EquivalenceTester.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Event.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Event.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ExpressPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Wizard/PropertySheet/ExpressPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ExternalDocument.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ExtraLocalRole.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ExtraLocalRole.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/FlowCapacity.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Folder.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/Folder.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Gadget.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Gadget.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/GeographicAddress.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/GeographicAddress.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/HtmlStylePreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/IndividualCalendarConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/IndividualCalendarConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/IndustrialDescription.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/IndustrialDescription.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/IntegrationModule.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5TioSafe/PropertySheet/IntegrationModule.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/InternetProtocolAddress.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/InternetProtocolAddress.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Inventory.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Inventory.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/InventoryLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/InventoryLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/InventoryMovement.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/InventoryMovement.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Item.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Item.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ItemAggregation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ItemAggregation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/LocalizationPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/LocalizationPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Login.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Login.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/MailMessage.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/MailMessage.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/MappedProperty.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/MappedProperty.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/MappedValue.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/MappedValue.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Mapping.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Mapping.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Measure.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Measure.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/MemcachedPlugin.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/MemcachedPlugin.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Movement.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Movement.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/MovementGroup.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/MovementGroup.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/OpenOrder.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/OpenOrder.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Order.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Order.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Organisation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Organisation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/OutcomeDescription.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/OutcomeDescription.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PDFType.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PDFType.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py
      - copied, changed from r41633, erp5/trunk/products/ERP5/PropertySheet/PackingList.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Path.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Path.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PaySheetModel.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PaymentCondition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PaymentCondition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Periodicity.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Periodicity.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PeriodicityTerm.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PeriodicityTerm.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Person.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Person.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PortalTest.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PortalTest.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Predicate.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Predicate.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Preference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Preference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Price.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Price.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Pricing.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Pricing.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ProductDataPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ProductDataPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ProductionOrder.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ProductionOrder.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ProductionOrderLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ProductionOrderLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PropertyAssignmentMovementGroup.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PropertyAssignmentMovementGroup.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PropertyExistenceConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/PropertyExistenceConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PropertyTypeValidityConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/PropertyTypeValidityConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PythonScript.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/PythonScript.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/QuantityUnitConversionDefinition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/QuantityUnitConversionDefinition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Reference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Reference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ReportPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ReportPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Resource.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Resource.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ResourceConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ResourceConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/ResourceMeasuresConsistencyConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/ResourceMeasuresConsistencyConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoleDefinition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/RoleDefinition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoleInformation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoundingModel.py
      - copied, changed from r41633, erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Rule.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Rule.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SQLIdGenerator.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SQLIdGenerator.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SaleOpportunity.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SimpleItem.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/SimpleItem.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Simulation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Simulation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SolverSelection.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SolverType.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SolverType.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SortIndex.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/SortIndex.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/StandardProperty.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/StandardProperty.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/State.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Workflow/PropertySheet/State.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/StockCapacity.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/StockCapacity.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SubversionPreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SupplyLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SupplyLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/SupplyLink.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/SupplyLink.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TALESConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/TALESConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TargetSolver.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TargetSolver.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Task.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Task.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TaskConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TaskConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TaskLineConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TaskLineConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Telephone.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Telephone.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TelephonePreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TelephonePreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TextDocument.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TextDocument.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Ticket.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Ticket.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeCondition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeConditionConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeConditionConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeModelLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeModelLineCellConsistencyConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeModelLineCellConsistencyConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeModelLineConstraint.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeModelLineConstraint.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeModelPath.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeModelPath.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeOrder.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeOrder.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradeOrderLine.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TradePreference.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TradePreference.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Transformation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Transformation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TransformedResource.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/TransformedResource.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Transition.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Workflow/PropertySheet/Transition.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/TranslatableProperty.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/TranslatableProperty.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Url.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/Url.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Variable.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Workflow/PropertySheet/Variable.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Variation.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Variation.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/VariationRange.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/VariationRange.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Version.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/Version.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/WebSection.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/WebSection.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/WebSite.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5/PropertySheet/WebSite.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Workflow.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Workflow/PropertySheet/Workflow.py
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/XMLObject.py
      - copied unchanged from r41633, erp5/trunk/products/ERP5Type/PropertySheet/XMLObject.py
Removed:
    erp5/trunk/products/ERP5/PropertySheet/Account.py
    erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
    erp5/trunk/products/ERP5/PropertySheet/AccountingRuleCellLine.py
    erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionBalanceConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLineConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/Agent.py
    erp5/trunk/products/ERP5/PropertySheet/AgentPrivilege.py
    erp5/trunk/products/ERP5/PropertySheet/Aggregated.py
    erp5/trunk/products/ERP5/PropertySheet/Alarm.py
    erp5/trunk/products/ERP5/PropertySheet/Amortisation.py
    erp5/trunk/products/ERP5/PropertySheet/Amount.py
    erp5/trunk/products/ERP5/PropertySheet/AmountGeneratorLine.py
    erp5/trunk/products/ERP5/PropertySheet/AppliedRule.py
    erp5/trunk/products/ERP5/PropertySheet/Arrow.py
    erp5/trunk/products/ERP5/PropertySheet/Assignment.py
    erp5/trunk/products/ERP5/PropertySheet/BankAccount.py
    erp5/trunk/products/ERP5/PropertySheet/Budget.py
    erp5/trunk/products/ERP5/PropertySheet/BudgetConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/BudgetTransactionConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/BudgetVariation.py
    erp5/trunk/products/ERP5/PropertySheet/Bug.py
    erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/BusinessLink.py
    erp5/trunk/products/ERP5/PropertySheet/BusinessProcess.py
    erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
    erp5/trunk/products/ERP5/PropertySheet/CalendarConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/CalendarException.py
    erp5/trunk/products/ERP5/PropertySheet/CalendarPeriodConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/CalendarPreference.py
    erp5/trunk/products/ERP5/PropertySheet/Chain.py
    erp5/trunk/products/ERP5/PropertySheet/Codification.py
    erp5/trunk/products/ERP5/PropertySheet/Comment.py
    erp5/trunk/products/ERP5/PropertySheet/Computer.py
    erp5/trunk/products/ERP5/PropertySheet/Configurable.py
    erp5/trunk/products/ERP5/PropertySheet/Container.py
    erp5/trunk/products/ERP5/PropertySheet/ContributionPredicate.py
    erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py
    erp5/trunk/products/ERP5/PropertySheet/Data.py
    erp5/trunk/products/ERP5/PropertySheet/DecimalOption.py
    erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py
    erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py
    erp5/trunk/products/ERP5/PropertySheet/DefaultRoleDefinition.py
    erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
    erp5/trunk/products/ERP5/PropertySheet/Delivery.py
    erp5/trunk/products/ERP5/PropertySheet/DeliveryBuilder.py
    erp5/trunk/products/ERP5/PropertySheet/DeliverySolver.py
    erp5/trunk/products/ERP5/PropertySheet/Device.py
    erp5/trunk/products/ERP5/PropertySheet/Discount.py
    erp5/trunk/products/ERP5/PropertySheet/Document.py
    erp5/trunk/products/ERP5/PropertySheet/DocumentConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
    erp5/trunk/products/ERP5/PropertySheet/DocumentProxy.py
    erp5/trunk/products/ERP5/PropertySheet/Domain.py
    erp5/trunk/products/ERP5/PropertySheet/EmailHeader.py
    erp5/trunk/products/ERP5/PropertySheet/EntityConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
    erp5/trunk/products/ERP5/PropertySheet/Event.py
    erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py
    erp5/trunk/products/ERP5/PropertySheet/ExtraLocalRole.py
    erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py
    erp5/trunk/products/ERP5/PropertySheet/Gadget.py
    erp5/trunk/products/ERP5/PropertySheet/GeographicAddress.py
    erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py
    erp5/trunk/products/ERP5/PropertySheet/IndividualCalendarConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/IndustrialDescription.py
    erp5/trunk/products/ERP5/PropertySheet/InternetProtocolAddress.py
    erp5/trunk/products/ERP5/PropertySheet/Inventory.py
    erp5/trunk/products/ERP5/PropertySheet/InventoryLine.py
    erp5/trunk/products/ERP5/PropertySheet/InventoryMovement.py
    erp5/trunk/products/ERP5/PropertySheet/Item.py
    erp5/trunk/products/ERP5/PropertySheet/ItemAggregation.py
    erp5/trunk/products/ERP5/PropertySheet/LocalizationPreference.py
    erp5/trunk/products/ERP5/PropertySheet/Login.py
    erp5/trunk/products/ERP5/PropertySheet/MailMessage.py
    erp5/trunk/products/ERP5/PropertySheet/MappedProperty.py
    erp5/trunk/products/ERP5/PropertySheet/MappedValue.py
    erp5/trunk/products/ERP5/PropertySheet/Mapping.py
    erp5/trunk/products/ERP5/PropertySheet/Measure.py
    erp5/trunk/products/ERP5/PropertySheet/Movement.py
    erp5/trunk/products/ERP5/PropertySheet/MovementGroup.py
    erp5/trunk/products/ERP5/PropertySheet/OpenOrder.py
    erp5/trunk/products/ERP5/PropertySheet/Order.py
    erp5/trunk/products/ERP5/PropertySheet/Organisation.py
    erp5/trunk/products/ERP5/PropertySheet/OutcomeDescription.py
    erp5/trunk/products/ERP5/PropertySheet/PDFType.py
    erp5/trunk/products/ERP5/PropertySheet/PackingList.py
    erp5/trunk/products/ERP5/PropertySheet/Path.py
    erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py
    erp5/trunk/products/ERP5/PropertySheet/PaymentCondition.py
    erp5/trunk/products/ERP5/PropertySheet/Periodicity.py
    erp5/trunk/products/ERP5/PropertySheet/PeriodicityTerm.py
    erp5/trunk/products/ERP5/PropertySheet/Person.py
    erp5/trunk/products/ERP5/PropertySheet/PortalTest.py
    erp5/trunk/products/ERP5/PropertySheet/Predicate.py
    erp5/trunk/products/ERP5/PropertySheet/Preference.py
    erp5/trunk/products/ERP5/PropertySheet/Price.py
    erp5/trunk/products/ERP5/PropertySheet/Pricing.py
    erp5/trunk/products/ERP5/PropertySheet/ProductDataPreference.py
    erp5/trunk/products/ERP5/PropertySheet/ProductionOrder.py
    erp5/trunk/products/ERP5/PropertySheet/ProductionOrderLine.py
    erp5/trunk/products/ERP5/PropertySheet/PropertyAssignmentMovementGroup.py
    erp5/trunk/products/ERP5/PropertySheet/PythonScript.py
    erp5/trunk/products/ERP5/PropertySheet/QuantityUnitConversionDefinition.py
    erp5/trunk/products/ERP5/PropertySheet/Reference.py
    erp5/trunk/products/ERP5/PropertySheet/ReportPreference.py
    erp5/trunk/products/ERP5/PropertySheet/Resource.py
    erp5/trunk/products/ERP5/PropertySheet/ResourceConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/ResourceMeasuresConsistencyConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/RoleDefinition.py
    erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py
    erp5/trunk/products/ERP5/PropertySheet/Rule.py
    erp5/trunk/products/ERP5/PropertySheet/SQLIdGenerator.py
    erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py
    erp5/trunk/products/ERP5/PropertySheet/Simulation.py
    erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py
    erp5/trunk/products/ERP5/PropertySheet/SolverType.py
    erp5/trunk/products/ERP5/PropertySheet/StockCapacity.py
    erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py
    erp5/trunk/products/ERP5/PropertySheet/SupplyLine.py
    erp5/trunk/products/ERP5/PropertySheet/SupplyLink.py
    erp5/trunk/products/ERP5/PropertySheet/TargetSolver.py
    erp5/trunk/products/ERP5/PropertySheet/Task.py
    erp5/trunk/products/ERP5/PropertySheet/TaskConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/TaskLineConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/Telephone.py
    erp5/trunk/products/ERP5/PropertySheet/TelephonePreference.py
    erp5/trunk/products/ERP5/PropertySheet/TextDocument.py
    erp5/trunk/products/ERP5/PropertySheet/Ticket.py
    erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py
    erp5/trunk/products/ERP5/PropertySheet/TradeConditionConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py
    erp5/trunk/products/ERP5/PropertySheet/TradeModelLineCellConsistencyConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/TradeModelLineConstraint.py
    erp5/trunk/products/ERP5/PropertySheet/TradeModelPath.py
    erp5/trunk/products/ERP5/PropertySheet/TradeOrder.py
    erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py
    erp5/trunk/products/ERP5/PropertySheet/TradePreference.py
    erp5/trunk/products/ERP5/PropertySheet/Transformation.py
    erp5/trunk/products/ERP5/PropertySheet/TransformedResource.py
    erp5/trunk/products/ERP5/PropertySheet/Variation.py
    erp5/trunk/products/ERP5/PropertySheet/VariationRange.py
    erp5/trunk/products/ERP5/PropertySheet/Version.py
    erp5/trunk/products/ERP5/PropertySheet/WebSection.py
    erp5/trunk/products/ERP5/PropertySheet/WebSite.py
    erp5/trunk/products/ERP5/PropertySheet/__init__.py
    erp5/trunk/products/ERP5Banking/PropertySheet/BankingOperation.py
    erp5/trunk/products/ERP5Banking/PropertySheet/BaobabCategory.py
    erp5/trunk/products/ERP5Banking/PropertySheet/CashContainer.py
    erp5/trunk/products/ERP5Banking/PropertySheet/CashCurrency.py
    erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py
    erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
    erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
    erp5/trunk/products/ERP5TioSafe/PropertySheet/IntegrationModule.py
    erp5/trunk/products/ERP5Type/PropertySheet/
    erp5/trunk/products/ERP5Wizard/PropertySheet/ExpressPreference.py
    erp5/trunk/products/ERP5Workflow/PropertySheet/State.py
    erp5/trunk/products/ERP5Workflow/PropertySheet/Transition.py
    erp5/trunk/products/ERP5Workflow/PropertySheet/Variable.py
    erp5/trunk/products/ERP5Workflow/PropertySheet/Workflow.py
Modified:
    erp5/trunk/products/ERP5Type/__init__.py

[This mail would be too long, it was shortened to contain the URLs only.]

Removed: erp5/trunk/products/ERP5/PropertySheet/Account.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Account.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AccountingRuleCellLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingRuleCellLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionBalanceConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionBalanceConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLineConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLineConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Agent.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Agent.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AgentPrivilege.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AgentPrivilege.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Aggregated.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Aggregated.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Alarm.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Alarm.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Amortisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Amortisation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Amount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Amount.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AmountGeneratorLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AmountGeneratorLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/AppliedRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AppliedRule.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Arrow.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Assignment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Assignment.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BankAccount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BankAccount.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Budget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Budget.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BudgetConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BudgetConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BudgetTransactionConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BudgetTransactionConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BudgetVariation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BudgetVariation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Bug.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Bug.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BugConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BusinessLink.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessLink.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BusinessProcess.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessProcess.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BusinessTemplate.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/CalendarConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CalendarConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/CalendarException.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CalendarException.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/CalendarPeriodConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CalendarPeriodConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/CalendarPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CalendarPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Chain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Chain.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Codification.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Codification.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Comment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Comment.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Computer.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Computer.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Configurable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Configurable.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Container.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Container.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ContributionPredicate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ContributionPredicate.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/CustomerRelationPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Data.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Data.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DecimalOption.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DecimalOption.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultImage.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DefaultRoleDefinition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultRoleDefinition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Delivery.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Delivery.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DeliveryBuilder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DeliveryBuilder.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DeliverySolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DeliverySolver.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Device.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Device.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Discount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Discount.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Document.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DocumentConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/DocumentProxy.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DocumentProxy.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Domain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Domain.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/EmailHeader.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/EmailHeader.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/EntityConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/EntityConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Event.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Event.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ExternalDocument.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ExtraLocalRole.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ExtraLocalRole.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/FlowCapacity.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Gadget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Gadget.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/GeographicAddress.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/GeographicAddress.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/HtmlStylePreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/IndividualCalendarConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/IndividualCalendarConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/IndustrialDescription.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/IndustrialDescription.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/InternetProtocolAddress.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/InternetProtocolAddress.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Inventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Inventory.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/InventoryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/InventoryLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/InventoryMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/InventoryMovement.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Item.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Item.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ItemAggregation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ItemAggregation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/LocalizationPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/LocalizationPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Login.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Login.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/MailMessage.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/MailMessage.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/MappedProperty.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/MappedProperty.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/MappedValue.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/MappedValue.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Mapping.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Mapping.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Measure.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Measure.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Movement.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/MovementGroup.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/MovementGroup.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/OpenOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/OpenOrder.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Order.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Order.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Organisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Organisation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/OutcomeDescription.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/OutcomeDescription.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PDFType.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PDFType.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PackingList.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Path.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Path.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PaySheetModel.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PaymentCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PaymentCondition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Periodicity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Periodicity.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PeriodicityTerm.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PeriodicityTerm.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Person.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PortalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PortalTest.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Predicate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Predicate.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Preference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Preference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Price.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Price.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Pricing.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Pricing.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ProductDataPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ProductDataPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ProductionOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ProductionOrder.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ProductionOrderLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ProductionOrderLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PropertyAssignmentMovementGroup.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PropertyAssignmentMovementGroup.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/PythonScript.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PythonScript.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/QuantityUnitConversionDefinition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/QuantityUnitConversionDefinition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Reference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Reference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ReportPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ReportPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Resource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Resource.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ResourceConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ResourceConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/ResourceMeasuresConsistencyConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/ResourceMeasuresConsistencyConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/RoleDefinition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/RoleDefinition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Rule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Rule.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SQLIdGenerator.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SQLIdGenerator.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SaleOpportunity.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Simulation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SolverType.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SolverType.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/StockCapacity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/StockCapacity.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SubversionPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SupplyLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SupplyLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/SupplyLink.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SupplyLink.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TargetSolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TargetSolver.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Task.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Task.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TaskConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TaskConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TaskLineConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TaskLineConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Telephone.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Telephone.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TelephonePreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TelephonePreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TextDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TextDocument.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Ticket.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Ticket.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeCondition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeConditionConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeConditionConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeModelLineCellConsistencyConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeModelLineCellConsistencyConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeModelLineConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeModelLineConstraint.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeModelPath.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeModelPath.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeOrder.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeOrderLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TradePreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradePreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Transformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Transformation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/TransformedResource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TransformedResource.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Variation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Variation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/VariationRange.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/VariationRange.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/Version.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Version.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/WebSection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/WebSection.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/WebSite.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/WebSite.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5/PropertySheet/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/__init__.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Banking/PropertySheet/BankingOperation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/BankingOperation.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Banking/PropertySheet/BaobabCategory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/BaobabCategory.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Banking/PropertySheet/CashContainer.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/CashContainer.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Banking/PropertySheet/CashCurrency.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/CashCurrency.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py?rev=41638&view=auto

Copied: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py (from r41633, erp5/trunk/products/ERP5/PropertySheet/Assignment.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py?p2=erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py&p1=erp5/trunk/products/ERP5/PropertySheet/Assignment.py&r1=41633&r2=41639&rev=41639&view=diff

Copied: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py (from r41633, erp5/trunk/products/ERP5/PropertySheet/PackingList.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py?p2=erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/PackingList.py&p1=erp5/trunk/products/ERP5/PropertySheet/PackingList.py&r1=41633&r2=41639&rev=41639&view=diff

Copied: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoundingModel.py (from r41633, erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py)
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoundingModel.py?p2=erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/RoundingModel.py&p1=erp5/trunk/products/ERP5/PropertySheet/RoundingModel.py&r1=41633&r2=41639&rev=41639&view=diff

Removed: erp5/trunk/products/ERP5TioSafe/PropertySheet/IntegrationModule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5TioSafe/PropertySheet/IntegrationModule.py?rev=41638&view=auto

Modified: erp5/trunk/products/ERP5Type/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/__init__.py?rev=41639&r1=41638&r2=41639&view=diff

Removed: erp5/trunk/products/ERP5Wizard/PropertySheet/ExpressPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/PropertySheet/ExpressPreference.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Workflow/PropertySheet/State.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Workflow/PropertySheet/State.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Workflow/PropertySheet/Transition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Workflow/PropertySheet/Transition.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Workflow/PropertySheet/Variable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Workflow/PropertySheet/Variable.py?rev=41638&view=auto

Removed: erp5/trunk/products/ERP5Workflow/PropertySheet/Workflow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Workflow/PropertySheet/Workflow.py?rev=41638&view=auto



More information about the Erp5-report mailing list