TIP: You can type at any time to perform a new search.
Planner
web_planner · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Extra Tools
- Folder size
- 0.86 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 05:03:18
- Authors
- Maintainers
- None
- Committers
- Xavier Morel, Christophe Simonis, Martin Trigaux, Odoo Translation Bot, Nicolas Lempereur, Aaron Bohy, Jeremy Kersten, GitHub, Lucas Perais (lpe), Yannick Tivisse, qsm-odoo, Odoo Online, Jorge Pinna Puissant, Andreas Perhab
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
planner assets | ir.ui.view | qweb | Inherits web.assets_backend |
assets_common |
planner common assets | ir.ui.view | qweb | Inherits web.assets_common |
category |
category | ir.ui.view | qweb | New |
page |
page | ir.ui.view | qweb | New |
pages |
pages | ir.ui.view | qweb | New |
web_planner_view_search |
web.planner.view.search | web.planner | search | New |
web_planner_view_tree |
web.planner.view.tree | web.planner | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (8)
-
activeBooleandefault=Truehelp='If the active field is set to False, it will allow you to hide the planner. This change requires a refresh of your page.'string='Active' -
dataTextcompany_dependent=Truestring='Data' -
menu_idMany2one → ir.ui.menurequired=Truestring='Menu' args: 'ir.ui.menu' -
nameCharrequired=Truestring='Name' -
planner_applicationSelectionrequired=Truestring='Planner Application' args: '_get_planner_application' -
progressIntegercompany_dependent=Truestring='Progress Percentage' -
tooltip_plannerHtmlstring='Planner Tooltips'translate=True -
view_idMany2one → ir.ui.viewrequired=Truestring='Template' args: 'ir.ui.view'
-
get_planner_progress(self, planner_application)@api.model -
is_module_installed(self, module_name=None)@api.model -
prepare_backend_url(self, action_xml_id, view_type=None, module_name=None)@api.modelprepare the backend url to the given action, or to the given module view. :param action_xml_id : the xml id of the action to redirect to :param view_type : the view type to display when redirecting (form, kanban, list, ...) :param module_name : the name of the module to display (if action_xml_id is 'open_module_tree'), or to redirect to if the action is not found. :returns url : the url to the correct page -
render(self, template_id, planner_app)@api.model
Loading…
Loading…