Commit 4e30f5bd authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_base: renames the "journal" base category into "ledger"

parent 45973767
...@@ -41,17 +41,17 @@ ...@@ -41,17 +41,17 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>journal</string> <string>ledger</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Journal is used to split deliveries of the same type in different subsets.</string> </value> <value> <string>Ledger is used to split movements, deliveries, or orders of the same type in different subsets. It will replace the "journal" base category which is less generic</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>journal</string> </value> <value> <string>ledger</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Journal</string> </value> <value> <string>Ledger</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -19,7 +19,7 @@ gender ...@@ -19,7 +19,7 @@ gender
grade grade
group group
insurance_coverage insurance_coverage
journal ledger
legal_parent legal_parent
marital_status marital_status
market_segment market_segment
......
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