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

Search In

How to create and exchange rate difference journal entry in Odoo?

If you want to create and exchange rate difference journal entry in Odoo follow the following code: rate_diff = rec.debit_move_id.debit / rec.debit_move_id.amount_currency - rec.credit_move_id.credit / -rec.credit_move_id.amount_currency

How to define Access Control in OpenERP/Odoo ?

Access control has a model to which it grants permissions, the permissions it grants and optionally a group. Access controls are additive, for a given model a user has access all permissions granted to any of its groups: if the user belongs to one g

Property field in OpenERP

Each time you work in OpenERP, you find a new concept, recently I came across a concept Property Field in OpenERP and tried hard to understand it. Here is a small introduction to a property field. Property Field: A property field is a special field,

How to manage each tax group in Point Of sale in OpenERP(Odoo)?

In below example, I have written Python script for each tax group. see below python code in .py file : (tax_code_pos, base_code_pos, account_pos, tax_id)= (0, 1, 2, 3) for key, tax_amount in group_tax.items(): tax = s

Operating System - Memory Management

Memory management is very essential feature of an operating system which manages primary memory. Memory management keeps into account each and every aspect of memory location when it is allocated to some process or when it is free. It checks the

Reset Password without taking old password as parameter in Asp.Net Identity

Reset password is a part of forgot password functionality in ASP.Net identity. When a user forgets his/her password and want to change his password without using old password, then we use reset password functionality. In Asp.Net identity, we have me

Find your lost android device using android device manager

if your android device is lost, and you use another android device, you can locate it using Android device manager app, what all you need to do is to follow the simple steps. Step 1:On your device that you have, open the Android Device Manager app .

Redirect urls in magento with parameters

we can redirect urls in magento with parameters by using magento's default _redirect() function you have to create an array for parameters you want to use in url see the following example: $param = array( '_query'=>;array(

How Advanced Software Help to Enhance Your Business Enterprises

One way to make an enterprise more profitable and productive than ever is to utilize information technology. Whether it is improving the management of the supply chain, managing receivables, enhancing marketing abilities, or integrating your processe

What is Software Testing and How it is done in the real world?

Software testing is a part of software development life cycle in which we verify the requirement given by user. When we start testing of a software first of all we take a look and do analysis of user stories or use cases, then on the basis of these u

prev 1 2 41
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: