
Search In
Businesses are facing dense competition in the market to overpower their competitors. To stay ahead, it is necessary for an organization to comprehend every action of business successfully and efficiently. The advent of ERP software has simplified th
“Time is Money”, so why waste it. An ample amount of money can be earned in hours through various projects. Entrepreneurs invests a huge amount to get a project whose success depends when client will get it on time that too with accur
If you want transfer stock in Product module you have to follow the following code in your .py file.
class stock_immediate_transfer(models.TransientModel):
_inherit = 'stock.immediate.transfer'
@api.multi
def process(self):
self.ensure_one()
‘Customer Support’ has undergone a huge transition over the years. From haggling with the customer support executives on the phone to finding all the solutions online, we’ve come a long way. However, not all digital experiences are
In below example I have written Python script to the partner's sale currency . Use below python code in .py file :
for order in self.pool.get('pos.order').browse(cr, uid, ids, context=context):
if order.invoice_id:
i
The advent of peer-to-peer mobile payment apps has created a new world of cashless, card-free, and pay-contactless transactions. Their cross-industry applications and use cases range from splitting bills, making remittances, and booking tickets to ma
Due to the fact that companies can find workers to work for them globally on a remote level, independent contractors are becoming more in demand. First and foremost, globalization has helped company owners to find the specific types of workers with s
Various advancements in Technology arena made it possible to give shape to the various ideas of the developers. Based on the need and demand, various business and users expect certain kind of features, all which can be developed using machine learnin
To create incoming mail Server in openerp-6.1
follow these step given below:-
1. Go to Setting->Configuration->Email->Incoming Mail Servers, and create
2. Give a Name, example: Incoming Gmail Server
3. Select Server Type as POP/IMAP
4. In Se
Remember, how was your first week in your first job?
Well, I remember mine. It was like a whole different world. Too many things to do but I barely knew how to do them. Too many helping hands but still hesitant to take help. Too many questio