You are hereBlogs
Blogs
Weekend en montagne
Last weekend gave some real sun at last. So, rushed off from work to Villeneuve to go paragliding at 16h, but the next navette was full and impatience told me to go to Haut Caux to catch the train for Jaman. Missed that too, but after 90minute walk I was ready to take off from the Merdasson.It was late, 17h50 with a bit of North wind, so I was surprised to be catapulted to 2600m! A quick tour of the Vanil des Artses, Molard and Sonchaux rounded a nice 1h flight, with the usual delicate landing at Haut Caux.
Arrange Fields: drag/drop layout of node edit
The Arrange_fields module uses Jquery UI and allows (very nice layout) of the fields for editing node.
This is very useful when a noe has many fields.
See the images attached below: one showing the drag and drop placement, one for the final layout.
Now its still in alpha (but worked for me: the only tricky but was getting Jquery UI installed),
Openerp example scripts
I've put up some example XML-RPC scripts for Opnerp5 on google code:
Home: http://code.google.com/p/boran-openerp/
Subversion https://boran-openerp.googlecode.com/svn/trunk
These are (sample) simple working scripts to list accounts, invoices, partners/contacts, invoices/payments per partner etc.
Partners can also be imported and invoices created.
Feel free to use, and also to contribute!
Openerp: Wizard for exporting to excel
Wizard
To do: Expalin the code below....
[Update 21.jun'10:
- There was a bug in the webinterface when downloading the excel file, see https://bugs.launchpad.net/openobject-client-web/+bug/591102 , hopefully the fix will be included in 5.0.12.
- This example use a classical wizard, it can also be be using osv_memory ... must add an example
}
In the modules view xml, create a wizard and menu item that calls it:
Openerp debugging
Reading
Compact dev overview: http://www.openobject.com/memento/
Official docs: http://doc.openerp.com/developer/index.html
The forums...