Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to make print a report in OpenERP(Odoo)?

If you want to make print a report in OpenERP(Odoo) follow the below mentioned code and paste it in your model.py file: - def _get_invoice_id(self, uid, datas): ... return {’ids’: [...]} ... ’actions’: [_get_invoice_id], ’result’: {’type’:’print’,

Three Security Risks to Business Startups Using Cloud Storage

Cloud computing is helping startups equalize the playing field with larger corporations, because they have the same resources available. Cloud computing also gives startups the ability to have flexible storage to scale up or down depending on their n

How to make sure the invoice due date should contain due date,entered by user when there is no payment term defined in OpenERP/Odoo.

If you want make sure the invoice due date should contain due date ,entered by user when there is no payment term defined in Odoo you have to customized .py file in account.invoice module.For example you can see below code . import itertools from l

How Digital Technology Can Improve Business Operations

There is currently no clear and unambiguous definition of the term “Business technology," the concept is quite vague and applicable to a variety of actions. At the same time, there is no doubt that enterprise technologies exist as a relati

Credit Control and Business Growth Tips for Entrepreneurs

Getting into entrepreneurship is the end of your life as you know it. You have the responsibility to ensure that your initial capital investment grows. To do that, you will have to look for debt or capital financing structures. Getting financing and

How to make workflow manipulations in OpenERP/Odoo ?

Workflows can be moved along by sending them signals. Instead of using the top-level execute_kw, signals are sent using exec_workflow. For example code is like below. client = models.execute_kw( db, uid, password, 'res.partner', 'search_read

Odoo PayUmoney integration

Serpent Consulting Services Pvt Ltd. proudly presents the module which integrates PayUmoney with Odoo. PayUmoney is a popular Indian payment gateway. PayUMoney offers electronic payment service to your website through its various partnerships with ba

How to Update a Blog Post Published on FindNerd Blog?

Hello, I have posted one blog 2 months back - "How to Perform OpenCart To Magento Migration in 3 Easy Steps"   (http://findnerd.com/account/#url=/list/view/How-to-Perform-OpenCart-To-Magento-Migration-in-3-Easy-Steps/37424/),  

How to Generate all the objects from the templates in openerp

TO Generate all the objects from the templates in wizard follow below given point in openerp 1-param company: It refers company the wizard is running for. 2-param code_digits: It is a number of digits that accounts code should have in the COA 3-para

How to set the incoming email servers in OpenERP (Odoo)?

How to set the incoming email servers in OpenERP (Odoo)? Step-1 Go to settings -> General Settings Step-2 Click on configure incoming email servers->Create Step-4 Name->Server Type ->POP Server Step-5 Click On Server Information Step-6

1 3 78
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: