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

Search In

How to writing a test case in Odoo ?

If you want to writing test case, you have to add javascript code in your Odoo manifest files.For example see below code. { 'name': "Demonstration of web/javascript tests", 'category': 'Hidden', 'depends': ['web'], 'test': ['static/t

How to create web service in Odoo-9?

In Odoo-9 you have to create module and xmlrpc folder in server and install the apache2 in your system. After this follow the step given below: Step1- First create apache2 for our system using the command show below sudo apt-get install apache2

How to invoke mails in account module in OpenERP(Odoo)?

In OpenERP first create custom module and inherit the email_template object in your own module. Then create templates in .xml file.   Follow these step given below: Step1- First, create module like: test and then create .py file like as: test

how to setup credit card payment method for openErp7 in POin Of Sale

Hi Friends, Please help me,how to setup credit card payment method for OpenErp in Point Of Sale.

How to Manage multiple companies in openerp

To Manage multiple companies in openerp-7, follow these step given below:- step1- Go to setting in browser step2- Then go to Configuration -> General Settings -> Options (check the [check box]) Then it will Automatic Manage multiple companies i

How to search name field in OpenERP

To install account module and searching by name in account module in customers invoice form and get results in particular name use this code in account_invoice file in account module in openerp. Code given below:- def name_search(self, cr, user, n

How to integrate the Live chat with OpenERP(Odoo)?

Step-1 Install the live chat (im_livechat) module. Step-2 After that custmozied in .py(Python file) file: In below example, I have custmozied in .py file.Use below python code in your .py file. import random import openerp import json import openerp.

How to visible and invisible fields of the basis of selection fields in OpenERP(Odoo-8)?

In OpenERP first, create custom module and then create object in your own module and put your own module in your OpenERP server.   Follow these step given below Step1- First create module like as a test and then create file like as a test.py

How administrator track every user operation on all the objects of the system in OpenERP(Odoo)?

Step-1 Install Audit Trail module Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file:- from openerp.osv import fields, osv from openerp.osv.os

How to send mail in next level in workflow in OpenERP(Odoo-8)?

In OpenERP, first, create custom module and then configure your incoming and outgoing mail in your server an then relate it to the function. Follow these step given below: Step1- First, create module like as a test module and then create file tes

1 9 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: