
Search In
When we are working on a shared database multiple users will made changes to it simultaneously.
So in that case when any update is being performed by one person does not gets reflect to the other person using the same table.
So mainly the p
If we enter employee name in the Pay slip sheet All the information regarding the attendance, leaves and basic sal-expenses should be displayed .
First, You need to install hr_payroll module for this.
This is the flow you need to follow: Employee
Hello Reader's if you want to show the current timestamp on the web page by just a single click, Then by using JS you can do it.
Lets see the example below:-
<!DOCTYPE html>
<html>
<body>
<h1>My First JavaScript</h1>
For sending and retrieving data through AJAX calls can be done with the help of web method .
We first create a web method that needs to be invoked when event is fired.
This will be the code behind page :
[WebMethod]
public static string
To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.
For accessing iPhone calendar we have to ask for permissions first. Here permission means allowing the pa
In SQL we have situations where we want to extract date from date time and in particular format
-- Extracting only Date from DateTime Type Column
SELECT N.[ID],N.[Message],N.[LocationID],N.[TargetUserID],N.[Url],CONCAT(U.[FirstName],U.[LastName])
Sometimes we may be required to get the get last N records of a table in SQL server based on ordering on a specific column . In this post we will create a query to get the result. First let us create a table which we will use in our query.
CREATE T
In Odoo-8 first, we create the own module and then create fields and make these fields a functional fields. Ones we create functional fields after this the functional field is replaced by computed field.
Like, first create a computed field and after
While writing API services you need to understand what nudge in that actually means if you come across that particular word.
Nudge is nothing but a general message that we sent to another user or group of users.
We can send single n
In accounts method we can reflect the change on accounts on run time and we can access the account method in Odoo server. For example you can see below code.
from openerp import fields, models, api, _
from datetime import timedelta
class ResCompa
