I'm new to Odoo, I have a web application that I would like to interface with Odoo(use within Odoo), is there any solution to use a third-party web application with Odoo? Thank you in advance for your assistance.
Yes,You can do it through REST API and java script/xml to render templates
For more info Refer documentation
http://www.odoo.com/documentation/10.0/index.html
Note : The link provided is for version 10 you can navigate based on the version you are using/going to integrate.
Related
I'm working on PrestaShop module. I have Vue.js app which is running in the backoffice, and I want to make an http request to my module class in order to populate some data. How can this be achieved?
I want to be able to simply expose some kind of API, or call php method in some way.
I was able to expose some API endpoints to FrontEnd of module using custom fronts controllers, but I have no idea how to make this work in backoffice. Any help would highly valuable for me, thanks!
Like for the Front office, you can create controllers inside the Back office. Here's a page from the developer documentation:
https://devdocs.prestashop.com/1.7/modules/concepts/controllers/admin-controllers/
Make sure to check some of the examples from the native modules:
https://github.com/PrestaShop/blockwishlist/blob/dev/src/Controller/WishlistConfigurationAdminController.php
https://github.com/PrestaShop/example-modules/tree/master/democontrollertabs
Hello EveryOne I'm New To Umbraco I did Some Simple Umbraco Sites and Im good with so far Based on my Humble .Net background My Question is : How can i Remotely Change the Content of My umbraco form Other Pc or Something like that using Web service or APIs or what ever Im Looking foreword For a Good answer
Thanks In Advance
Depending on your needs, you can create a webapi on top of your Umbraco instance. You'll have to implement the actions yourself.
See this reference on how to implement it
Another option is installing Umbraco Rest API. This will add functionality for managing content and media through a rest service. Haven't tried this plugin myself, so no clue if works in the current version.
Some additional information can be found here
I am new to ASP.NET Single Page Application (SPA) using Backbone.js and Marionette.js
Can anybody provide a solid code example with explanation to get started with Visual Studio 2012
Actually, I need a working example in VS2012 using ASP.NET SPA(MVC4) + Backbone.js and Marionette.js instead Knockout.js
here is one which I liked the most so far:
http://blog.patrickmriley.net/2013/06/mvc4-marionette-todomvc-template.html?showComment=1375253174438#c3265360992803109932
but still no code explanation.
Any help will be highly appreciated.
Thanks
https://github.com/saqibshakil/SPA-Sample-App
this is my project on GitHub, it does not use MVC4 instead it uses WCF JSON service. But the service is detachable. Implemented using marionette and and a host of other open source library.
Support IE8 onwards. IE7 support just needs the inclusion of JSON2 library
Could any one give me suggestion on how to get friend list on google plus using PHP.
Is there any plugin or widget to do this.It would be great to know.
Thanks in advance.
Your user needs to grant your app access to this information via the OAuth 2.0 scope https://www.googleapis.com/auth/plus.login and then you can use the REST API or client libraries to get the list of friends.
See the Google+ PHP quickstart for a sample application that accomplishes all of the steps necessary for what you want to do. The sample uses the Symfony framework to keep the code concise, but you should be able to take away how to do the same in your own PHP environment.
Also, see the Google APIs PHP client library that you can use in your project. This library is embedded in the quickstart via composer.
I'm noting references to a 2.0 version of Rally's AppSDK in replies to the following:
Remove html markup from Rally description field
Is there a way to refresh the list in an object dropdown using new query conditions ?
I'm not seeing any references to AppSDK 2.0 either in the WSAPI documentation:
https://rally1.rallydev.com/slm/doc/webservice
or on the Developer portal:
http://developer.rallydev.com/help/
Is this toolkit officially available? If so, how can I access and use it?
It is available, but its the App SDK, not a new Web services API.
The main Rally SDK doc has a link: http://developer.rallydev.com/help/app-sdk
If you look at the bottom of the Developer Portal you can find a link at the bottom that says "App SDK 2.0 Preview" that will take you there.
If you want a direct link to our current preview version of the SDK you can find it here.
This link may not work forever as it is a preview version but in the future you will be able to find our current SDKs from the Developer Portal.