Skip to content
Snippets Groups Projects
Commit 9ada5587 authored by niyasraphy's avatar niyasraphy Committed by Thibault Delavallée
Browse files

[IMP] base: show knowledge and social module in community


Do like other enterprise modules in Odoo and display missing main applications
from enterprise in community: social and knowledge.

SPECIFICATIONS

Create `ir.module.module` records for knowledge, social and appointment apps
in Odoo Community, so that users searching for those apps can see them in the
correct category with the correct icon. They can then be redirected to Odoo
website for more information about the module or an upgrade plan to use the
enterprise version.

Knowledge
  * create the record
  * use the module_category_productivity category

Appointment
  * update the record to use the new icon
  * use the module_category_marketing category (instead of sales)

Social
  * create the record
  * use the module_category_marketing category

Task-3054412

closes odoo/odoo#103324

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 32213258
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,20 @@
<field name="website">https://www.odoo.com/app/accounting?utm_source=db&amp;utm_medium=module</field>
</record>
<record model="ir.module.module" id="base.module_knowledge">
<field name="name">knowledge</field>
<field name="sequence">30</field>
<field name="shortdesc">Knowledge</field>
<field name="category_id" ref="base.module_category_productivity"/>
<field name="application" eval="True"/>
<field name="summary">Centralize, manage, share and grow your knowledge library</field>
<field name="license">OEEL-1</field>
<field name="author">Odoo S.A.</field>
<field name="to_buy" eval="True"/>
<field name="icon">/base/static/img/icons/knowledge.png</field>
<field name="website">https://www.odoo.com/app/knowledge?utm_source=db&amp;utm_medium=module</field>
</record>
<record model="ir.module.module" id="base.module_industry_fsm">
<field name="name">industry_fsm</field>
<field name="shortdesc">Field Service</field>
......@@ -216,7 +230,7 @@
<field name="name">appointment</field>
<field name="shortdesc">Appointments</field>
<field name="sequence">215</field>
<field name="category_id" ref="base.module_category_sales_sales"/>
<field name="category_id" ref="base.module_category_marketing"/>
<field name="application" eval="True"/>
<field name="summary">Online appointments scheduler</field>
<field name="license">OEEL-1</field>
......@@ -226,6 +240,20 @@
<field name="website">https://www.odoo.com/app/appointments?utm_source=db&amp;utm_medium=module</field>
</record>
<record model="ir.module.module" id="base.module_social">
<field name="name">social</field>
<field name="shortdesc">Social Marketing</field>
<field name="sequence">175</field>
<field name="category_id" ref="base.module_category_marketing"/>
<field name="application" eval="True"/>
<field name="summary">Manage your social media and website visitors</field>
<field name="license">OEEL-1</field>
<field name="author">Odoo S.A.</field>
<field name="to_buy" eval="True"/>
<field name="icon">/base/static/img/icons/social.png</field>
<field name="website">https://www.odoo.com/app/social-marketing</field>
</record>
<record model="ir.module.module" id="base.module_mrp_workorder">
<field name="name">mrp_workorder</field>
<field name="sequence">16</field>
......
odoo/addons/base/static/img/icons/appointment.png

5.03 KiB | W: | H:

odoo/addons/base/static/img/icons/appointment.png

6.59 KiB | W: | H:

odoo/addons/base/static/img/icons/appointment.png
odoo/addons/base/static/img/icons/appointment.png
odoo/addons/base/static/img/icons/appointment.png
odoo/addons/base/static/img/icons/appointment.png
  • 2-up
  • Swipe
  • Onion skin
odoo/addons/base/static/img/icons/knowledge.png

26.7 KiB

odoo/addons/base/static/img/icons/social.png

5.53 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment