[IMP] fix indetation

bzr revid: ara@tinyerp.com-20110907123942-m4gbypm5mvmck72g
This commit is contained in:
ARA (OpenERP) 2011-09-07 18:09:42 +05:30
parent 0cb005d0d6
commit b02a18be74
3 changed files with 124 additions and 123 deletions

View File

@ -23,14 +23,14 @@
</field>
</record>
<record model="ir.actions.act_window" id="action_base_module_record_data">
<field name="name">Export Customizations as Data</field>
<field name="res_model">base.module.data</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_record_data_view"/>
</record>
<record model="ir.actions.act_window" id="action_base_module_record_data">
<field name="name">Export Customizations as Data</field>
<field name="res_model">base.module.data</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_record_data_view"/>
</record>
<menuitem
@ -49,20 +49,20 @@
multi="True"
key2="client_action_multi"/>
<record id="module_create_xml_view" model="ir.ui.view">
<record id="module_create_xml_view" model="ir.ui.view">
<field name="name">module.create.xml.form</field>
<field name="model">base.module.record.data</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Objects Recording">
<separator string="Result, paste this to your module's xml" colspan="4" />
<field name="res_text" nolabel="1" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
</group>
</form>
<form string="Objects Recording">
<separator string="Result, paste this to your module's xml" colspan="4" />
<field name="res_text" nolabel="1" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
</group>
</form>
</field>
</record>
</data>

View File

@ -8,31 +8,31 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Objects Recording">
<field name="check_date"/>
<newline/>
<field name="filter_cond"/>
<separator string="Choose objects to record" colspan="4"/>
<field name="objects" colspan="4" nolabel="1"/>
<group><field name="info_yaml"/></group>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
</group>
</form>
<field name="check_date"/>
<newline/>
<field name="filter_cond"/>
<separator string="Choose objects to record" colspan="4"/>
<field name="objects" colspan="4" nolabel="1"/>
<group><field name="info_yaml"/></group>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
</group>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="action_base_module_record_objects">
<field name="name">Export Customizations as a Module</field>
<field name="res_model">base.module.record</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_record_objects_view"/>
</record>
<record model="ir.actions.act_window" id="action_base_module_record_objects">
<field name="name">Export Customizations as a Module</field>
<field name="res_model">base.module.record</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_record_objects_view"/>
</record>
<menuitem
<menuitem
parent="base.menu_custom"
name="Module Creation"
id="menu_wizard_base_mod_rec"
@ -54,59 +54,59 @@
multi="True"
key2="client_action_multi"/>
<record id="module_create_form_view" model="ir.ui.view">
<record id="module_create_form_view" model="ir.ui.view">
<field name="name">module.create.form</field>
<field name="model">base.module.record.objects</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<separator string="Module successfully created !" colspan="4"/>
<field name="module_filename"/>
<newline/>
<field name="module_file"/>
<separator string="Information" colspan="4"/>
<label string="If you think your module could interest other people, we'd like you to publish it on http://www.openerp.com, in the 'Modules' section. You can do it through the website or using features of the 'base_module_publish' module." colspan="4" align="0.0"/>
<label string="Thanks in advance for your contribution." colspan="4" align="0.0"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
<form string="Module Recording">
<separator string="Module successfully created !" colspan="4"/>
<field name="module_filename"/>
<newline/>
<field name="module_file"/>
<separator string="Information" colspan="4"/>
<label string="If you think your module could interest other people, we'd like you to publish it on http://www.openerp.com, in the 'Modules' section. You can do it through the website or using features of the 'base_module_publish' module." colspan="4" align="0.0"/>
<label string="Thanks in advance for your contribution." colspan="4" align="0.0"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
</group>
</form>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="action_module_created">
<field name="name">Module Recording</field>
<field name="res_model">base.module.record.objects</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="module_create_form_view"/>
</record>
<record model="ir.actions.act_window" id="action_module_created">
<field name="name">Module Recording</field>
<field name="res_model">base.module.record.objects</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="module_create_form_view"/>
</record>
<record id="info_start_form_view" model="ir.ui.view">
<field name="name">info.start.form.view</field>
<field name="model">base.module.record.objects</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<separator string="Module Information" colspan="4"/>
<field name="name"/>
<field name="directory_name"/>
<field name="version"/>
<field name="author"/>
<field name="website" colspan="4"/>
<field name="category" colspan="4"/>
<field name="data_kind"/>
<newline/>
<field name="description" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button string="Continue" name="inter_call" type="object" icon="gtk-ok"/>
<form string="Module Recording">
<separator string="Module Information" colspan="4"/>
<field name="name"/>
<field name="directory_name"/>
<field name="version"/>
<field name="author"/>
<field name="website" colspan="4"/>
<field name="category" colspan="4"/>
<field name="data_kind"/>
<newline/>
<field name="description" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button string="Continue" name="inter_call" type="object" icon="gtk-ok"/>
</group>
</form>
</form>
</field>
</record>
@ -115,14 +115,14 @@
<field name="model">base.module.record.objects</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<label string="Thanks For using Module Recorder" colspan="4" align="0.0"/>
<separator string="" colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="OK" special="cancel"/>
<form string="Module Recording">
<label string="Thanks For using Module Recorder" colspan="4" align="0.0"/>
<separator string="" colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="OK" special="cancel"/>
</group>
</form>
</form>
</field>
</record>
@ -131,18 +131,18 @@
<field name="model">base.module.record.objects</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<separator string="YAML file successfully created !" colspan="4"/>
<newline/>
<field name="yaml_file" filename="module_filename"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
<form string="Module Recording">
<separator string="YAML file successfully created !" colspan="4"/>
<newline/>
<field name="yaml_file" filename="module_filename"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="Close" special="cancel"/>
</group>
</form>
</form>
</field>
</record>
</data>
</openerp>
</openerp>

View File

@ -2,40 +2,40 @@
<openerp>
<data>
<record id="base_module_save_view" model="ir.ui.view">
<field name="name">base_module_save</field>
<field name="model">base.module.save</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<separator string="Recording Information" colspan="4"/>
<field name="info_status"/>
<field name="info_text" colspan="4" nolabel="1"/>
<field name="info_yaml" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_save" icon="gtk-ok" string="Continue" type="object"/>
</group>
</form>
</field>
</record>
<record id="base_module_save_view" model="ir.ui.view">
<field name="name">base_module_save</field>
<field name="model">base.module.save</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Module Recording">
<separator string="Recording Information" colspan="4"/>
<field name="info_status"/>
<field name="info_text" colspan="4" nolabel="1"/>
<field name="info_yaml" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_save" icon="gtk-ok" string="Continue" type="object"/>
</group>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="action_base_module_save">
<field name="name">Publish as module</field>
<field name="res_model">base.module.save</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_save_view"/>
</record>
<record model="ir.actions.act_window" id="action_base_module_save">
<field name="name">Publish as module</field>
<field name="res_model">base.module.save</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>
<field name="view_id" ref="base_module_save_view"/>
</record>
<menuitem
parent="menu_wizard_base_mod_rec"
name="Publish as Module"
action="action_base_module_save"
id="menu_wizard_base_module_save"/>
<act_window
id="act_base_module_save"
name="Publish as Moduleeeeeeeee"
@ -44,6 +44,7 @@
view_mode="form"
target="new"
multi="True"
key2="client_action_multi"/>
key2="client_action_multi"/>
</data>
</openerp>
</openerp>