
Search In
Smartphones and tablets are increasingly becoming the medium of entertainment, shopping, social media engagement, gaming and many more. As users can carry smartphones anywhere, they like the idea of buying an item on the go they c
A. Priority and severity of bugs
Priority of a bug can be defined as the order in which the bug must be fixed in order to let the system run smoothly. Priority tells the time bound in which the bug must be resolved or fixed depending on its severity
Software development requires a lot of skills and time if you want to get a high-quality product. But today’s IT market is full of interesting tools that simplify the development process and make it much easier. Frameworks are the tools that co
Are you ready to develop the Rest APIs in PHP? The first thing you require is a lightweight PHP Framework to create a fast and reliable restful service. A framework in PHP language is considered as a means to enhance the productivity to del
Do you have multiple PDF files that you want to organize?
If your answer is “yes,” it’s time to combine these PDFs into one complete file. This step will make your task a lot easier.
But how to merge several
There are two ways to fetch Nth highest salary/number.
1 - By using general sql query which works on all database.
2 - By using database specific sql query.
Database specific sql query example Nth highest salary/number
SQL Queries in Oracle to fe
In the fast-evolving landscape of social media, Instagram has emerged as one of the most popular and influential platforms, connecting millions of users worldwide through visual content. Behind the scenes, the seamless experience of scrolling t
I have a page with a fixed top bar and a section menu that fixes to the bottom of the viewport on small devices and at the top, below the top bar, on devices with viewports wider than 1080px.
There's also an element at a certain point down the p
When you write on the computer screen, most of the time you are writing in the lower case because you are writing as fast as possible. Most people use Microsoft Word while writing a document because it is the best platform for the writing
If you want to apply ir_rules by filtering out follow the following code .
rows = self.env.cr.dictfetchall()
ids = [x['account_id'] for x in rows]
allowed_ids = set(self.env['account.account'].browse(ids).ids)
rows = [row f
