Skip to Content
Menu
This question has been flagged
2 Replies
10774 Views

I am new to this and I'm doing a CRUD to modify a table in specific PHP (university project), the problem is not where this folder localhost to make my tests, as well as XAMPP that the folder is "htdocs" use version 9, I hope you can help me.

PS: sorry for my English

Avatar
Discard

thanks for your response, I'll put you to read. even though I have doubt, exploring the folders I see that the path is "C: \ Program Files (x86) \ Odoo 9.0-20160714 \ server \ openerp \ addons" but by putting for example localhost: 8069 / index.php does not work. I also believe that there are no views, making these the database. but if I want to do something very simple Odoo remove Remove the server, what would route?

Odoo is not a PHP application. If you want to access Odoo, you simply use localhost:8069.

I mean in your browser - http://localhost:8069

Best Answer

There is no such folder "htdocs" relevant to odoo. If you want to manipulate data in Odo from another program, you should use Odoo's webservices API instead of manipulating database tables directly. Please study Odoo's developer documentation, for example this: https://www.odoo.com/documentation/9.0/api_integration.html

Avatar
Discard
Related Posts Replies Views Activity
1
Sep 20
4876
1
Mar 15
5431
1
Mar 15
7527
1
Apr 23
4288
1
Sep 20
7203