Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
420 Vistas

Cómo puedo hacer una copia de los campos de estudio para exportarlos a otro ambiente en odoo?

Avatar
Descartar
Mejor respuesta

Hi Sergio,

To export fields and Studio customizations from one Odoo environment to another, follow these streamlined steps:

  1. Navigate to Odoo Studio: Open Odoo Studio and go to the model or view containing the customizations you want to export.
  2. Download Exported Data: Click "Export" to download a ZIP file containing the selected customizations.
  3. Prepare Target Environment: In the target Odoo environment:
    • If creating a new module, create a directory with the module name and extract the ZIP contents there.
    • If updating an existing module, navigate to the module's directory and overwrite existing files with the extracted ZIP contents.
  4. Update Module Manifest: Update the __manifest__.py file in the module directory to define dependencies and module descriptions as needed.
  5. Install Module in Target Odoo:
    • In Odoo, go to the "Apps" menu and click "Update Apps List."
    • Locate your module in the list of available modules and install it.
  6. Validate Customizations: After installation, verify that all customizations, including new fields, models, and views, are accessible and functional in the target environment.

Hope it helps

Avatar
Descartar