Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to create email template in OpenERP

By creating an email template one can send emails very easily and quickly as you already design it, add reports, signature. You can use these templates for any document in the OpenERP to enhance your sales, marketing, and accounting tasks. With these

How to given presence of the current user in OpenERP

In OpenERP first we create users and then validate to the trigger. Users register then status will not be sent if not necessary. In usres form type is user_presence. Use this function show in given below def updates(self, user_presence=True):

How to Use XML-RPC of Odoo 8

XML-RPC is very useful in openerp. The XML-RPC protocol communicate to server and clients. XML-RPC is a very simple protocol which allows the client to do remote procedure calls. The called function, its arguments, and the result of the call are tra

How to set process in subscription module in openerp?

To set process in subscription module, first you need to install subscription module and set interval number and interval type fields in subscription module is used to set the process. You can use this function as given below def process(self, cr,

How to create Procurement Exceptions in openerp

Procurement Exceptions means A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention. To Create Procurement Exceptions

How to convert your report to rml in OpenERP

Converting any .sxw report file that we create using Open Office is very easy and useful for future usages, as it helps creating reports for our module. Follow the simple steps: Create your report and send to server, created dailycash.sxw. In O

How to solve “Internal Server Error (database) werkzeug: Error on request:” ?

Please help me with the error When I am restarting my OpenERP server. It is giving me below mentioned error.. Internal Server Error (database) werkzeug: Error on request: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-pac

How to use web-services in OpenERP/Odoo?

If you want to use WebServices in OpenERP(Odoo) follow the below mentioned code and paste it in your WebServices – XML-RPC file: import xmlrpclib define HOST, PORT, DB, USER, PASS url = 'http://%s:%d/xmlrpc/common' % (HOST,PORT) sock = xmlrpclib.

How to set the outgoing email servers in OpenERP (Odoo)?

To set the outgoing email servers in OpenERP (Odoo) follow the below steps? Step-1 Go to settings -> General Settings Step-2 Click on configure outgoing email servers->Create Step-4 Description ->Priority ->SMTP Server ->SMTP Port St

How to use javascript function in Odoo-9

In javacsript function first we have to move on src file and open the .js file and go one step further by creating a javascript file, name it tutorial_editor.js and place it into the static folder. For example you can see below.

1 3 38
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: