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

Search In

How to create Membership State for Given Partner in OpenERP

In OpenERP first create partner and then validate the partner form. After this compare it with the membership of the other partner. Then standard dictionary for contextual values and the dictionary of Membership state Value. Use this function show b

How to use default_get method in OpenERP/Odoo ?

If you want to use default_get method in OpenERP use below code - self.pool.get(’sale.order.line’).default_get(cr, uid, [’product_id’,’product_uom_id’]) Note- If you want to migrating the module from OpenERP-7 to OpenERP-8(Odoo),then we have to us

How to use __init__.py in OpenERP/Odoo ?

The __init__.py file is the Python module descriptor, because an OpenERP module is also a regular Python module. 1- Import all files & directories containing python code 2-import idea, wizard, report The __openerp__.py is the OpenERP module man

How to Edit __openerp__.py ?

If you want Edit __openerp__.py in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to given module and click it. Step-2 You will find four files mentioned below. (i)-__openerp__.py (ii)- __init__.py (iii)- _python.py (iv)-_views.xml Ste

How to create a report for the Session model in Odoo-9

If you want to create report for the session model ,first you have to move on .py file and setup all dependencies module. And For each session, it should display session's name, its start and end, and list the session's time date and unique number. F

How to resize and save image in Odoo-8?

In Odoo first create the modules and then create a new field that saves images. Now to upload them correctly in your database and to resize images automatically and store them in database you can use the below function or steps I have mentioned: Ste

How to show the customer payment Total in fields in OpenERP?

In OpenERP first, create a custom module and then inherits the account.payment object in your own module like module name test. Follow these steps given below Step1- First create the __init__.py file in your test module and use this code given bel

How to add CSS file and image file in Django?

In Django framework first we create the project and follow these step shown below: Step1- First we create a project in your Django. If you are not able to create a project then use this link. This link helps to create a project in Django framework.

How to use Delegation method in openERP/Odoo ?

The delegation method is performed the reference fields automatically set up on the parent model: For example you can take idea from below code- class Child0(models.Model): _name = 'delegation.child0' field_0 = fields.Integer() class

How to create Account Analytic Line class to compute the line in odoo-9

To create Account Analytic Line to compute the line and inherit the class account_analytic_line in odoo-9 then write this function in .py file in your module in odoo. Use this code show in given below def _compute_accountanalytic(self, domain=N

1 20 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: