تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
8431 أدوات العرض

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.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
سبتمبر 15
5934
0
مارس 25
1303
4
أبريل 24
174125
0
ديسمبر 23
2075
5
يوليو 25
227726