Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to Edit __openerp__.py ?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 150
    Comment on it

    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
    Step-3 After that we have select __openerp__.py file and edit it dependency like given below.

    1. {
    2. "name" : "Academy", (Academy = Module name)
    3. "version" : "1.0",
    4. "author" : "Evontech",
    5. (organization name)
    6. "category" : "academy",
    7. "depends" : ['base' ,'purchase','sale',],
    8. "update_xml" : ["security/academy_security.xml","security/ir.model.access.csv","academy.xml","academy_workflow.xml"],
    9. "installable" : True,
    10. }

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: