Commit aada0618 authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed fields order.

Set some as required.
Fixed the default description.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41924 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36515ad9
......@@ -13,6 +13,7 @@
<string>default</string>
<string>description</string>
<string>display_width</string>
<string>required</string>
<string>title</string>
</list>
</value>
......@@ -112,6 +113,10 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewConfiguratorFieldLibrary</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -6,6 +6,14 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>required</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>your_accounting_plan</string> </value>
......@@ -71,6 +79,10 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewConfiguratorFieldLibrary</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -129,11 +129,7 @@ Accounting Periods are used to define the range of dates in which you will be al
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python:here.Base_translateString("Accounting Periods are used to define the range of dates in which you will be allowed to input accounting transactions.<br/>To start using the system, you have to configure the first accounting period.")
]]></string> </value>
<value> <string>python:here.Base_translateString("Accounting Periods are used to define the range of dates in which you will be allowed to input accounting transactions. To start using the system, you have to configure the first accounting period.")</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -65,12 +65,12 @@
<value>
<list>
<string>your_title</string>
<string>your_default_email_text</string>
<string>your_default_telephone_text</string>
<string>your_default_address_street_address</string>
<string>your_default_address_zip_code</string>
<string>your_default_address_region</string>
<string>your_default_address_city</string>
<string>your_default_email_text</string>
<string>your_default_address_region</string>
</list>
</value>
</item>
......
542
\ No newline at end of file
543
\ 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