Commit 49f31834 authored by Jérome Perrin's avatar Jérome Perrin

Tax line are hidden inside orders, they will be created when applying a trade...

Tax line are hidden inside orders, they will be created when applying a trade condition containing tax model lines.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20518 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82ac37ed
......@@ -33,6 +33,25 @@
<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>
<key> <string>_roles</string> </key>
<value>
......@@ -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>
......@@ -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>
......
266
\ No newline at end of file
267
\ No newline at end of file
......@@ -2,12 +2,14 @@ Container Line | Container Cell
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment