
Search In
I am trying to list photo albums where each album contains individual photos. This is similar to categories where each category cotains posts.
I have two database tables, namely "albums" and "photos".
The albums table has co
I am a newbie to python, after reading streaming with Tweepy and going through this example I am just trying to write tweepy app to crawl live stream data with the tweepy Api and save it to .csv file but I g
Hello i am doing an exercise that states:
A 3000 lb vehicle travelling on a road at 100 ft/sec requires a force equal to its mass times its acceleration to stop ( F = ma).
The acceleration is given by
a= (v_o^2-v_i^2)/2d
W
Distributions are normally segmented into packages. Each package contains a specific application or service. Examples of packages are a library for handling the PNG image format, a collection of fonts, and a web browser. FN TEST LINUXThe package
If you want show all transaction state for the payment.Then you have to follow the following code in your .js file.
odoo.define('pos_mercury.pos_mercury', function (require) {
"use strict";
var Class = require('web.Class');
var Model =
In mysql database i created "leave" table:
CREATE TABLE `leave` (
`ID_LEAVE` int(11) NOT NULL,
`ID_WORKER` int(11) NOT NULL,
`BEGIN_DATE` datetime DEFAULT NULL,
`END_DATE` datetime DEFAULT NULL
)
INSERT INTO `leave`
(`ID_LEAVE`
I am writing this blog to add columns in our database table which would compatible with old version of database.
Here I use Alter Table command on my onUpgrade() method where I make condition for the database version.
We can add only one column at a
If you want to setup Google Drive in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 install Google Drive⢠integration module.
Step-2 Go to the Settings menu and click it.
Step-3 Go to Google Drive ->Template
Step-4 Go to T
If you want to make user in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click it.
Step-2 Go to users->Users
Step-3 click on Create button
Step-4 Name->Email->Adress->Access Rights->Appli
Android give facility to change the view of a Toast. Sometimes we need to show message on a better way to user .
Here I am writing code to implement custom Toast. I make a separate layout for Toast .
Here I am showing a ImageView and TextView on a
