Includes modules that add advanced CMS functionalities to Odoo.
- Separation of concerns between
page
(content) andview
(presentation) - Page types (simple, news, you-own-type)
- Reusable views (create a CMS view and reuse it on your CMS pages)
- Publish media and categorize it
- Automatic navigation and site hierarchy
- Meaningful URLs (read: "speaking URLs")
- Manage redirects within page backend
- Protect your content (set permissions on each page rather than view)
- Full text search
- Improve frontend forms (manage media, reuse backend forms)
- Independent translations branches (skip odoo translation mechanism on demand via configuration)
- Edit permissions control / sharing facilities / notifications, etc
- Simplified interface for managing users and groups
- Publication workflow management
- Content history / versioning
- Full text search using PG built-in search engine (see fts modules)
- Shorter URLs (drop path ids for instance)
- Performance fixes/tuning (use parent_left/right for instance)
- Introduce portlets for sidebar elements
- Add "collections" to fetch contents from the whole website (eg: "News from 2016")
- Improve test coverage
- Default theme
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. //: # (end addons)
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.