
Search In
If you want to return the writeoff move.line which is to be reconciled follow the following code .
return writeoff_move.line_ids.filtered(lambda r: r.account_id == self[0].account_id)
@api.multi
def remove_move_reconcile(self):
Hi Readers,
Before Moving ahead with the Topic,Lets us Briefly have a overlook what actually a Tuple is:
* In very simple language:
A tuple is a group of zero or more values represented as one value.
For example ("Pen", "50") holds the P
This tutorial will help to resize a custom view by dragging of view's side and provide drag functionality also. Here is the step by step code.
Step 1- Create a xml file res/activity_main
<LinearLayout xmlns:android="http://schemas.andr
Do you want to make your code easy ?
Are you looking for library that have powerful HTTP requests ?
Do you want to do lots of things in a single line ?
etc etc.....
There is only a single solution for all these problems i.e AQuery or Android Quer


Extension Methods in C#
Extension Methods were introduced in c# 3.0. These methods are helpful in adding methods to the types which already existed i.e without creating a derived type via inheritance, methods can be added to existing type. I
In previous blog we learn how to login in shopify from android app, now we already have sample application class to maintain buy client session so in this blog we learn how to create a new user account in your shop.
xml layout file for registration
Hi All,
This Blog will help you to use dropzone js and css to upload files in your project.
You can get dropzone package from NUGET. Once Installed get the reference of it in your project, Below example will show it used in MVC Project.
You can ref
JavaScript Array indexOf() method : The indexOf() method is used to return the position of the any given element inside the array. It returns the numeric value and if element not found in that array then it returns the -1. The index is starts from th
In this design pattern interface is used to create an object but let the subclass decide which class to instantiate
Factory design pattern we will create the base interface called as factory
After that we will create the methods associated with it
While using ADO.NET classes we perform manipulations with data and tables.
But if in any case we first want to know the table structure or want to get the schema structure then we can also use this classes for that.
This is to insta
