I have application made by PHP and I want TO make Control panel for this application in openerp How Can I made it ,
Please Help me for this Issue I will Thank full for your helping me .
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have application made by PHP and I want TO make Control panel for this application in openerp How Can I made it ,
Please Help me for this Issue I will Thank full for your helping me .
Thank you
Hello Mohammed,
If you need sample code for connecting Mysql Database than here you go!
@Need to install mysql library in your system. Here you will find how to setup mysql php in your sever. Click Here
import MySQLdb
# Mysql Connection #
db = MySQLdb.connect(host="server_ip", port=3306, user="root", passwd="root", db="database_name")
cursor = db.cursor()
cursor.execute("write your query here")
data = cursor.fetchall()
print "Data :::",data
Now Manupulate this database wherever you want in your odoo system.
These is sample code to connect with your mysql database, You can use this connect with your mysql database from odoo and you can trigger your operation to mysql.
Now in odoo create some menu and action which trigger this script and allow you to connect with your mysql database.
Hope this will help.
Regards,
Anil.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Sep 15
|
5876 | ||
|
0
Mar 25
|
1205 | ||
|
4
Apr 24
|
173862 | ||
|
0
Dec 23
|
1988 | ||
|
5
Jul 25
|
227160 |