Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Documentation
Folder size
0.35 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.acsone.eu
Last tracking update
2026-08-07 07:17:43
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV
Committers
Pedro M. Baeza, Jairo Llopis, Laurent Mignon (ACSONE), Stéphane Bidoul (ACSONE), OCA Transbot, Laurent Mignon, oca-travis
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_backend help.online.assets ir.ui.view qweb Inherits web.assets_backend
export_help_wizard_view export.help.wizard.view export.help.wizard form New
import_help_wizard_view import.help.wizard.view import.help.wizard form New
view_view_form ir.ui.view form (help_online) ir.ui.view form Inherits base.view_view_form
view_view_search ir.ui.view search (help_online) ir.ui.view search Inherits base.view_view_search
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/help_online/build_url HelpOnlineController.build_url user json ALL
Models touched (4)

New fields (2)
  • data Binary
    readonly=True args: 'XML'
  • export_filename Char
    size=128 args: 'Export XML Filename'
Public methods (2)
  • auto_backup(self)
    @api.model
    Export data to a file on home directory of user
  • export_help(self)
    @api.multi
    Export all Qweb views related to help online in a Odoo data XML file

New fields (0)

No new fields.

Public methods (2)
  • get_existing_pages(self, name, limit=None)
  • get_page_url(self, model, view_type, domain=None, context=None)

New fields (1)
  • source_file Binary
    args: 'Source File'
Public methods (1)
  • import_help(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • manageImageReferences(self, xml_str, module)

Loading…

Loading…