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

Search In

How to Remove followers linked to old partner in OpenERP(Odoo)?

In followers linked to old partner fields first we have to go in .py file (Python file) After that we have to decide where we want to remove followers linked to old partner fields and then write python code to that field from start to end. Use below

How to Follow all records of new notification models in OpenERP(Odoo)?

In followers all records and new notification models, first we have to go in .py file (Python file) After that we have to decide where we want all records and new notification models of followers and then write below python code to that field at star

Creating a basic module in Odoo

If you want to creating a basic module in OpenERP(Odoo) follow the below mentioned step: for creation of any module in Odoo you have to make four files,given below- 1-__init__.py // its indicate the  import instructions for various Python fil

How to Build an Odoo module

If you want to build an Odoo module in OpenERP(Odoo) follow the below mentioned step. For creation of any module in Odoo you have to make four files,given below- 1-__init__.py // its indicate the  import instructions for various Python files in

How to add a Podfile to your Project.

Below is the step-wise process for integrating a Podfile easily in your Application. 1.Open Terminal 2.Change the directory in Terminal to the location where your Xcode project resides. 3.When you reach to the desired project location in which yo

How to mapped the records in openERP/Odoo ?

If you want to mapped the records in OpenERP(Odoo) follow the below mentioned code and paste it in your (Python).py file: → # returns a list of summing two fields for each record in the set records.mapped(lambda r: r.field1 + r.field2) # returns a l

How to use model reference in openERP/Odoo ?

If you want to use model reference in OpenERP(Odoo) follow the below mentioned code and paste it in your (Python).py file: → class openerp.models.Model(pool, cr) class user(Model): Note-Above code are created by inheriting from this clas

Import wordpress functions in custom.php file

Hello reader's in this blog I will guide you how to import "Wordpress functions in custom.php file?". First Create a custom.php file into your theme and put your code into it. Below is the example of image crop function into custom.php : <?php

Identify file type from hex/binary

I have some data in varbinary(max) from database and I have exported it to physical files. Some of these files were in jpeg so I was able to just add an extension .jpg to it and it opened. The rest are not jpeg files. I have tried almost all the exp

Backup and Restore Database Using OpenERP

The easiest solution to create backup and restoring you database in OpenERP is itself provided by OpenERP. To create backup and restore for your OpenERP database, you have two options: 1.) PostgreSQL 2.) OpenERP. The first one is simple and very co

1 8 129
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: