How to Build a Custom Module in Odoo 16 | Odoo 16 Development Tutorials | Odoo 16 Videos

preview_player
Показать описание
In this video, it explains about how to build a custom module and basic python files, models, views, and security inside a module in Odoo 16
#odoo16developmentvideos

Odoo is basically a web-based open source framework. which act as a solution for all business requirements. #odoo16videos

Odoo modules are a set of business logic that helps to enhance the functionality in odoo or to inherit the existing functionality.
#odoo16tutorials

Connect With Us:
----------------------
Рекомендации по теме
Комментарии
Автор

hi, what python and postgres version did you use for this odoo installation?

advsaifkhan
Автор

i cant import from pycharm the odoo package

NonHuman
Автор

you are not teaching, you just writing for yourself. i do this i do that. why and how? any teacher should answer why and how. you are good odoo developer but you cant be teacher continuing this way

آسمایی-يط
Автор

Hello everyone,

I am currently working on an Odoo 16 project and I am facing some difficulties integrating custom JavaScript code into my Odoo module.

Here's what I've tried so far:

Declared my JavaScript file in the manifest file under the 'assets' key.
json
Copy code
'assets': {
'web.assets_frontend': [
'my_module/static/src/js/my_script.js',
],
}
Created a JavaScript file with Odoo's module system.
javascript
Copy code
odoo.define("my_module.my_script", function (require) {
"use strict";
// My JavaScript logic here
});
Attempted to include the script directly into my XML view, which gave me an error.
xml
Copy code
<head>
<script
</head>
The above approach resulted in a "UncaughtPromiseError > InvalidButtonParamsError" error.

Questions:

What is the correct way to include and execute custom JavaScript code in Odoo 16?
How can I ensure that my JavaScript code is loaded and executed only on the specific view where I need it?
Are there any examples or documentation I should be aware of?
Thank you for your time and assistance.

programacionbluehat
Автор

i found an error when installing the addon as following

Exception: Module loading school_managment failed: file could not be processed:
No matching record found for external id 'model_school_student' in field 'Model'
Missing required value for the field 'Model' (model_id)

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error

omarali
Автор

hi, can i get your github repository?

nhaccuathinh
Автор

i create custom module but refer your videos,
Please check my error and get answer

i found an error when installing the addon as following

Exception: Module loading school_managment failed: file could not be processed:
No matching record found for external id 'model_school_student' in field 'Model'
Missing required value for the field 'Model' (model_id)

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error

rutvikkamani
Автор

Hi! Great video, I have a question, do you modify or add some information to another file? The module does not install and I get the error:

RPC_ERROR
Odoo Server Error

I don't know what I'm doing wrong, i hope u can help me!!

angelaaguilar
Автор

it's too fast tutorial :( for beginners like me

kristiandavearanas