[IMP]:improved purchase,module installer and company configuration wizard

bzr revid: nch@tinyerp.com-20100429084651-lgkjw8fy8aej90hh
This commit is contained in:
nch@tinyerp.com 2010-04-29 14:16:51 +05:30
parent 08d813934d
commit 3dc031c1d4
3 changed files with 22 additions and 13 deletions

View File

@ -10,9 +10,6 @@
<form position="attributes">
<attribute name="string">Base Setup Modules Installation</attribute>
</form>
<separator string="title" position="attributes">
<attribute name="string">Install Modules</attribute>
</separator>
<xpath expr="//label[@string='description']"
position="attributes">
<attribute name="string"
@ -20,8 +17,14 @@
If you don't think you need any of these right now, you can easily install them later on.</attribute>
</xpath>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='rowspan'>15</attribute>
<attribute name='string'></attribute>
</xpath>
<separator string="title" position="attributes">
<attribute name="string">Install Generic Modules</attribute>
</separator>
<group colspan="8">
<separator string="Install Generic Modules" colspan="4"/>
<field name="crm"/> <field name="sale"/>
<field name="project"/> <field name="knowledge"/>
<field name="stock"/> <field name="mrp"/>

View File

@ -10,16 +10,20 @@
<form position="attributes">
<attribute name="string">Main Company Setup</attribute>
</form>
<xpath expr="//label[@string='description']" position="attributes">
<attribute name="string">Information of your company will be used to custiomize your documents like Invoices, Sale Orders,...</attribute>
</xpath>
<xpath expr='//separator[@string="title"]' position='attributes'>
<attribute name='string'>Configure Your Company</attribute>
</xpath>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='rowspan'>25</attribute>
<attribute name='string'></attribute>
</xpath>
<group string="res_config_contents" position="replace">
<group colspan="4">
<group colspan="2">
<image name="gtk-dialog-info"/>
<label colspan="4" align="0.0" width= "100" string="Information of your company will be used to custiomize your documents like Invoices, Sale Orders,..."/>
</group>
<group colspan="5">
<group colspan="2">
<field name="company_id" invisible="1"/>
<separator string="Configure Your Company" colspan="4"/>
<field name="name" colspan="4" required="True"/>
<newline/>
<field name="street"/>

View File

@ -11,7 +11,10 @@
<form position="attributes">
<attribute name="string">Purchase Modules Installation</attribute>
</form>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='rowspan'>6</attribute>
<attribute name='string'></attribute>
</xpath>
<separator string="title" position="attributes">
<attribute name="string"
>Configure Your Purchase System</attribute>
@ -22,7 +25,6 @@
</xpath>
<group colspan="8">
<separator string="Purchase Application" colspan="4"/>
<field name="purchase_requisition"/>
</group>
</data>