How To Create Module on Odoo 12

preview_player
Показать описание
🎁 Get My Udemy Course Odoo 12 Website Development in Arabic langage:
english version (soon ) 🎁

► Please subscribe help us to reach 10000 subscribers 🔶

On this video , I will show you how To Create Module on Odoo 12 Step by Step.

► How To Configure and run Odoo 12 with Pycharm (Required )

***Install Odoo 12 *** (Required )

►How To Install Odoo 12 on Windows

► How To Install Odoo 12 on Ubuntu 18.04

► How To Install Odoo 12 on Ubuntu 16.04

►Commands

Please follow the same step on video and replace with corrects values:

Linux
Path odoo-bin + scaffold name_project + path project

Windows
Python path + Odoo bin path + scaffold name_project + path project

---------------------------------------------------------------------------------------------------------
🔶 Please Support us 🔶

►Follow us on Twitter

►Follow us on Patreon

► Follow us on Facebook
Рекомендации по теме
Комментарии
Автор

Complete creation/installation procedure for Windows and odoo v11+:

1.
Run cmd.exe as admin, then type (create empty odoo module):
"C:\Program Files (x86)\Odoo 11.0\python\python.exe" "C:\Program Files (x86)\Odoo 11.0\server\odoo-bin" scaffold my_first_odoo_project_name

2.
Edit odoo.conf in C:\Program Files (x86)\Odoo 11.0\server:
addons_path =

3.
Go to local odoo homepage (e.
Settings>Activate Developer mode
(right side)

4.
Apps>Update Apps List

5. Search for Module (not App!)

6. Install Module

assamass
Автор

I did everything in the video this Traceback error (most recent call last) appeared:
File "D: / Program Files (x86) / Odoo 13.0 / server / odoo-bin", line 5, in <module>
import odoo
File "D: \ Program Files (x86) \ Odoo 13.0 \ server \ odoo \ __ init__.py", line 75, in <module>
import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'

jeffersonqueiroz
Автор

I created a new module in version 12 but when I install it does not appear in the menu, could you help me please

gelsonlopes
Автор

Hello sir,

OS- ubuntu 16.04
python = 3.6
postgres = 9.6
odoo = 12

I am facing a problem that my when I creating a module and install it. After that it is not showing in the list of the installed apps (sidebar where all installed applications are there).

shivamdsahu
Автор

Hi everyone, I am new to odoo and would like to know how to execute a SQL query to fill a tree view in ODOO12 ?, can you help me please

gelsonlopes
Автор

Where I should put new module for it to appear in the list when I update it?

assamass
Автор

Hello everyone, my modulo created in version 11 of odoo is not appearing on the menu when I install, someone could help me

gelsonlopes
Автор

Thanks for your great tutorial. You saved me after days of not finding my created module.

kwuzzay
Автор

After follow all the steps, I can't find and install my new module in odoo. I really don't know how to do it. I'm using the version 12

nathansantos
Автор

hello sir top left menu is not appear after installing the custom module do you face this issue on odoo12 thanks

aimanalnami
Автор

Thank you very much! Your tutorial save my time.

simonchan
Автор

Hi MT Software, Girish from India. Very nice explain to how to create module its very very clear & neet.
BTW I want change CRM > Lead setting (Enable/Disable) from my module but no idea how to create code because of lack of links on a web or also old version tutorial.So its very confused to choose which one perfact.
Any suggestion or make a video on it very appreciate
Thank you

girishghoda