11 lines
534 B
XML
11 lines
534 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<odoo><data noupdate="1">
|
||
|
|
||
|
<record id="forum_help" model="forum.forum">
|
||
|
<field name="name">Help</field>
|
||
|
<field name="image_1920" type="base64" file="website_forum/static/src/img/help.jpg"/>
|
||
|
<field name="description">This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.</field>
|
||
|
</record>
|
||
|
|
||
|
</data></odoo>
|