| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/6.1/base_module_record |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael 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 | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No models found for this module.