Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to create a specific page layout in Odoo?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 176
    Comment on it

    If you want to create a specific page layout in OpenERP(Odoo) follow the below mentioned code in your .xml file: -

    1. <!--?xml version="1.0" encoding="utf-8" ?-->
    2. <openerp>
    3. <data>
    4. <!-- === Demo Page === -->
    5. <template name="Demo page" id="website.Demo " page="True">
    6. <h1>Our Demo</h1>
    7. <ul class="Demo">
    8. <li>Cloud Hosting</li>
    9. <li>Support</li>
    10. <li>Unlimited space</li>
    11. </ul>
    12. </template>
    13. </data>
    14. </openerp>

 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: