Pages

Showing posts with label cedrickrier. Show all posts
Showing posts with label cedrickrier. Show all posts

Thursday, October 14, 2010

Code obfuscation

From http://twitter.com/cedrickrier/status/27248865483

dict = {}
        for object in result:
            k2 = {}
            for id,fnct in result[object].items():
                k2.setdefault(tuple(fnct), [])
                k2[tuple(fnct)].append(id)
            for fnct,id in k2.items():
                dict.setdefault(fncts[fnct[0]][4],[])
                dict[fncts[fnct[0]][4]].append((fncts[fnct[0]][4],object,id,map(lambda x: fncts[x][1], fnct)))

http://bazaar.launchpad.net/~openerp/openobject-server/trunk/annotate/head:/bin/osv/orm.py#L3777

Code obfuscation...

Wednesday, October 13, 2010

Balsamiq VS Pencil, how to make mockups for OpenERP?

Today, I'm trying to make a mockup for OpenERP with Balsamiq...

http://twitter.com/cedrickrier/status/27222698542

Like cedrickrier said Pencil is an OpenSource free alternative to Balsamiq but when you need to make simple mockups (just adding some fields for example), just use paint or gimp...

But for specific forms, it can be a good idea to use Pencil or Balsamiq...
I will post some mockups later... Stay connected...