[Erp5-report] r20518 - in /erp5/trunk/bt5/erp5_trade: PortalTypeTemplateItem/portal_types/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 15 11:48:00 CEST 2008


Author: jerome
Date: Tue Apr 15 11:47:58 2008
New Revision: 20518

URL: http://svn.erp5.org?rev=20518&view=rev
Log:
Tax line are hidden inside orders, they will be created when applying a trade condition containing tax model lines.

Modified:
    erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition.xml
    erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Tax%20Module.xml
    erp5/trunk/bt5/erp5_trade/bt/revision
    erp5/trunk/bt5/erp5_trade/bt/template_portal_type_hidden_content_type_list

Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%2520Trade%2520Condition.xml?rev=20518&r1=20517&r2=20518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Sale%20Trade%20Condition.xml Tue Apr 15 11:47:58 2008
@@ -31,6 +31,25 @@
             <key> <string>_owner</string> </key>
             <value>
               <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_property_domain_dict</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>short_title</string> </key>
+                    <value>
+                      <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>title</string> </key>
+                    <value>
+                      <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+                    </value>
+                </item>
+              </dictionary>
             </value>
         </item>
         <item>
@@ -102,4 +121,44 @@
       </dictionary>
     </pickle>
   </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>domain_name</string> </key>
+            <value> <string>erp5_content</string> </value>
+        </item>
+        <item>
+            <key> <string>property_name</string> </key>
+            <value> <string>short_title</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>domain_name</string> </key>
+            <value> <string>erp5_content</string> </value>
+        </item>
+        <item>
+            <key> <string>property_name</string> </key>
+            <value> <string>title</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
 </ZopeData>

Modified: erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Tax%20Module.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Tax%2520Module.xml?rev=20518&r1=20517&r2=20518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Tax%20Module.xml (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Tax%20Module.xml Tue Apr 15 11:47:58 2008
@@ -104,7 +104,7 @@
   An ERP5 Binder document class will eventually be defined\n
   in order to implement a binder of documents which can itself\n
   be categorized.\n
-  </string> </value>
+</string> </value>
         </item>
         <item>
             <key> <string>factory</string> </key>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=20518&r1=20517&r2=20518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision Tue Apr 15 11:47:58 2008
@@ -1,1 +1,1 @@
-266
+267

Modified: erp5/trunk/bt5/erp5_trade/bt/template_portal_type_hidden_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/template_portal_type_hidden_content_type_list?rev=20518&r1=20517&r2=20518&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_portal_type_hidden_content_type_list (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_portal_type_hidden_content_type_list Tue Apr 15 11:47:58 2008
@@ -2,12 +2,14 @@
 Internal Packing List Line | Internal Packing List Cell
 Inventory Line | Inventory Cell
 Purchase Order Line | Purchase Order Cell
+Purchase Order | Tax Line
 Purchase Packing List Line | Purchase Packing List Cell
 Purchase Supply Line | Predicate
 Purchase Supply Line | Purchase Supply Cell
 Purchase Supply | Supply Line
 Returned Sale Packing List Line | Returned Sale Packing List Cell
 Sale Order Line | Sale Order Cell
+Sale Order | Tax Line
 Sale Packing List Line | Sale Packing List Cell
 Sale Supply Line | Predicate
 Sale Supply Line | Sale Supply Cell




More information about the Erp5-report mailing list