diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/sale_crm/views | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/sale_crm/views')
| -rw-r--r-- | addons/sale_crm/views/crm_lead_views.xml | 39 | ||||
| -rw-r--r-- | addons/sale_crm/views/crm_team_views.xml | 20 | ||||
| -rw-r--r-- | addons/sale_crm/views/partner_views.xml | 18 | ||||
| -rw-r--r-- | addons/sale_crm/views/sale_order_views.xml | 31 |
4 files changed, 108 insertions, 0 deletions
diff --git a/addons/sale_crm/views/crm_lead_views.xml b/addons/sale_crm/views/crm_lead_views.xml new file mode 100644 index 00000000..b3bbac55 --- /dev/null +++ b/addons/sale_crm/views/crm_lead_views.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <record id="crm_case_form_view_oppor" model="ir.ui.view"> + <field name="name">crm.lead.oppor.inherited.crm</field> + <field name="model">crm.lead</field> + <field name="inherit_id" ref="crm.crm_lead_view_form"/> + <field name="arch" type="xml"> + <xpath expr="//button[@name='action_set_won_rainbowman']" position="before"> + <button string="New Quotation" name="action_sale_quotations_new" type="object" class="oe_highlight" + attrs="{'invisible': ['|', ('type', '=', 'lead'), '&', ('probability', '=', 0), ('active', '=', False)]}"/> + </xpath> + <button name="action_schedule_meeting" position="after"> + <button class="oe_stat_button" type="object" + name="action_view_sale_quotation" icon="fa-pencil-square-o" attrs="{'invisible': [('type', '=', 'lead')]}"> + <field name="quotation_count" widget="statinfo" string="Quotations"/> + </button> + <button class="oe_stat_button" type="object" attrs="{'invisible': ['|', ('sale_order_count', '=', 0), ('type', '=', 'lead')]}" + name="action_view_sale_order" icon="fa-usd"> + <div class="o_field_widget o_stat_info"> + <span class="o_stat_value"><field name="sale_amount_total" widget="monetary" options="{'currency_field': 'company_currency'}"/></span> + <span class="o_stat_text"> Orders</span> + <field name="sale_order_count" invisible="1"/> + </div> + </button> + </button> + </field> + </record> + + <!-- add needaction_menu_ref to reload quotation needaction when opportunity needaction is reloaded --> + <record id="crm.crm_lead_opportunities" model="ir.actions.act_window"> + <field name="context">{'default_move_type': 'opportunity', 'default_user_id': uid}</field> + </record> + + <record id="sales_team.mail_activity_type_action_config_sales" model="ir.actions.act_window"> + <field name="domain">['|', ('res_model_id', '=', False), ('res_model_id.model', 'in', ['crm.lead', 'sale.order', 'res.partner', 'product.template', 'product.product'])]</field> + </record> + +</odoo> diff --git a/addons/sale_crm/views/crm_team_views.xml b/addons/sale_crm/views/crm_team_views.xml new file mode 100644 index 00000000..c3b4089e --- /dev/null +++ b/addons/sale_crm/views/crm_team_views.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="crm_team_salesteams_view_form_in_sale_crm" model="ir.ui.view"> + <field name="name">crm.team.form</field> + <field name="model">crm.team</field> + <field name="inherit_id" ref="crm.sales_team_form_view_in_crm"/> + <field name="arch" type="xml"> + <data> + <xpath expr="//span[@name='opportunities']" position="attributes"> + <attribute name="invisible" value="0"/> + </xpath> + </data> + </field> + </record> + + <record id="sales_team.crm_team_salesteams_act" model="ir.actions.act_window"> + <field name="context">{'in_sales_app': True}</field> + </record> + +</odoo> diff --git a/addons/sale_crm/views/partner_views.xml b/addons/sale_crm/views/partner_views.xml new file mode 100644 index 00000000..a712c0fc --- /dev/null +++ b/addons/sale_crm/views/partner_views.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <record id="res_partner_address_type" model="ir.ui.view"> + <field name="name">res.partner.form.inherit.base</field> + <field name="model">res.partner</field> + <field name="inherit_id" ref="base.view_partner_form" /> + <field name="arch" type="xml"> + <xpath expr="//group/group/field[@name='type']" position="attributes"> + <attribute name="groups">sale.group_delivery_invoice_address</attribute> + </xpath> + <xpath expr="//field[@name='child_ids']//field[@name='type']" position="attributes"> + <attribute name="groups">sale.group_delivery_invoice_address</attribute> + </xpath> + </field> + </record> + +</odoo> diff --git a/addons/sale_crm/views/sale_order_views.xml b/addons/sale_crm/views/sale_order_views.xml new file mode 100644 index 00000000..2cacb40b --- /dev/null +++ b/addons/sale_crm/views/sale_order_views.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <record id="sale_action_quotations_new" model="ir.actions.act_window"> + <field name="name">Quotation</field> + <field name="res_model">sale.order</field> + <field name="view_mode">form,tree,graph</field> + <field name="domain">[('opportunity_id', '=', active_id)]</field> + <field name="context">{'search_default_opportunity_id': active_id, 'default_opportunity_id': active_id}</field> + </record> + + <record id="sale_view_inherit123" model="ir.ui.view"> + <field name="name">sale.order.form.inherit.sale</field> + <field name="model">sale.order</field> + <field name="inherit_id" ref="sale.view_order_form"/> + <field name="arch" type="xml"> + <xpath expr="//group[@name='technical']" position="inside"> + <field name="opportunity_id" help="Log in the chatter from which opportunity the order originates" groups="base.group_no_one"/> + </xpath> + </field> + </record> + + <!-- This menu is display in CRM app when sale is installed--> + <menuitem + id="sale_order_menu_quotations_crm" + name="My Quotations" + action="sale.action_quotations" + parent="crm.crm_menu_sales" + sequence="2"/> + +</odoo> |
