[imp] inherit installer view instead of config one in installers

bzr revid: xmo@tinyerp.com-20100123225449-gq4w32jsuol0dkff
This commit is contained in:
Xavier Morel 2010-01-23 23:54:49 +01:00
parent 1050ee55d1
commit 92b37c47e1
8 changed files with 116 additions and 160 deletions

View File

@ -4,31 +4,31 @@
<field name="name">account.installer.view</field>
<field name="model">account.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Accounting Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Accounting System" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Accounting" colspan="4"/>
<field name="account_analytic_default"/>
<field name="account_analytic_plans"/>
<!-- insert suppliers payment management here -->
<field name="account_followup"/>
<field name="account_asset"/>
</group>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
<separator string="title" position="attributes">
<attribute name="string"
>Configure Your Accounting System</attribute>
</separator>
<xpath expr="//label[@string='description']"
position="attributes">
<attribute name="string"
></attribute>
</xpath>
<group colspan="8">
<separator string="Accounting" colspan="4"/>
<field name="account_analytic_default"/>
<field name="account_analytic_plans"/>
<!-- insert suppliers payment management here -->
<field name="account_followup"/>
<field name="account_asset"/>
</group>
</data>
</field>
</record>

View File

@ -4,39 +4,36 @@
<field name="name">base.setup.installer.view</field>
<field name="model">base.setup.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Base Setup Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Install Modules" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Generic Modules" colspan="4"/>
<field name="crm"/> <field name="sale"/>
<field name="project"/> <field name="knowledge"/>
<field name="stock"/> <field name="mrp"/>
<field name="account"/>
<field name="charts" attrs="{'readonly':[('account','=',False)]}"/>
<field name="purchase"/> <field name="hr"/>
<field name="point_of_sale"/> <field name="marketing"/>
<field name="misc_tools"/> <field name="report_designer"/>
<separator string="Vertical Modules" colspan="4"/>
<field name="profile_association"/>
<field name="profile_training"/>
<field name="profile_auction"/>
<field name="profile_bookstore"/>
</group>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
<separator string="title" position="attributes">
<attribute name="string">Install Modules</attribute>
</separator>
<xpath expr="//label[@string='description']"
position="attributes">
<attribute name="string"
></attribute>
</xpath>
<group colspan="8">
<separator string="Generic Modules" colspan="4"/>
<field name="crm"/> <field name="sale"/>
<field name="project"/> <field name="knowledge"/>
<field name="stock"/> <field name="mrp"/>
<field name="account"/>
<field name="charts" attrs="{'readonly':[('account','=',False)]}"/>
<field name="purchase"/> <field name="hr"/>
<field name="point_of_sale"/> <field name="marketing"/>
<field name="misc_tools"/> <field name="report_designer"/>
<separator string="Vertical Modules" colspan="4"/>
<field name="profile_association"/>
<field name="profile_training"/>
<field name="profile_auction"/>
<field name="profile_bookstore"/>
</group>
</data>
</field>
</record>

View File

@ -4,33 +4,26 @@
<field name="name">hr.installer.view</field>
<field name="model">hr.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Human Resources Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Human Resources" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Human Resources Management" colspan="4"/>
<field name="hr_holidays"/>
<field name="hr_expense"/>
<field name="hr_jobs"/>
<field name="hr_timesheet_sheet"/>
<field name="hr_contract"/>
<field name="hr_evaluation"/>
<field name="hr_attendance"/>
</group>
<separator string="title" position="attributes">
<attribute name="string">Configure Human Resources"</attribute>
</separator>
<group colspan="8">
<separator string="Human Resources Management" colspan="4"/>
<field name="hr_holidays"/>
<field name="hr_expense"/>
<field name="hr_jobs"/>
<field name="hr_timesheet_sheet"/>
<field name="hr_contract"/>
<field name="hr_evaluation"/>
<field name="hr_attendance"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>

View File

@ -4,33 +4,26 @@
<field name="name">knowledge.installer.view</field>
<field name="model">knowledge.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Knowledge Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Knowledge Management System"
colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Knowledge Management" colspan="4"/>
<field name="document_ftp"/>
<field name="document_webdav"/>
<field name="wiki"/>
<separator string="Templates of Content" colspan="4"/>
<field name="wiki_faq"/>
<field name="wiki_quality_manual"/>
</group>
<separator string="title" position="attributes">
<attribute name="string"
>Configure Your Knowledge Management System</attribute>
</separator>
<group colspan="8">
<separator string="Knowledge Management" colspan="4"/>
<field name="document_ftp"/>
<field name="document_webdav"/>
<field name="wiki"/>
<separator string="Templates of Content" colspan="4"/>
<field name="wiki_faq"/>
<field name="wiki_quality_manual"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>

View File

@ -4,30 +4,23 @@
<field name="name">misc_tools.installer.view</field>
<field name="model">misc_tools.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Tools Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Select Tools To Install" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Tools" colspan="4"/>
<field name="lunch"/>
<field name="subscription"/>
<field name="survey"/>
<field name="audittrail"/>
</group>
<separator string="title" position="attributes">
<attribute name="string">Select Tools To Install</attribute>
</separator>
<group colspan="8">
<separator string="Tools" colspan="4"/>
<field name="lunch"/>
<field name="subscription"/>
<field name="survey"/>
<field name="audittrail"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>

View File

@ -4,31 +4,24 @@
<field name="name">mrp.installer.view</field>
<field name="model">mrp.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">MRP Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Manufacturing" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Manufacturing Resource Planning" colspan="4"/>
<!-- Advanced Routes -->
<field name="mrp_jit"/>
<field name="mrp_operations"/>
<field name="mrp_subproduct"/>
<field name="mrp_repair"/>
</group>
<separator string="title" position="attributes">
<attribute name="string">Configure Your Manufacturing</attribute>
</separator>
<group colspan="8">
<separator string="Manufacturing Resource Planning" colspan="4"/>
<!-- Advanced Routes -->
<field name="mrp_jit"/>
<field name="mrp_operations"/>
<field name="mrp_subproduct"/>
<field name="mrp_repair"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>

View File

@ -4,37 +4,30 @@
<field name="name">project.installer.view</field>
<field name="model">project.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Project Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Configure Your Project Management"
colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Project Management" colspan="4"/>
<field name="project_long_term"/>
<field name="project_wiki"/>
<field name="hr_timesheet_sheet"/>
<field name="hr_timesheet_invoice"/>
<field name="account_budget"/>
<field name="project_messages"/>
<field name="project_crm"/>
<separator string="Methodologies" colspan="4"/>
<field name="scrum"/>
<field name="project_gtd"/>
</group>
<separator string="title" position="attributes">
<attribute name="string"
>Configure Your Project Management</attribute>
</separator>
<group colspan="8">
<separator string="Project Management" colspan="4"/>
<field name="project_long_term"/>
<field name="project_wiki"/>
<field name="hr_timesheet_sheet"/>
<field name="hr_timesheet_invoice"/>
<field name="account_budget"/>
<field name="project_messages"/>
<field name="project_crm"/>
<separator string="Methodologies" colspan="4"/>
<field name="scrum"/>
<field name="project_gtd"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>

View File

@ -4,29 +4,23 @@
<field name="name">report_designer.installer.view</field>
<field name="model">report_designer.installer</field>
<field name="type">form</field>
<field name="inherit_id" ref="base.res_config_view_base"/>
<field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml">
<data>
<form position="attributes">
<attribute name="string">Report Modules Installation</attribute>
</form>
<group string="res_config_contents" position="replace">
<separator string="Select Reporting Tools To Install" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=""/>
<group>
<separator string="Reporting" colspan="4"/>
<field name="base_report_designer"/>
<field name="base_report_creator"/>
<field name="olap"/>
</group>
<separator string="title" position="attributes">
<attribute name="string"
>Select Reporting Tools To Install</attribute>
</separator>
<group colspan="8">
<separator string="Reporting" colspan="4"/>
<field name="base_report_designer"/>
<field name="base_report_creator"/>
<field name="olap"/>
</group>
<xpath expr='//button[@name="action_next"]' position='attributes'>
<attribute name='string'>Install Modules</attribute>
</xpath>
</data>
</field>
</record>