what should i learn to start creating a module in OpenERP? [closed] - odoo

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a Module in OpenERP but I don't know what should I know ?
I'm a .net developer with 2 years experience.
my question is :
besides Python what should I learn ?
and how can I start being productive ASAP ?
thank you for your response :)

You just need to know basic python, To learn Python you can use byte of python book
Training is best option I suppose but if you want yo learn by your self then you can
download OpenERP technical Memento. which will help you get kick start.

Related

Can I use shared hosting for dynamic website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Can anyone help me
We'd like to create our startup MVP dynamic website with transaction, scheduling(calendar) and matching system using Python(django) and mongodb, can we use a shared hosting for that? (if yes, can you guys recommend?) reason is that no one in our team knows linux yet if we use vps.
beginner here and we don't have tech lead yet in our team 😣 we're trying to do it on our own (funding reasons).
We believe in our idea but we're short in resources. I hope you guys can help us. Thank you in advance!

How to start making a game engine in C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
How would i go about making a game engine from scratch, i know that this is a very hard task and the final engine will not be able to compete with an engine like Unreal or Unity.
I only plan to use this to get better at programming and if it helps i'm using C#.
Check: http://www.gamefromscratch.com/post/2013/06/14/A-tutorial-series-on-building-a-game-engine-from-scratch-almost-literally.aspx
You may also want to check more interactive tutorials such as those on
Udemy, which cost some money but offer a much more interactive environment. I'm sure you will be able to find a C# game engine guide on there.

How to start writing test framework for the web application using the selenium web driver and testNG? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Please provide some guidelines to start wiring the framework and provide suggestion about the architecture of the framework.
I am building my own framework so need help on the folder structure and the class structure guidelines
Use Page object Model if you are building an automation framework. It's make your script maintainable and flexible
Refer it:-
http://toolsqa.com/selenium-webdriver/page-object-model/
Hope it will help you :)

Using Yowsup or WhatsAPI to send messages to Whatsapp groups [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I'm trying to send a message to a group from my application/ server. I want to use Yowsup or WhatsAPI. Which is better? How should I go about it?
This is what I've found for Yowsup: http://openwhatsapp.org/develop/ and https://github.com/tgalal/yowsup
This is what I've found for WhatsAPI: https://github.com/venomous0x/WhatsAPI
Also, I'm building a web application, not a native one. Is this a problem?
It will depend on the language of programming you are Good at What API uses PHP. use the update library here https://github.com/mgp25/Chat-API/tree/master
The best way to start is by downloading the examples and reading the wiki before getting started the examples are fully functional.
Yowsup is python based library and I have not had a look at it :( on any-day I would go for What API, and YES you can integrate it with your php web scripts.
Hope this helped

how do i learn chrome.extension.sendRequest method? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have tried to browse through the extension APIs and have searched google. I can find the information available for chrome.extension.sendMessage but its hard to find anything for the chrome.extension.sendRequest method.
Please help for the best tutorial to Chrome Extensions as atleast here Google is not helping me much :(
It is deprecated.
use sendMessage:
http://developer.chrome.com/extensions/runtime.html#method-sendMessage