Skip to content
Snippets Groups Projects
Commit 299d432a authored by Juliana's avatar Juliana
Browse files

[MIG] Migration -> 13.0

parent ba309cdf
Branches 13.0
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
from . import models
from . import report
# -*- coding: utf-8 -*-
# © 2017 Le Filament (<http://www.le-filament.com>)
# © 2021 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
......@@ -12,14 +12,14 @@
""",
'version': '10.0.1.0',
'version': '13.0.1.0.0',
'license': 'AGPL-3',
'description': """
""",
'author': 'LE FILAMENT',
'category': 'Project',
'depends': ['sale'],
'depends': ['crm'],
'contributors': [
'Benjamin Rivier <benjamin@le-filament.com>',
],
......@@ -27,7 +27,6 @@
'data': [
# 'views/assets.xml',
'views/crm_lead_view.xml',
'report/crm_conversion_report_view.xml',
],
'qweb': [
'static/src/xml/*.xml',
......
......@@ -3,9 +3,9 @@
<record model="ir.ui.view" id="view_crm_lead_oppor_lefilament">
<field name="name">crm.lead.form.inherit</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
<field name="inherit_id" ref="crm.crm_lead_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='referred']" position="before">
<xpath expr="//notebook//page[@name='lead']//group//group//field[@name='referred']" position="before">
<field name="type_apporteur" />
<field name="apporteur" />
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment