Commit fcb06bb4 authored by Łukasz Nowak's avatar Łukasz Nowak

- readded profit_and_loss action, it was removed by mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15349 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e868ba0d
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>category</string> </key> <key> <string>category</string> </key>
<value> <string>object_view</string> </value> <value> <string>object_report</string> </value>
</item> </item>
<item> <item>
<key> <string>condition</string> </key> <key> <string>condition</string> </key>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>view</string> </value> <value> <string>profit_and_loss</string> </value>
</item> </item>
<item> <item>
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
</item> </item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>1.0</float> </value> <value> <float>5.0</float> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>View</string> </value> <value> <string>Profit and Loss</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountingTransactionModule_viewAccountingTransactionList</string> </value> <value> <string>string:${object_url}/AccountingTransactionModule_viewProfitAndLossReportDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
18 20
\ No newline at end of file \ No newline at end of file
Accounting Transaction Module | fiscal_report Accounting Transaction Module | fiscal_report
Accounting Transaction Module | journal_report Accounting Transaction Module | journal_report
Accounting Transaction Module | view Accounting Transaction Module | profit_and_loss
Address | polish_tax_details Address | polish_tax_details
Organisation | polish_tax_details Organisation | polish_tax_details
\ 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