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

Search In

How to show submenus in Sale module in OpenERP(Odoo)

In OpenERP first, create custom module than inherits the sale menu and pass the view_mode in your menu file, follow these steps show below Step1- The first step is to create a module i.e test and then create a file test.py and in this file, create a

How to solve "cannot import name models error" ?

Hi Friends, Please help me with the error, When I am installing partner_sms module in openerp. It is giving me below mentioned error - Traceback (most recent call last): File "/home/shiva/workspace1/openerp/OE7/openerp/cli/server.py", line 97, i

HOW TO SET HR-Payroll IN OPENERP

Hi all, To configure the setup in OPENERP, i have provided the method/solution below, you just need to follow the steps one by one. SOLUTION Go to Settings-> Configuration-> Human Resources (this will Install your country’s payroll.)

How to add a contact in your address book in OpenERP?

In OpenERP first we create the view in .view file. then install to the human resource module and configure it and then we can easily track all activities related to a customer: discussions, history of business opportunities, documents. Use this code

How cooler is OpenERP 7.0 than 6.1?

With every new version of OpenERP there are always surprising changes visually or functionally. Lets discuss the very cool new features of OpenERP 7.0 and compare with those of 6.1. Clean Views: OpenERP has made the version 7.0 views very mind blo

How to change email templates in OpenERP(Odoo-9)?

In OpenERP first, create a database and then install the sale module and account module with mapping your country currency and account module. Then install the mass mailing module in your database and thenconfirme your email templates in mass mailing

How to set inspection and introspection in OpenERP/Odoo ?

Odoo stores most model metadata inside a few meta-models which allow both querying the system and altering models and fields on the fly over XML-RPC. For example code like below. models.execute _kw(db, uid, password, 'ir.model', 'create', [{ 'na

OpenERP module configuration file

How to Make an OpenERP module configuration file?: It is very simple to Create a module in OpenErp. All you need to know is the basic structure of any module to be used in the system. So if you want to make a simple module in openerp, here below

How to use low-level SQL in openERP/Odoo ?

Low level sql is the cursor for the current database transaction and allows executing SQL directly, either for queries which are difficult to express using the ORM For example you can take idea from below code- self.env.cr.execute("some_sql", param1

How to use widget parents and Children in OpenERP/Odoo ?

If you want to widget parents and Children in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file: local.HomePage = instance.Widget.extend({ start: function() { var greeting = new local.GreetingsWidget(thi

1 13 38
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: