sale_order and sale wizard

bzr revid: al@openerp.com-20120410105030-4et6s3xhcz87xmpm
This commit is contained in:
Antony Lesuisse 2012-04-10 12:50:30 +02:00
parent d49120ac8b
commit 3d6ae8f741
2 changed files with 22 additions and 18 deletions

View File

@ -132,26 +132,28 @@
<field name="model">sale.config.settings</field>
<field name="type">form</field>
<field name="arch" type="xml">
<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"/>
<form layout="manual">
<div class="oe_form_topbar">
<button string="Cancel" icon="gtk-cancel" special="cancel"/>
<button string="Apply" icon="gtk-apply" type="object" name="execute"/>
</div>
<shit string="Configure Sales" layout="auto">
<group>
<group name="config_sale" colspan="4"/>
<!-- this part is necessary to allow the plugins to extend the view -->
<field name="module_crm" invisible="1"/>
<group name="config_fetchmail" colspan="4" attrs="{'invisible': [('module_crm','=',False)]}">
<separator string="Emails"/>
</group>
<field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
<newline/>
<field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
<!-- this part is necessary to allow the plugins to extend the view -->
<field name="module_crm" invisible="1"/>
<group name="config_fetchmail" colspan="4" attrs="{'invisible': [('module_crm','=',False)]}">
<separator string="Emails"/>
</group>
<field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
<newline/>
<field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
<group name="config_crm" colspan="4"/>
<group name="config_crm" colspan="4"/>
</shit>
</form>
</form>
</html>
</field>
</record>

View File

@ -280,7 +280,9 @@
</page>
</notebook>
</form>
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/>
<div class="oe_form_sheet_width">
<field name="message_ids_social" colspan="4" widget="ThreadView" nolabel="1"/>
</div>
</html>
</field>
</record>