Record and Create Modules

base_module_record
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/base_module_record
VERSION
VERSION 1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Stephane Wirtel, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Kuldeep Joshi (OpenERP), vro, niv-openerp, Mustufa Rangwala (OpenERP), Stefan Rijnhart, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, ARA (OpenERP), sma (Tiny)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows you to create a new module without any development.
======================================================================

It records all operations on objects during the recording session and
produce a .ZIP module. So you can create your own module directly from
the OpenERP client.

This version works for creating and updating existing records. It recomputes
dependencies and links for all types of widgets (many2one, many2many, ...).
It also support workflows and demo/update data.

This should help you to easily create reusable and publishable modules
for custom configurations and demo/testing data.

How to use it:
Run Administration/Customization/Module Creation/Export Customizations As a Module wizard.
Select datetime criteria of recording and objects to be recorded and Record module.
    

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
base_module_record_data_view base_module_record_data base.module.data form New
base_module_record_objects_view base_module_record_objects base.module.record form New
base_module_save_view base_module_save base.module.save form New
info_start_form_view info.start.form.view base.module.record.objects form New
module_create_form_view module.create.form base.module.record.objects form New
module_create_xml_view module.create.xml.form base.module.record.data form New
module_recording_message_view module_recording_message base.module.record.objects form New
yml_save_form_view yml.save.form base.module.record.objects form New
Models touched (0)

No models found for this module.