From 2dd2ac445d3ebba9182ce5f2dd15f73a58694801 Mon Sep 17 00:00:00 2001 From: cen9 Date: Thu, 4 Jul 2024 14:08:34 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B1?= =?UTF-8?q?=D0=BB=D0=BE=D0=BA=20'=D0=93=D0=B5=D0=BD=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=9B=D0=B8=D0=B4=D0=BE=D0=B2'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: fixed --- models/res_config_settings.py | 8 -------- views/res_config_settings_views.xml | 19 ------------------- 2 files changed, 27 deletions(-) diff --git a/models/res_config_settings.py b/models/res_config_settings.py index c384203..0e08a4f 100644 --- a/models/res_config_settings.py +++ b/models/res_config_settings.py @@ -35,14 +35,6 @@ class ResConfigSettings(models.TransientModel): crm_auto_assignment_run_datetime = fields.Datetime( string="Auto Assignment Next Execution Date", compute='_compute_crm_auto_assignment_data', readonly=False, store=True) - # IAP - module_crm_iap_mine = fields.Boolean("Generate new leads based on their country, industries, size, etc.") - module_crm_iap_enrich = fields.Boolean("Enrich your leads automatically with company data based on their email address.") - module_website_crm_iap_reveal = fields.Boolean("Create Leads/Opportunities from your website's traffic") - lead_enrich_auto = fields.Selection([ - ('manual', 'Enrich leads on demand only'), - ('auto', 'Enrich all leads automatically'), - ], string='Enrich lead automatically', default='auto', config_parameter='crm.iap.lead.enrich.setting') lead_mining_in_pipeline = fields.Boolean("Create a lead mining request directly from the opportunity pipeline.", config_parameter='crm.lead_mining_in_pipeline') predictive_lead_scoring_start_date = fields.Date(string='Lead Scoring Starting Date', compute="_compute_pls_start_date", inverse="_inverse_pls_start_date_str") predictive_lead_scoring_start_date_str = fields.Char(string='Lead Scoring Starting Date in String', config_parameter='crm.pls_start_date') diff --git a/views/res_config_settings_views.xml b/views/res_config_settings_views.xml index 921bd7e..0db1660 100644 --- a/views/res_config_settings_views.xml +++ b/views/res_config_settings_views.xml @@ -75,25 +75,6 @@ - - - - -
- -
-
- - - - - -
- - - - -