The Website of Steve, mainly sharing SRE, DEVOPS, DEVSECOPS, PHP, Java, Python, Go, cross-border e-commerce, security, reading and other technical articles
How to create a new module in odoo
Posted onEdited onInErpWord count in article: 3.8kReading time ≈3 mins.
How to create a new module in odoo, odoo module development, odoo module creation, odoo module structure, odoo module tutorial, odoo module example, odoo module installation, odoo module development tutorial, odoo module development example, odoo module development structure, odoo module development installation, odoo module development tutorial example, odoo module development example structure installation, odoo module development tutorial example structure installation.
How to create a new module in odoo
1. Create a new module
1
$ odoo scaffold shipping_cne /www/odoo/addons
2. Create a new model
1 2 3 4 5 6 7 8 9 10 11
# -*- coding: utf-8 -*- from odoo import models, fields, api
In this article, we have learned how to create a new module in odoo. We have learned how to create a new model, how to create a new view, how to update the manifest file, how to update the security file, how to update the __init__.py file, how to update the __manifest__.py file, how to install the module, how to check the module. I hope this article will help you to create a new module in odoo.