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

Search In

Form Views Default Rules

Default Rules of Form Views- Form Views shows how each object is displayed in openerp browser. The field disposition in a form view always follows the same principle. Fields are placed on the screen from left to right, and from top to bottom, acc

How to Recursively load the template objects and create the real objects in openerp

To Recursively load the template objects and create the real objects in openerp show detail given below. 1-param company: company the wizard is running for 2-param code_digits: number of digits the accounts code should have in the COA 3-param tran

How to implement translations system in OpenERP/Odoo ?

The procedure to translate text in Python and JavaScript code is very similar. You could have noticed these lines at the beginning of the petstore.js file. var _t = instance.web_t, _lt = instance.web_lt; These lines are simply used to import th

How to check your description is valid or invalid in openerp

First install the description module and check weather the description in valid or invalid you can do this on basis of the partner name and company name and user signature and also date in description module in openerp. using below fucntion in .py fi

How to run two server in same machine at a same time in openerp-7 (Odoo)

If you want to run two server on a same machine at a same time in openerp-7 (Odoo) follow these two simple step 1-Do this in your Terminal to run first server `/workspace/openerp/openerp-6.1-1$` ---> (this is server location ) Now run the below

How to Return the 1st UoM present into the Duration category in openerp

First create fields rent_duration_unity in your own module then create class and use this rent_duration_unity fields which you created first in .py file, as shown in code given below. 'rent_duration_unity' : fields.many2one('product.uom', string='

How to set sequences in openerp-7

How to set sequences in openerp-7 If customer change sequences in invoice Basically , The Number you see on invoice is a sequence generated by OpenERP. You can include some prefix, suffix etc to the number. According to this case, for each site, you

How to Debug in odoo 8

Use below code line in .py file if you want to debug file in odoo import ipdb; ipdb.set_trace(); And then restart server use this command in terminal and then restart your openerp- server with the —debug option. # openerp-server –debug

How to Solve display several calculated fields on a single form view in OpenErp-8

Hi Friends, Please help me with the error, How to Solve display several calculated fields on a single form view in OpenErp-8.

How to create an osv_memory wizard systems in openerp-7 and openerp-8(Odoo)

To create an osv_memory wizard systems in openerp-7 and openerp-8(Odoo), follow the below steps. In the action that opens the object, you can put </br> <field name="target"/> It means the object will open in a new window.

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