
Search In
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
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
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,
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
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 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
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 .
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(
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
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