Daily updates from Odoo
Friday, August 12, 2022
1 change · master
New functionality added to Odoo
Knowledge now supports smaller article items that live under parent articles and can be used to organize structured workflows such as task lists, property records, or custom pipelines. These items stay out of the left navigation, can be found through search and move dialogs, and automatically adapt when moved so article structures remain consistent.
Original PR description
Purpose ======= Allow users to create article items that once used in embedded views, can be used to manage any flow (real estate property, todo list, custom crm,...) Specifications ============ -…
Purpose
=======
Allow users to create article items that once used in embedded views,
can be used to manage any flow (real estate property, todo list, custom crm,...)
Specifications
============
- Flag them as "baby articles"
- Never show them in the left bar
- They should inherit property fields based on their parents
(see property field task when done)
- A baby article can have children. (baby or normal)
- A baby article must always have a parent.
- When rootifying a baby article, it will become a 'normal' article and
loses all its properties.
- When moving (via move to or drag and drop) an article (baby or normal)
under another article (baby or normal):
- if the parent article has baby articles, the article becomes a baby
- else: the article stays a normal article
- They can be found using searches (in advanced search, using ctrl+K) or as
potential parent using 'move' to wizard
- From the body of their parent article, baby article are opened in a modal.
Otherwise, they are opened like any other articles (only, they will never be
in side panel)
-> when /kanban and /list will be ready
Task-2898446