You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0"?>
- <odoo>
- <template id="helloworlda" name="Hello World Template - a">
- <h1>Hello again World!</h1>
- </template>
- <template id="helloworld" name="Hello World Template">
- <t t-call="website.layout">
- <h1>Hello World!</h1>
- </t>
- </template>
- </odoo>
|