
Search In
I have problem with parsing JSON data in android. I want to populate the following json data to spinners.
I have populated the categories to 1st spinner but i need to populate the 2nd spinner for subcategories which is dependent on 1st spinner. When
To Use amount booked in the company currency in openerp Follow these step to given below
Step-1 Install the account_voucher module.
Step-2 After that custmozie account_voucher module.
In below example, I have custmozied account_voucher module. You
If you want to use the amount booked in the company currency as the basis of the conversion into the voucher currency in OpenERP(Odoo) follow the below given steps-
Step-1 Install the account_voucher module.
Step-2 After that customize account_vouch
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
Hello Readers! Here is a small blog giving you a brief introduction on the favicon icons. So, what is favicon icon? Why we use it? Well Favicon is a small logo which is found in the title bar with the name of the of the visited URL , and it is used t
Registering an LTD (Limited) company in the United Kingdom is a crucial step towards establishing your business as a legitimate entity in one of the world's leading business hubs. This process grants credibility to your enterprise and offers nume
Workforce diversity is the factor that examines the management of workforce (i.e., understanding the differences among the existing employees, and these differences, if properly managed, are an asset to work effectiveness).
Factors that basically sho
The hummingbird, outsmarting the panda, the penguin and you
The new google algorithm does justice to its nomenclature, its fast in its processing and furious with its accuracy. Humminbird is the freshest Google algorithm, which assimilates the bes
You will need the following kind of python code declaration in your .py file:
class product_category(orm.Model):
_inherit = 'product.category'
_columns = {
'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'),
}
If you want generate the barcode for product in odoo You will need the following kind of python code declaration in your .py file:
from openerp.osv import fields, orm
from openerp.tools.translate import _
def isodd(x):
return bool(x % 2)
