
Search In
osv.osv object in OpenERP:-
OSV is a openerp descriptor class which must inherit all the class modules for openerp development. In other words we can say that, In openerp osv.osv object is actually an orm.Model class and define a new object, you mu
To modifying a repor in Odoo-9 follow the below steps one by one:
Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database,
Step-2 create new reports for the selected object.
Step-3 select Re
In some cases we need to manipulate the data a bit before saving it. So there is a function called PrepareTable() in joomla which is declared under file modeladmin.php and it is located under the libraries/joomla/application/component folder and it i
In this blog, we illustrate how to create a dynamic table when data is coming from a database in MVC and display it.
In the below example we use a dummy data and jquery to populate the HTML table.
In controller, we have an action method called GetUs
First you have to add an extension (named.. SQLite Manager) in the Mozilla Firefox browser. (It is simply for managing database in some cases).
Then you need three .dll files (known as ASSEMBLIES)..., (these files are simply PLUGINS for SQLite3) :
Below code will gives us a table on which when we first time click the headers of column, it display data in ascending order. if we click the header second time than it display values in descending order.
<?php
//
In Odoo, first, create database on server then install like: sale and account module and mapping with country account like as united state currency is $ then install module:
United States – Accounting install. And If users want to send an email
Hi All. Today i m going to share a custome block through which we can use content title as a option value to redirect at a particular url.
For this we create a custome block and do some database coding in our controller.
Step 1
create a
SQL query is used to retrieve selected row or column from the database based on the given condition . It is also used to retrieve data from a table in database .
Syntax ->
Select expression from table_Name where clause ; // Expression indicate
Code generation: CakePHP Framework generates the code automatically using the bake command which enable the developer to execute the bake command.
Database: programmer is not required to write Insert, update, select & delete queries because Cake
