PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, November 6, 2022

[FIXED] Where can i find Contacts Module in Odoo 11

 November 06, 2022     contacts, module, odoo, odoo-11     No comments   

Issue

Im trying to do a module like Contacts, but not exactly... what i want is localize the Contacts module in the Odoo 11 path and see how they do some of the thinks the show up in the module. So please can anybody tell where can i find the module in the Odoo 11 path.


Solution

You can find Contacts Directory module in your Odoo addons directory in subdirectory named contacts. The exact path in your file system depends on where you have installed Odoo. You can also explore the source in Odoo github repository at path odoo/addons/contacts, https://github.com/odoo/odoo/tree/11.0/addons/contacts.

There is no much content in this module. It is mainly just view definition that exposes base module views and forms.

I hope you can find what you are looking for from the hints from this module.



Answered By - Veikko
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing