Skip to content
Extraits de code Groupes Projets
Valider 299d432a rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[MIG] Migration -> 13.0

parent ba309cdf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from . import models from . import models
from . import report
# -*- coding: utf-8 -*- # -*- 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). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {
...@@ -12,14 +12,14 @@ ...@@ -12,14 +12,14 @@
""", """,
'version': '10.0.1.0', 'version': '13.0.1.0.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'description': """ 'description': """
""", """,
'author': 'LE FILAMENT', 'author': 'LE FILAMENT',
'category': 'Project', 'category': 'Project',
'depends': ['sale'], 'depends': ['crm'],
'contributors': [ 'contributors': [
'Benjamin Rivier <benjamin@le-filament.com>', 'Benjamin Rivier <benjamin@le-filament.com>',
], ],
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
'data': [ 'data': [
# 'views/assets.xml', # 'views/assets.xml',
'views/crm_lead_view.xml', 'views/crm_lead_view.xml',
'report/crm_conversion_report_view.xml',
], ],
'qweb': [ 'qweb': [
'static/src/xml/*.xml', 'static/src/xml/*.xml',
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<record model="ir.ui.view" id="view_crm_lead_oppor_lefilament"> <record model="ir.ui.view" id="view_crm_lead_oppor_lefilament">
<field name="name">crm.lead.form.inherit</field> <field name="name">crm.lead.form.inherit</field>
<field name="model">crm.lead</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"> <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="type_apporteur" />
<field name="apporteur" /> <field name="apporteur" />
</xpath> </xpath>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter