
Search In
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
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
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
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
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
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
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
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
Hi Friends,
Please help me with the error, How to Solve display several calculated fields on a single form view in OpenErp-8.
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.