diff --git a/views/res_partner_view.xml b/views/res_partner_view.xml index 9a4aad6b1ce948b6ac9e3e36a03f1e9d28dcd9a2..e24bad7d4f6818c57df7c8f88b2011f51817be7d 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>