openerp
Meta programming in OpenERP
Here a way to develop OpenERP class stock_incoterms(osv.osv): _name开发者_开发问答 = \"stock.incoterms\"[详细]
2023-01-13 04:31 分类:问答OpenERP cache features
I want to cache some results in my OpenERP module, so I dug around a bit and found the cache decorator. Unfortunately, the most documentation I\'ve been able to find is in the class declaration:[详细]
2023-01-05 23:46 分类:问答Windows look and feel for JFileChooser
I\'m trying to generate a JFileChooser that has the Windows look-and-feel.I couldn\'t find a method to change it, so I created a base class that extends JFileChooser that changes the UI with the follo[详细]
2022-12-20 06:05 分类:问答