TIP: You can type at any time to perform a new search.
Base import module
base_import_module · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Hidden/Tools
- Folder size
- 0.8 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-15 22:44:16
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Raphael Collet, Odoo Translation Bot, Denis Ledoux, Aaron Bohy, Pierre Masereel, Julien Castiaux, Alvaro Fuentes, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Dylan Kiss (dyki), Chong Wang (cwg), vava-odoo, thle-odoo, Julien Schwanen, Krzysztof Magusiak (krma), Basioni (basm), dhrs-odoo, Tristan Cazier
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Import a custom data module =========================== This module allows authorized users to import a custom data module (.xml files and static assests) for customization purpose.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
module_form_apps_inherit |
Apps | ir.module.module | form | Inherits base.module_form |
module_tree_apps_inherit |
Apps List Data Modules | ir.module.module | tree | Inherits base.module_tree |
module_view_kanban_apps_inherit |
Apps Kanban Data Modules | ir.module.module | kanban | Inherits base.module_view_kanban |
view_base_module_import |
base.import.module.form | base.import.module | form | New |
view_module_filter_apps_inherit |
Search Data Modules | ir.module.module | Inherits base.view_module_filter |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/base_import_module/login_upload |
ImportModule.login_upload |
none | http | POST | csrf off |
Models touched (5)
New fields (6)
-
forceBooleanhelp="Force init mode even if installed. (will update `noupdate='1'` records)"string='Force init' -
import_messageText -
module_fileBinaryattachment=Falserequired=Truestring='Module .ZIP file' -
modules_dependenciesText -
stateSelectiondefault='init'readonly=Truestring='Status' args: [('init', 'init'), ('done', 'done')] -
with_demoBooleanstring='Import demo data of module'
-
action_module_open(self) -
get_dependencies_to_install_names(self) -
import_module(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
importedBooleanstring='Imported Module' -
module_typeSelectiondefault='official' args: [('official', 'Official Apps'), ('industries', 'Industries')]
-
button_immediate_install_app(self) -
button_upgrade(self) -
module_uninstall(self) -
more_info(self) -
search_panel_select_range(self, field_name, **kwargs)@api.model -
web_read(self, specification) -
web_search_read(self, domain, specification, offset=0, limit=None, order=None, count_limit=None)@api.model
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…