Commit 7967a5e6 authored by Julien Muchembled's avatar Julien Muchembled

Fix view of payment and invoice transaction rules

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0862b6ae
...@@ -33,7 +33,9 @@ ...@@ -33,7 +33,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>icon</string> </key> <key> <string>icon</string> </key>
...@@ -77,7 +79,7 @@ ...@@ -77,7 +79,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/InvoiceTransactionRule_view</string> </value> <value> <string>string:${object_url}/Rule_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -79,7 +79,6 @@ Organisation | grouping_reference_fast_input ...@@ -79,7 +79,6 @@ Organisation | grouping_reference_fast_input
Organisation | jump_active_accounting_pref Organisation | jump_active_accounting_pref
Organisation | jump_to_accounting Organisation | jump_to_accounting
Organisation | transactions Organisation | transactions
Payment Simulation Rule | divergence
Payment Simulation Rule | view Payment Simulation Rule | view
Payment Transaction | add_accounting_transaction_line Payment Transaction | add_accounting_transaction_line
Payment Transaction | convert_destination_price Payment Transaction | convert_destination_price
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>divergence</string> </value> <value> <string>cell_view</string> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Divergence Testers</string> </value> <value> <string>View</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Rule_view</string> </value> <value> <string>string:${object_url}/InvoiceTransactionRule_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Invoice Rule | view Invoice Rule | view
Payment Rule | view Payment Rule | view
\ No newline at end of file Payment Simulation Rule | cell_view
\ No newline at end of file
...@@ -33,7 +33,9 @@ ...@@ -33,7 +33,9 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>icon</string> </key> <key> <string>icon</string> </key>
...@@ -77,7 +79,7 @@ ...@@ -77,7 +79,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/InvoiceTransactionRule_view</string> </value> <value> <string>string:${object_url}/Rule_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -3,6 +3,5 @@ Invoice Line | quantity ...@@ -3,6 +3,5 @@ Invoice Line | quantity
Invoice Line | view Invoice Line | view
Invoice Line | view_trade_model Invoice Line | view_trade_model
Invoice Simulation Rule | view Invoice Simulation Rule | view
Invoice Transaction Simulation Rule | divergence
Invoice Transaction Simulation Rule | view Invoice Transaction Simulation Rule | view
Trade Model Simulation Rule | view Trade Model Simulation Rule | view
\ No newline at end of file
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>divergence</string> </value> <value> <string>cell_view</string> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Divergence Testers</string> </value> <value> <string>View</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/Rule_view</string> </value> <value> <string>string:${object_url}/InvoiceTransactionRule_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Invoice Transaction Rule | divergence Invoice Transaction Rule | divergence
Invoice Transaction Rule | view Invoice Transaction Rule | view
Invoice Transaction Simulation Rule | cell_view
Invoicing Rule | view Invoicing Rule | view
Trade Model Rule | view Trade Model Rule | view
\ 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