How to Build New simple model in OpenERP7 [closed] - odoo

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am new to OpenERP I want to start develop new model
But I am using OpenERP 7 the the documentation for it is less I find more examples for OpenERP 6
If anyone can help please , if the is like for this topic?

Following links will help you:
OpenERP-7 Documentation
How to Develop New Module

Related

Why is Odoo called 'Odoo'? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
Does anyone know:
What does the word Odoo stands for?
If it is not an abbreviation, then what does Odoo means?
It doesn't really mean anything, but it could be said to be an acronym for: On Demand Open Object. It's just the new name for OpenERP, which they didn't like.
For reference: odoo.com
Its Just a name they chose it because odoo provides more than OpenErp for example Web site modules

How to execute SQL view [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a view called 'selectView' in my postgresql database.
How i can get the results in to my server.js(nodejs code) like,
select * from selectView
Please suggest.
Sorry for the earlier mis-understanding. Didn't know node.js was server-side. A little search engine (you know the one) tells me that there's a postgresql library available for node.js. That should help you out.
Look here: https://github.com/brianc/node-postgres

Why photoshop SDK sample code don‘t work in my Mac-OS10.7? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 8 years ago.
Improve this question
I used the photoshop SDK CS5. And complied the sample code hidden in the filter folder with my x-code. And I get the target file 'Hidden.plugin' . But it seems no use, when I puts it to the photoshop plug-ins plugin folder.The version of my photoshop is also CS5. Anyone can tell me why?
Problem solved with the help of others in other website.
http://forums.adobe.com/message/5802597#5802597

2 Images in UITableViewCell [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question
I want 2 images in my TableViewCell but I don't know how and I don't know if it's possible but the idea is.
![enter image description here][1]
Is this possible? If it is, how can I do this?
I googled but couldn't find the solution.
Thanks!
Hope this is what this is looking for. Check below project
https://github.com/slysid/iOS/tree/master/TwoImages
Bharath

Hello World Module in PyroCMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to develop a Hello World Module in PyroCMS
You can download the hello world module for PyroCMS from following link
http://blog.developeronhire.com/pyrocms-hello-world-module/
Hope you like it
here is Hello world PyroCMS module, check once. that's my blog.
There is an official sample module too.