| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 2340 |
| Technical Name |
e_design_importer |
ROOT_FOLDER/ ├── Categoria Principal (CAT-CODIGO_CAT)/ │ ├── Subcategoria (SUB-CODIGO_SUB)/ │ │ ├── Producto (PROD-CODIGO_PROD)/ │ │ │ └── Diseño (DES-CODIGO_DES)/ │ │ │ ├── image.png │ │ │ ├── file.pdf │ │ │ └── attachments/ │ │ │ ├── doc1.pdf (< 100MB) │ │ │ └── doc2.jpg (< 100MB) │ │ └── Diseño Suelto (DIS-CODIGO_DES)/ │ │ ├── image.png │ │ └── file.docx │ ├── Producto Directo (PROD-CODIGO_PROD)/ │ │ └── Diseño (DES-CODIGO_DES)/ │ │ ├── image.png │ │ └── attachments/ │ └── Diseño Directo (DES-CODIGO_DES)/ │ ├── image.png │ └── file.pdf ├── Producto Suelto (PROD-CODIGO_PROD)/ │ └── Diseño (DES-CODIGO_DES)/ │ ├── image.png │ └── attachments/ └── Diseño Suelto (DES-CODIGO_DES)/
├── image.png └── file.pdf
Please log in to comment on this module