File: crm_mail_plugin_lead.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <!--deprecated as of saas-14.3-->
    <record id="lead_creation_prefilled_action" model="ir.actions.server">
      <field name="name">Redirection to the lead creation form with prefilled info</field>
      <field name="model_id" ref="model_crm_lead"/>
      <field name="state">code</field>
      <field name="code">action = model._form_view_auto_fill()</field>
    </record>
</odoo>