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
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
account, crm, project, stock, web_settings_dashboard, website
Description
Application Planner

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
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)
  • active Boolean
    default=True help='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'
  • data Text
    company_dependent=True string='Data'
  • menu_id Many2one → ir.ui.menu
    required=True string='Menu' args: 'ir.ui.menu'
  • name Char
    required=True string='Name'
  • planner_application Selection
    required=True string='Planner Application' args: '_get_planner_application'
  • progress Integer
    company_dependent=True string='Progress Percentage'
  • tooltip_planner Html
    string='Planner Tooltips' translate=True
  • view_id Many2one → ir.ui.view
    required=True string='Template' args: 'ir.ui.view'
Public methods (4)
  • 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.model
    prepare 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…