Commit 84723ac1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* define expandable property list and matching property list on invoice transaction rule.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 596b3816
......@@ -55,6 +55,27 @@
<none/>
</value>
</item>
<item>
<key> <string>expandable_property</string> </key>
<value>
<tuple>
<string>destination_administration</string>
<string>destination_decision</string>
<string>destination_function</string>
<string>destination_payment</string>
<string>destination_project</string>
<string>destination_section</string>
<string>source_administration</string>
<string>source_decision</string>
<string>source_function</string>
<string>source_payment</string>
<string>source_project</string>
<string>source_section</string>
<string>start_date</string>
<string>stop_date</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>default_invoice_transaction_rule</string> </value>
......@@ -72,7 +93,13 @@
<item>
<key> <string>matching_property</string> </key>
<value>
<tuple/>
<tuple>
<string>destination</string>
<string>destination_total_asset_price</string>
<string>source</string>
<string>source_total_asset_price</string>
<string>resource</string>
</tuple>
</value>
</item>
<item>
......
328
\ No newline at end of file
329
\ No newline at end of file
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