[Erp5-report] r43441 seb - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal_prop...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 17 17:44:34 CET 2011
Author: seb
Date: Thu Feb 17 17:44:34 2011
New Revision: 43441
URL: http://svn.erp5.org?rev=43441&view=rev
Log:
provide new propertysheet by path until there is proper way to export it
Added:
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml
Modified:
erp5/trunk/bt5/erp5_accounting/bt/revision
erp5/trunk/bt5/erp5_accounting/bt/template_path_list
Added: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml?rev=43441&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml (added)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint.xml [utf8] Thu Feb 17 17:44:34 2011
@@ -0,0 +1,70 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Property Sheet" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>_count</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>_mt_index</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>_tree</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>AccountTypeConstraint</string> </value>
+ </item>
+ <item>
+ <key> <string>last_id</string> </key>
+ <value> <string>2</string> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Property Sheet</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <global name="Length" module="BTrees.Length"/>
+ </pickle>
+ <pickle> <int>0</int> </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <global name="OOBTree" module="BTrees.OOBTree"/>
+ </pickle>
+ <pickle>
+ <none/>
+ </pickle>
+ </record>
+ <record id="4" aka="AAAAAAAAAAQ=">
+ <pickle>
+ <global name="OOBTree" module="BTrees.OOBTree"/>
+ </pickle>
+ <pickle>
+ <none/>
+ </pickle>
+ </record>
+</ZopeData>
Added: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml?rev=43441&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml (added)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_property_sheets/AccountTypeConstraint/2.xml [utf8] Thu Feb 17 17:44:34 2011
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Standard Property" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>categories</string> </key>
+ <value>
+ <tuple>
+ <string>elementary_type/string</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>default_reference</string> </key>
+ <value> <string>message_inconsistent_account_type</string> </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value> <string>Error message when wrong account type is found</string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>2</string> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Standard Property</string> </value>
+ </item>
+ <item>
+ <key> <string>property_default</string> </key>
+ <value> <string>python: \'Account is member of ${category}, this should have account_type in ${account_type_list}\'</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=43441&r1=43440&r2=43441&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Feb 17 17:44:34 2011
@@ -1 +1 @@
-1445
\ No newline at end of file
+1446
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_accounting/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_path_list?rev=43441&r1=43440&r2=43441&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] Thu Feb 17 17:44:34 2011
@@ -1,2 +1,4 @@
portal_categories/account_type/**
-portal_categories/financial_section/*
\ No newline at end of file
+portal_categories/financial_section/*
+portal_property_sheets/AccountTypeConstraint
+portal_property_sheets/AccountTypeConstraint/**
\ No newline at end of file
More information about the Erp5-report
mailing list