Base import module

base_import_module
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Denis Ledoux, Xavier Morel, 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), Tristan Cazier
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
module_form_apps_inherit Apps ir.module.module xpath Inherits base.module_form
module_tree_apps_inherit Apps List Data Modules ir.module.module field Inherits base.module_tree
module_view_kanban_apps_inherit Apps Kanban Data Modules ir.module.module xpath 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 xpath Inherits base.view_module_filter
Models touched (5)

New fields (6)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • modules_dependencies Text
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
  • with_demo Boolean
    string='Import demo data of module'
Public methods (3)
  • 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)
  • imported Boolean
    string='Imported Module'
  • module_type Selection
    default='official' args: [('official', 'Official Apps'), ('industries', 'Industries')]
Public methods (7)
  • 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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Xavier ALT, Aaron Bohy, Odoo Online, Pierre Masereel, Paul Morelle, Alvaro Fuentes, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Benoit Socias, Sylvain Francis, Vincent Larcin, Louis Wicket (wil), nda, Mahamadasif Ansari, Gauthier Wala (gawa), Dylan Kiss (dyki), bram1000, omra-odoo, sesn-odoo, vava-odoo, Louis (wil), Arjun Panchal, Julien Schwanen, Mohamed Lamine Lalmi, saurabh
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
module_form_apps_inherit Apps ir.module.module xpath Inherits base.module_form
module_tree_apps_inherit Apps List Data Modules ir.module.module field Inherits base.module_tree
module_view_kanban_apps_inherit Apps Kanban Data Modules ir.module.module xpath 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 xpath Inherits base.view_module_filter
Models touched (4)

New fields (6)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • modules_dependencies Text
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
  • with_demo Boolean
    string='Import demo data of module'
Public methods (3)
  • 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 (2)
  • imported Boolean
    string='Imported Module'
  • module_type Selection
    default='official' args: [('official', 'Official Apps'), ('industries', 'Industries')]
Public methods (6)
  • button_immediate_install_app(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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Denis Ledoux, Xavier ALT, Xavier Morel, Aaron Bohy, Odoo Online, Pierre Masereel, Victor Feyens, Paul Morelle, Alvaro Fuentes, Tiffany Chang (tic), Gorash, Arnaud Baes, Benoit Socias, Sylvain Francis, niyasraphy, Louis Wicket (wil), nda, Mahamadasif Ansari, Gauthier Wala (gawa), Dylan Kiss (dyki), sesn-odoo, vava-odoo, Julien Carion (juca), Louis (wil), Arjun Panchal, Mohamed Lamine Lalmi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
module_form_apps_inherit Apps ir.module.module xpath Inherits base.module_form
module_tree_apps_inherit Apps List Data Modules ir.module.module xpath Inherits base.module_tree
module_view_kanban_apps_inherit Apps Kanban Data Modules ir.module.module xpath 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 xpath Inherits base.view_module_filter
Models touched (4)

New fields (6)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • modules_dependencies Text
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
  • with_demo Boolean
    string='Import demo data of module'
Public methods (3)
  • 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 (2)
  • imported Boolean
    string='Imported Module'
  • module_type Selection
    default='official' args: [('official', 'Official Apps'), ('industries', 'Industries')]
Public methods (6)
  • button_immediate_install_app(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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Denis Ledoux, Thibault Francois, Julien Castiaux, Victor Feyens, Julien Mougenot, Tiffany Chang (tic), Arnaud Baes, Benoit Socias, nda, Tommy (tong)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
  • import_module(self)

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (2)
  • import_zipfile(self, module_file, force=False)
    @api.model
  • module_uninstall(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Denis Ledoux, Thibault Francois, Adrian Torres, Xavier-Do, Julien Mougenot, Kevin Baptiste, Arnaud Baes, Benoit Socias, nda, Tommy (tong)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
  • import_module(self)

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (2)
  • import_zipfile(self, module_file, force=False)
    @api.model
  • module_uninstall(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden/Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, Xavier Morel, Thibault Francois, Damien Bouvy, Yannick Tivisse, Adrian Torres, Julien Castiaux, Xavier-Do, Arnaud Baes
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
  • import_module(self)

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (2)
  • import_zipfile(self, module_file, force=False)
    @api.model
  • module_uninstall(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Denis Ledoux, Christophe Simonis, Xavier Morel, Thibault Francois, Damien Bouvy, Adrian Torres, Julien Castiaux, Xavier-Do, Thanh Dodeur, Juhil Somaiya
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Text
  • module_file Binary
    attachment=False required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
  • import_module(self)

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (1)
  • import_zipfile(self, module_file, force=False)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, GitHub, Yannick Tivisse, qsm-odoo, Christophe Monniez, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Char
  • module_file Binary
    required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
    @api.multi
  • import_module(self)
    @api.multi

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (1)
  • import_zipfile(self, module_file, force=False)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, Xavier Morel, Nicolas Martinelli, GitHub, Odoo Online, Laurent Smet, rde, Adrian Torres
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (3)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Char
  • module_file Binary
    required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
    @api.multi
  • import_module(self)
    @api.multi

New fields (1)
  • imported Boolean
    string='Imported Module'
Public methods (1)
  • import_zipfile(self, module_file, force=False)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Julien Legros, qdp-odoo, GitHub, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import base.import.module.form base.import.module form New
Models touched (2)

New fields (4)
  • force Boolean
    help="Force init mode even if installed. (will update `noupdate='1'` records)" string='Force init'
  • import_message Char
  • module_file Binary
    required=True string='Module .ZIP file'
  • state Selection
    default='init' readonly=True string='Status' args: [('init', 'init'), ('done', 'done')]
Public methods (2)
  • action_module_open(self)
    @api.multi
  • import_module(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, Xavier Morel, Aaron Bohy, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import Import Module base.import.module form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_module_open(self, cr, uid, ids, context)
  • import_module(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/base_import_module
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Denis Ledoux, Fabien Meghazi, tpa-odoo
WEBSITE
WEBSITEhttps://www.odoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 (1)
XML IDNameModelTypeStatus
view_base_module_import Import Module base.import.module form New
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • action_module_open(self, cr, uid, ids, context)
  • import_module(self, cr, uid, ids, context=None)