
Search In
Hi Guys,
Can anyone tell what is this blue line I am seeing in my excel?
This excel has lot of data and formula.
Thanks
Basic one dimensional arrays
$array = array(3, 5, 2, 8);
Applicable sort functions:
sort
rsort
asort
arsort
natsort
natcasesort
ksort
krsort
These all are the sorting method which will help us to sort an one dimensional array.
In the search_count function returns the count of results matching search domain:
In below code i have explain search_read
self.search_count([('is_company', '=', True)])
Note -with the help of this code we retrieve all adress.
With the help of multi api we will be able to set the current RecordSet without iteration. It is the default behavior.
In below code i have used search_read function to set the current RecordSet
@api.multi
def afun(self):
len(self)
Note- Multi.api
The multi function is used to compute multiple values.
In below code i have used api.multi to compute multiple values
@api.multi
@api.depends('field.relation', 'an_otherfield.relation')
def _amount(self):
for x in self:
x.total = an_algo
x.untaxed
After dealing with html2pdf library,I found that if we are trying to generate html to PDFs for more than one page never use nested table layout structure.in order to avoid this error "The content of a TD tag does not fit on only one page "..Instead
After dealing with html2pdf library,I found that if we are trying to generate html to PDFs for more than one page never use nested table layout structure.in order to avoid this error "The content of a TD tag does not fit on only one page "..Instead
There was an error in img tag when no image source found.
I used this below code to resolve this issue, if you are also facing the same issue, please go a head with this code.
<img src="profileimage.png" onerror="this.src='noimage.png'">
It
Consider an HTML table with multiple rows having radio button in first column of each row. Now, if we want to change the row color when radio button associated with it is clicked, we have to write following code.
// HTML //
Untitled
A sample code that works for following functionalities
1- Facebook sharing.
2- Flickr sharing.
3- Posting images to server.
4- Sending email with attachments.
5- Importing and exporting .CSV file and PDF.
6- Audio Recording and playing same.
