[IMP]: l10n_multilang: Improvement in docstring,
[odoo/odoo.git] / addons / l10n_multilang / l10n_multilang.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3   <data>
4     <record id="multi_chart_configuration" model="ir.actions.todo">
5         <field name="action_id" ref="account.action_wizard_multi_chart"/>
6         <field name="sequence">25</field>
7         <field name="restart">onskip</field>
8     </record>
9     <!--  Wizard for Multi Charts of Accounts -->
10     <record id="view_wizard_multi_chart_belgian_coa" model="ir.ui.view">
11       <field name="name">view.wizard.multi.chart</field>
12       <field name="model">wizard.multi.charts.accounts</field>
13       <field name="inherit_id" ref="account.view_wizard_multi_chart"/>
14       <field name="arch" type="xml">
15         <data>
16           <field name="bank_accounts_id" position="before">
17             <field name="bank_from_template" />
18           </field>
19           <field name="bank_accounts_id" position="before">
20             <separator string="Languages" colspan="4"/>
21             <field name="lang_ids" colspan="4" nolabel="1"/>
22           </field>
23           <field name="bank_accounts_id" position="attributes">
24             <attribute name="attrs">{'invisible': [('bank_from_template', '=', False)]}</attribute>
25           </field>
26         </data>
27       </field>
28     </record>
29
30
31     <record id="view_translate_message_wizard" model="ir.ui.view">
32         <field name="name">Translation Process</field>
33         <field name="model">translate.message</field>
34         <field name="type">form</field>
35         <field name="arch" type="xml">
36             <form string="Translation Process">
37                 <newline/>
38                 <separator string="Translation Process Completed" colspan="4" />
39                 <field colspan="4" name="message" nolabel="1" width="450" height="250"/>
40                 <newline/>
41                 <separator string="" colspan="4" />
42                 <button special="cancel" string="Close" icon="gtk-ok"/>
43             </form>
44         </field>
45     </record>
46
47  
48   </data>
49 </openerp>