[IMP] account_payment: use the new signal_xxx methods instead of trg_validate.
[odoo/odoo.git] / addons / document_page / data / wiki_quickstart.xml
1 <?xml version="1.0" ?>
2 <openerp>
3     <data noupdate="1">
4         <record id="wiki_groups_wikiformatting0" model="wiki.groups">
5             <field name="name">Help - Using The Wiki</field>
6             <field eval="1" name="section"/>
7         </record>
8         <record id="wiki_wiki_quickstart0" model="wiki.wiki">
9             <field name="name">Basic Wiki Editing</field>
10             <field name="tags">help, quick start, wiki, formatting</field>
11             <field name="minor_edit">0</field>
12             <field name="toc">1</field>
13             <field name="section">1.1</field>
14             <field name="summary">Initial Page</field>
15             <field  name="text_area">==Basic Wiki Editing==
16 You can ''italicize text'' by putting 2 
17 apostrophes on each side. 
18 3 apostrophes will embolden '''the text'''. 
19 5 apostrophes will embolden and italicize 
20 '''''the text'''''.
21 (4 apostrophes don't do anything
22 special -- there's just ''''one left
23 over''''.)
24
25 You can ''italicize text'' by putting 2 
26 apostrophes on each side. 
27
28 3 apostrophes will embolden '''the text'''. 
29
30 5 apostrophes will embolden and italicize 
31 '''''the text'''''.
32
33 (4 apostrophes don't do anything special -- there's just ''''one left over''''.)
34
35 ==Links==
36 ===Internal===
37 You give the link as same as the wiki Page Title
38
39 Go back to Main Page : [[The OpenERP wiki]]
40 ===External===
41 You can give link to the other Web page over the Internet easily  [http://google.com Visit Google]
42 ==Attachments==
43 ===Images===
44 You can get the External links easily
45
46 img:http://images.google.co.in/intl/en_ALL/images/images_hp.gif
47
48 ==Play with OpenERP Records==
49 * edit:res.partner|False|Create New Partner
50 * edit:res.partner|China Export|Edit China Export
51 * edit:res.country|India|Edit Country - India
52
53 ==Working with Attachments==
54 * Download File : attach:document.doc
55
56 ==Unnumbered List==
57 * ''Unordered lists'' are easy to do:
58 ** Start every line with a star.
59 *** More stars indicate a deeper level.
60 *: Previous item continues.
61 ** A new line
62 * in a list  
63 marks the end of the list.
64 *Of course you can start again.
65
66 ==Numbered List==
67 # ''Numbered lists'' are:
68 ## Very organized
69 ## Easy to follow
70 #: Previous item continues
71 A new line marks the end of the list.
72 # New numbering starts with 1
73
74 ==Text Indents==
75 : A colon (:) indents a line or paragraph.
76 A newline starts a new paragraph.
77 : We use 1 colon to indent once.
78 :: We use 2 colons to indent twice.
79 ::: 3 colons to indent 3 times, and so on.
80
81 ==Table==
82 &lt;nowiki&gt;
83 {| border="1" cellspacing="0" cellpadding="5" align="left"
84 ! Web site
85 ! Link
86 ! Contact Email
87 |- 
88 | '''OpenERP''' - ''Belgium''
89 | [http://openerp.com]
90 | [mailto:sales AT tiny.be]
91 |}
92 &lt;/nowiki&gt;
93
94 {| border="1" cellspacing="0" cellpadding="5" align="left"
95 ! Web site
96 ! Link
97 ! Contact Email
98 |- 
99 | '''OpenERP''' - ''Belgium''
100 | [http://openerp.com]
101 | [mailto:sales AT tiny.be]
102 |}
103 &lt;br/&gt;
104 &lt;br/&gt;
105 &lt;br/&gt;
106 &lt;br/&gt;
107 ==Headings==
108 =1st Level Heading=
109 ==2nd Level Heading==
110 ===3rd Level Heading===
111
112 </field>
113             <field name="group_id" ref="wiki_groups_wikiformatting0"/>
114         </record>
115     </data>
116 </openerp>