sale wizard

bzr revid: al@openerp.com-20120410080323-r6toc2banwbwl3na
This commit is contained in:
Antony Lesuisse 2012-04-10 10:03:23 +02:00
parent 459f9824b2
commit cecdf06c34
1 changed files with 8 additions and 7 deletions

View File

@ -132,7 +132,12 @@
<field name="model">sale.config.settings</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Configure Sales">
<html>
<div class="oe_form_topbar">
<button string="Cancel" icon="gtk-cancel" special="cancel"/>
<button string="Apply" icon="gtk-apply" type="object" name="execute"/>
</div>
<form string="Configure Sales">
<group name="config_sale" colspan="4"/>
<!-- this part is necessary to allow the plugins to extend the view -->
@ -145,15 +150,11 @@
<field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
<group name="config_crm" colspan="4"/>
<newline/>
<label colspan="2"/>
<button string="Cancel" icon="gtk-cancel" special="cancel"/>
<button string="Apply" icon="gtk-apply" type="object" name="execute"/>
</form>
</html>
</field>
</record>
<record id="base.action_sale_config" model="ir.actions.act_window">
<field name="name">Configure Sales</field>
<field name="type">ir.actions.act_window</field>