
Search In
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
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):
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
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,
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
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
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
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.
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
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.