Featured
-
Function calling on button click in OpenERP
Adding a button on an OpenERP view is very easy an
by dinesh.singh
Tags
How to make alerts in Lunch module in OpenERP(Odoo)?
If you want to make alerts in Lunch module in OpenERP (Odoo) follow the below mentioned steps:-
Step-1 Install the lunch module.
Step-2 Go to Lunch menu and Click it.
Step-3 Now go to: Lunch ->Alerts->Create->Schedule Date ->...
How to create Wizards using osv.memory in OpenErp 6.1
To create a wizard for a module, we need to create a wizard folder; this folder will be imported in our main __init__.py of the module. The wizard folder will contain another __init__.py which will import all the wizard class files.
The Wizar...