
Search In
join() method in Java Thread : The join() method of a Thread class allows the current thread to wait until the thread in which it is called will die. Sometime a question is asked in the interviews that How can we make sure main() is the last thread t
Previous Git Blogs
1. Intialize git repostiory
2. First Commit
3. Two tree architecture and Three tree architecture
4. Best basic practices for writing commit messages
5. Viewing the commit logs
6. Git Basic WorkFlow
7. What is HEAD pointer in GI
Android provides some features to store and retrieve data of an application. SharedPreferences is one of the simple and easy way among them.We save data in key, value pair.
We have to call getSharedPreferences(), It returns the SharedPrefrence ins
CALCULATION OF HRA
HRA is a part of salary package , in accordance with the term & condition of employment. Employee generally received HRA from his Employer. HRA is given to meet the cost of a rented house taken by the employee. HRA is an allow
Why Software Testing is necessary ?
Software Testing is an important part of any software development. In time of making any new application or software there is need to test of that application before implementation. In time of development develope
Hello Readers,
If you want to break a large video into the two or more smaller clips without using re-encoding, just now ffmpeg can help you for the same.
Most of the hosting servers only provides for a certain dimensions regarding data file to
Scope is an object which is used to access the properties and methods defined in a controller. Every application has single root scope.
Though the difference between scope and root scope the availability of the prop
This action ask the upgrade platform to process your database dump.
The process method is below
Use the below link to download the Dump Database
https://upgrade.odoo.com/database/v1/process
To process a database dump
Below are the Parameters
1-key
For creation of Odoo module we need four files, given below
1-
Demo_views.xml
(with the view definitions of Demo module).
2-__openerp__.py
(with the description of your module and import of your xml files)
3-Demo_python.py
(with demo model defini
If you want to storing data in OpenERP(Odoo) follow the below mentioned step.
Step-1 first you have to difine the data model
Step-2 imported from __init__.py for loded the file.
Step-3 academy/models.py
Step-4 academy/__openerp__.py
Ste
