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

Search In

How to make the X-path in OpenERP (Odoo)?

In X-Path first we have to go in View_XML file (XML file) After that we have to decide where we want X-Path and then give Initial to last Path to that field. See below View_Xml code in Xml file . <?xml version="1.0" encoding="utf-8"?> <op

How to inherit workflow in openerp

To Inherit workflow in openerp use this below code in worlflow.xml file in openerp <record id="module_name.act_done" model="workflow.activity"> <field name="wkf_id" ref="module_name.wkf"/> <field name="name">done</field&

How to generate the barcode for product in openerp (Odoo)?

You will need the following kind of python code declaration in your .py file: class product_category(orm.Model): _inherit = 'product.category' _columns = { 'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'), }

How to set default Unit of Measure Categories(UOM) in odoo-9

In odoo-9 we create functional fields and validate to function and set also set to default value of Unit of Measure Categories(UOM) in selected form. Use this step show in given below Step1- First create fields in your own module in .py file,

How to use destroying widgets in OpenERP/Odoo ?

If you display content to your users, you should also be able to erase it. This is done via the destroy() method. greeting.destroy(); First thing you see on destruction of a widget is calling destroy() on all its children. Then comes removal of its

How to make base report design in OpenERP(Odoo)?

Step-1 Install base report module. Step-2 After that customize base report module. In below example, I have customised base report module. You can directly use the below base report module in your addons and run in Odoo server. def onchange_

How to call product form to using of button in purchase module in OpenERP(Odoo-8)?

In OpenERP first, create your custom module and inherits the purchase module object like purchase.order object in your own module. Than add button in the purchase form. Follow these step given below Step1- First create module and than file like tes

How to catch SQL constraints violations in OpenERP/Odoo controllers?

If you want to catch SQL constraints violations in OpenERP/Odoo controllers this tutorial will help you, So, You can add an SQL constraint to Odoo model without facing any difficulty, to do this we have to use the _sql_constraints list. Odoo Fo

How to amount residual in account module in OpenERP(Odoo-8)?

In OpenERP first we create custom module and module name is account_demo and then create four file like as __init__.py, __openerp__.py, account_demo.py, account_demo.xml file in your module and create function and function name like accoutss_residual

7 Important steps before implementing an ERP system

1- Working on the direct work of your business processes, roles, hierarchy, departments is consequential. Develop a inspired flow ahead of you, initiate your ERP implementation as it extract your timeline and finance. 2- Understanding each employee'

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