Open ERP – How to override an xml attribute in an xml view
Nov 24th
Hi, A nice feature has been developed in the trunk version of Open ERP. It’s possible to override an xml attribute of an openerp view with the tag and the ‘attributes’ position. For Example: <?xml version="1.0" encoding="UTF-8"?> <openerp> <data> <record model="ir.ui.view" id="res_partner_form"> <field name="name">res.partner.form</field> <field name="model">res.partner</field> <field name="type">form</field> <field name="inherit_id" ref="base.view_partner_form" /> <field name="arch" type="xml"> [...]
gvim –servername PROJECT –remote-tab file.ext
Nov 5th
Vous etes vous deja demande comment avoir plusieurs (g)vim qui permettent de centraliser l’edition de plusieurs fichiers en fonction d’un context. J’entends par la, la possibilite d’editer certains fichiers d’un projet dans un VIM et l’ecriture d’une documentation dans un autre VIM. Une reponse facile serait de lancer deux VIM et d’editer les fichiers dans [...]
Akismet – Spam
Oct 30th
Bonjour, J’en avais vraiment marre d’avoir autant de SPAMs dans les commentaires, que j’ai décidé d’activer le fameux Akismet. Je ne sais pas ce que cela vaut, mais au moins, j’espère avoir moins de problèmes. Donc, de temps en temps, je regarderai les SPAMs et vérifier qu’il n’y a pas des faux. A+
How to post a message on twitter with Vim ? ;-)
Aug 13th
Hello Everybody, How to post a message on twitter with Vim ? Very easy, you can use the TwitVim plugin for Vim http://www.vim.org/scripts/script.php?script_id=2204 Good luck
First post from BlogIt
Aug 13th
Cool, it’s my first post with BlogIt, a small plugin for Vim. Stephane
How to post to a wordpress blog with Vim ;-)
Aug 13th
Hello, I have a small problem, how to use a good editor to write a post for wordpress, and I think I found the solution: BlogIt ! http://blog.p.engu.in/2009/03/10/blogitvim/ http://www.vim.org/scripts/script.php?script_id=2582
How to create an Open ERP addon ?
Aug 4th
Hello, I know that I promised an article on “how to create an Open ERP addon”, I will try to explain this week or for the next week, because since somes weeks I don’t have the time because I must finish a big project for Tiny with the training module. You can find more information [...]
How to create a basic Open ERP addon ?
Jun 21st
Hello, As you know I am an Open ERP developer, and I will create some articles on the Open ERP addons. Good afternoon Stephane
How to create a pdf with some pages from an other pdf
May 8th
You can use pdftk, this small toolkit written with Java, is very useful because we can split a file, merge a lot of files. But in my case, I had a small problem, how to create a small pdf with some pages from an other pdf with this tool, it’s very funny This way is [...]