Oct 19, 2012

[SOLVED] openerp 6.1.1 cannot inherit view sale.view_order_form

few days ago, i work on inheritance some views, there are so many ways to do that, you can use inherit_id with ref="view_id_that_you_want_to_inherit", but there are some views must use different ways. i need to show you basic concept of view management in openerp first, 1. every views has id, you can name it by yourself or just check...
Read more ...

[SOLVED] openerp 6.1.1 "No handler found."

2 days working on this error, i do solved this error, No handler found message was store on wsgi/core.py on application function. def application(environ, start_response): """ WSGI entry point.""" # Try all handlers until one returns some result (i.e. not None). wsgi_handlers = [ wsgi_xmlrpc_1, wsgi_xmlrpc, wsgi_jsonrpc, wsgi_xmlrpc_legacy, wsgi_webdav ] + module_handlers ...
Read more ...

Oct 6, 2012

[SOLVED] OpenERP Cannot change the category of existing UoM

During change UOM Category on OpenERP, i got error that shown it can not change the value with the new one. OpenERP Cannot change the category of existing UoM the problem is on "category checking", i guess its needless, because while inserting new value, there is taken from combo-box option. You can see below : here is my...
Read more ...

Jan 30, 2012

General Intelligence Part 1

Previously, i wrote this topic for it's implementation in FB (Facebook intelligence part 1,2,3), now, it will continued by this narration. Inspired from some friends who know not about their children's do, i hope you read my note to be studied, improving your basic ability in intelligence is a must i guess. I need to summaries it for...
Read more ...