This question has been flagged
2 Replies
4304 Views

I want to define my own methods using the orm methods in openerp(self, create, browse,self.pool.get, etc). But I don't understand them.how can I get a full understanding of openerp development?

I'll really appreciate any help. Thank you.

Avatar
Discard
Best Answer

Hi,

for each object overwrite these methods :

1°-Quick start : Technical_Memento_v0.7.3

2°-How i can create module openerp 7 ?

3°-OpenERP Documentation v7.0

Avatar
Discard
Best Answer

Hi, Ajjay

You can get all documentation from here :

OpenERP 7.0 Documentation

OpenERP 6.0 Documentation

For more detailed explanation of ORM methods, go through ORM and models

There you can have tutorials, technical information, functional information, community book, licences and much more.

Avatar
Discard
Author

Thank you Keyur for this prompt response. I've looked at the documentation is it mostly about the functional aspect of openerp. Also, i've looked at the Technical_Momento but it is so shallow and not explanatory for a new orpenerp developer. Am asking if there is any other material that is more detailed for openerp development.

I've updated my answer. Check ORM and models for detailed development.