
Search In
If you want to widget parents and Children in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file:
local.HomePage = instance.Widget.extend({
start: function() {
var greeting = new local.GreetingsWidget(thi
In update records can be updated using write(), it takes a list of records to update and a mapping of updated fields to values similar to create() .for example code is like below.
models.execute_kw(db, uid, password, 'res.partner', 'write', [[id], {
Hello fellow nerds,
I have some 3D models that I have designed. I want to create an online portfolio of those. I dont want to render some images and make a slideshow. I want to make something interactive. like a person can view that model in 3D on t
If you facing an error to login through hybridauth and throwing this error(You cannot access this page directly) then you can follow below steps to resolve it.
Please check you session id by php predefined function
session_id();
If session id
Step-1 Go to Settings menu
Step-2 Select submenu -> Users -> User
Step-3 Selcet Administrator -> Create
Step-4 Select Access Rights -> Technical Settings
Step-5 Select -> Multi Companies -> Technical Features
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
The default superuser for PostgreSQL is called postgres. You may need to login as this user first.
Than use this commond in terminal
openerp@ubuntu:/$ sudo su postgres
password: XXXXXXXXXX
Now create PostgreSQL user openerp using the following com
This tutorial is about sending the Email from your android code using implicit intents.
Following is the code to send an Email-
Intent emailIntent = new Intent(Intent.ACTION_SENDTO
, Uri.fromParts("mailto", "ta
Hi friends,
As we know that , if we declare user define method as static, then there is no need to create object of class.
We can call the method with the help of class name.
Syntax for calling the static method: CLASSNAME.METHODNAME().
Similarly,
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