From 90c25d67d9ae454a6f69c85e6d6fceeda05bb8e4 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Fri, 10 May 2019 13:27:39 +0200 Subject: [PATCH] Suppression filter boutton --- views/res_partner_view.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/views/res_partner_view.xml b/views/res_partner_view.xml index 9a4aad6..e24bad7 100644 --- a/views/res_partner_view.xml +++ b/views/res_partner_view.xml @@ -282,22 +282,5 @@ </field> </record> - <!-- <record id="sale.act_res_partner_2_sale_order" model="ir.actions.act_window"> - <field name="name">Quotations and Sales</field> - <field name="res_model">sale.order</field> - <field name="view_type">form</field> - <field name="view_mode">tree,form,graph</field> - <field name="context">{ - 'default_partner_id': active_id, - }</field> - <field name="groups_id" eval="[(4, ref('sales_team.group_sale_salesman'))]"/> - <field name="help" type="html"> - <p class="o_view_nocontent_smiling_face"> - Create a new quotation, the first step of a new sale! - </p><p> - Once the quotation is confirmed by the customer, it becomes a sales order.<br/> You will be able to create an invoice and collect the payment. - </p> - </field> - </record> --> </data> </odoo> -- GitLab