
Search In
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
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
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
Hi Friends,
Please help me,how to setup credit card payment method for OpenErp in Point Of Sale.
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
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
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.
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
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
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