Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Sales
  3. VTiger Lead Connector v 13.0
  4. Sales Conditions FAQ

VTiger Lead Connector

by Serpent Consulting Services Pvt. Ltd. https://www.serpentcs.com
Odoo
v 13.0 Third Party 423
Download for v 13.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Versions 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0
You bought this module and need support? Click here!
Versions 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0
  • Description
  • Manifest

Vtiger Connector Lead

  • This module helps to Create or update Leads and Opportunity

Usage

How to use it:

  • Start server in terminal install module, Go to Companies and click on sync Lead(s) button.

Bug Tracker

https://github.com/JayVora-SerpentCS/odoo-vtiger/issues

Contributors

  • Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • CRM (crm)
• Calendar (calendar)
• Contacts (contacts)
• Discuss (mail)
Community Apps Dependencies Show
• VTiger Partner Connector
• VTiger Base Connector
Lines of code 390
Technical Name vtiger_connector_crm
LicenseAGPL-3
Websitehttps://www.serpentcs.com

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
  • Ratings
  • Discuss
RE: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Juan Fernando Gomez
on 5/29/20, 9:33 AM

Thanks,

I download from the git and install all modules before try it

vtiger_connector_calendar
vtiger_connector_crm
vtiger_connector_invoice
vtiger_connector_partner
vtiger_connector_products
vtiger_connector_project
vtiger_connector_purchase
vtiger_connector_sales

and it works fine, when the last module to install was leads and partner

Congratulations for that great module, Thanks a lot for all your help

JFG


RE: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Juan Fernando Gomez
on 5/28/20, 5:08 PM

Hello, Thanks for all your help.

I download from the git the V.13 but still appear the same error.


File "/usr/lib/python3/dist-packages/odoo/models.py", line 3699, in create
raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'customer_rank' on model 'res.partner'

Error:
Odoo Server Error

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 624, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise
raise value
File "/usr/lib/python3/dist-packages/odoo/http.py", line 669, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 350, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 915, in __call__
return self.method(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1326, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1314, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 387, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/usr/lib/python3/dist-packages/odoo/api.py", line 374, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/addons-terceros/odoo-vtiger/vtiger_connector_crm/models/res_company.py", line 20, in sync_vtiger_crm company.sync_vtiger_partner()
File "/usr/lib/python3/dist-packages/odoo/addons-terceros/odoo-vtiger/vtiger_connector_partner/models/res_company.py", line 67, in sync_vtiger_partner partner_obj.create(partner_vals)
File "", line 2, in create
File "/usr/lib/python3/dist-packages/odoo/api.py", line 335, in _model_create_multi
return create(self, [arg]) File "/usr/lib/python3/dist-packages/odoo/addons/partner_autocomplete/models/res_partner.py", line 183, in create partners = super(ResPartner, self).create(vals_list)
File "", line 2, in create
File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/res_partner.py", line 548, in create partners = super(Partner, self).create(vals_list)
File "", line 2, in create
File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg)
File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 268, in create threads = super(MailThread, self).create(vals_list)
File "", line 2, in create
File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg)
File "/usr/lib/python3/dist-packages/odoo/models.py", line 3699, in create raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'customer_rank' on model 'res.partner'

Re: RE: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Jay Vora - SerpentCS
on 5/28/20, 11:44 PM Author

Juan, This field is base field. You must update your odoo code which is old. See https://github.com/odoo/odoo/blob/13.0/addons/account/models/partner.py#L435 Get latest odoo 13 from https://github.com/odoo/odoo/ Thanks.


Re: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Juan Fernando Gomez
on 5/27/20, 3:00 PM

Right, that's the problem. this is the vtiger_connector_base/__manifest__.py downloaded from https://apps.odoo.com/apps/modules/13.0/vtiger_connector_crm/ # See LICENSE file for full copyright and licensing details. { 'name': 'VTiger Base Connector', 'version': '12.0.1.0.0', 'category': 'Base Module', 'license': 'AGPL-3', 'author': 'Serpent Consulting Services Pvt. Ltd.', 'maintainer': 'Serpent Consulting Services Pvt. Ltd.', 'website': 'https://www.serpentcs.com', 'depends': ['base'], 'data': ['data/vtiger_connector_base_data.xml', 'views/vtiger_templates.xml', 'views/res_company_view.xml'], 'installable': True, } md5sum vtiger_connector_crm-13.0.12.0.1.0.0.zip 1ace456f1072c48fab8d7ea042855997 vtiger_connector_crm-13.0.12.0.1.0.0.zip

Re: Re: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Jay Vora - SerpentCS
on 5/28/20, 1:33 AM Author

Looks like you need to redownload. https://github.com/JayVora-SerpentCS/odoo-vtiger/tree/13.0


Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Juan Fernando Gomez
on 5/27/20, 12:31 PM

Hello, this is my log error, please could you give me some direction please. Error: Odoo Server Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise raise value File "/usr/lib/python3/dist-packages/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1326, in call_button action = self._call_kw(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1314, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 387, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 374, in _call_kw_multi result = method(recs, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons-terceros/vtiger_connector_partner/models/res_company.py", line 67, in sync_vtiger_partner partner_obj.create(partner_vals) File "", line 2, in create File "/usr/lib/python3/dist-packages/odoo/api.py", line 335, in _model_create_multi return create(self, [arg]) File "/usr/lib/python3/dist-packages/odoo/addons/partner_autocomplete/models/res_partner.py", line 183, in create partners = super(ResPartner, self).create(vals_list) File "", line 2, in create File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/res_partner.py", line 548, in create partners = super(Partner, self).create(vals_list) File "", line 2, in create File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg) File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 268, in create threads = super(MailThread, self).create(vals_list) File "", line 2, in create File "/usr/lib/python3/dist-packages/odoo/api.py", line 336, in _model_create_multi return create(self, arg) File "/usr/lib/python3/dist-packages/odoo/models.py", line 3699, in create raise ValueError("Invalid field %r on model %r" % (key, self._name)) ValueError: Invalid field 'customer_rank' on model 'res.partner'

Re: Problem using Odoo 13.0-20200525 (Versión Community) over Ubuntu 18.04 Upgraded from 16.04
by
Jay Vora - SerpentCS
on 5/27/20, 1:11 PM Author

Looks like you are trying v13 module in v12? Pl check


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with