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

Search In

How to make your first widget in OpenERP/Odoo ?

The initial demonstration module already provides a basic widget: For example code look like below. local.HomePage = instance.Widget.extend({ start: function() { console.log("pet store home page loaded"); }, }); It extends Widget() a

How to make readonly field in OpenERP(Odoo) ?

In readonly field first we have to go in .py file (python file) After that we have to decide where we want readonly field and then give attribute readonly to that field. See below python code in py file for reference : - class spartner(osv.osv):

How to delete provisions fields in OpenERP(Odoo)?

In provisions fields first we have to go in .py file (Python file) After that we have to decide where we want delete fields and then write the python code of that field. use below code in .py(python file): cr.execute('SELECT id FROM account_cashfl

How to update the sequence of number and checks the value encoded on the wizard in OpenERP(Odoo)?

To update sequence to number and checks from the value encoded in the wizard, first we have to go in .py file (Python file) After that we have to decide where we want to update the sequence to number and then write python code to that field from star

How to use OpenERP(Odoo) mobile application?

If you want to use OpenERP(Odoo) mobile application follow the below mentioned steps: Step-1 Go to Google play or App Store. Step-2 Install it Step-3 Connect to server and Account Setup Step-3 Enable sync services Step-4 check message Step-5 E

How to make Long Term Agreement (Framework Agreement) for purchases in OpenERP/Odoo ?

Step-1 Install the Framework_agreement module. Step-2 Framework_agreement->Model->Purchases.py Step-3 After that custmozie purchases.py(Python file) file: In below example, I have custmozied purchases.py file. You can directly copy the below py

How to set the PayPal In OpenERP-8 (Odoo)?

Step-1 Install Payment_Paypal Module. Step-2 Settings-->Accounting-->Configuration -->Paypal account -->Show payment Step-3 Settings-->Payments-->Payments Acquiers-->Select Paypal Step-4 Paypal Email ID-->Pay

How to make the simple module OpenERP/Odoo ?

In simple Odoo module holding basic web component configuration and letting us test the web framework. The example module is available online and can be downloaded using the following command: git clone http://github.com/odoo/petstore If you brow

How to import the Products data through csv file in OpenERP(Odoo)?

If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to purchases Menu and Click it. Step-2 Go to products button and Click it. Step-3 Click on Import Button and file will b

How to extended the Address in OpenERP(Odoo)?

To extended the Address first we have to go in .py file (Python file) After that we have to decide where we want extended the Address and then write start to end python code to that field. Use below .py code in python file: In below example, I have

1 35 37 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: