Repository
odoo/odoo · module folder
Module version
1.0
Category
Tools
Folder size
0.49 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.openerp.com
Last tracking update
2026-08-07 04:47:34
Authors
OpenERP SA
Maintainers
OpenERP SA
Committers
vro, ARA (OpenERP), Carlos Vásquez, niv-openerp, Els Van Vossel, Vo Minh Thu, Olivier Dony, Stephane Wirtel, Israel Fermin Montilla, Launchpad Translations on behalf of openerp, Kuldeep Joshi (OpenERP), Fabien Pinckaers, Raphael Collet, Mustufa Rangwala (OpenERP), Stefan Rijnhart, sma (Tiny)
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.