Commit f142f75c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improve account_path in erp5_default_business_process.

* remove needless and harmful predicate test method.
* trade_date is invoicing, not accounting.
parent 0aa2a472
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<value> <value>
<tuple> <tuple>
<string>trade_phase/default/accounting</string> <string>trade_phase/default/accounting</string>
<string>trade_date/trade_phase/default/accounting</string> <string>trade_date/trade_phase/default/invoicing</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>13</string> </value> <value> <string>account_path</string> </value>
</item> </item>
<item> <item>
<key> <string>int_index</string> </key> <key> <string>int_index</string> </key>
...@@ -128,14 +128,6 @@ ...@@ -128,14 +128,6 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>isAccountingMovementType</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Accounting</string> </value> <value> <string>Accounting</string> </value>
......
21 22
\ No newline at end of file \ 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