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

Search In

How to resolve social media login hybridauth error in cakephp

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

How to Set the Multi Companies and Technical Features in OpenERP (Odoo)?

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

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 setup a postgreSQL in OpenERP

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

How to send email using Intent in android

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

How main method internally executed by JVM

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,

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

html link

How can you create image as a link in html. You can make an image as an link as through following coding.This make your link more eye-catchy and you can also make logo as link thus making your page more effective. <a href="default.asp"> <

How to modifing Environment in Odoo?

If you need to modifiy your current context you may use the with_context() function. self.env['res.partner'].with_context(tz=x).create(vals) Be careful not to modify current RecordSet using this functionality: self = self.env['res.partner'].with_con

How to use thread in Odoo ?

In thread we have to move on .py file and after this using thread you have to create you own cursor and initiate a new environment for each thread. committing is done by committing the cursor,For example you can see below code. Environment.manage()

1 39 370
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: