Evaluating bids

Integrar los componentes de Bootstrap en los Building Blocks de Odoo.

Published on the January 14, 2025 in IT & Programming

About this project

Open

Requerimos desarrollar un adoom para integrar los componentes de Bootstrap en los Building Blocks de Odoo.

Para implementar esto necesitarás:

* Crear un nuevo módulo (por ejemplo, website_bootstrap)
* En el manifiesto (__manifest__.py), incluir las dependencias:

{
    'name': 'Website Bootstrap Components',
    'depends': ['website'],
    'data': [
        'views/snippets.xml',
        'views/assets.xml',
    ],
    'assets': {
        'web.assets_frontend': [
            'website_bootstrap/static/src/js/snippets.options.js',
        ],
    },
}
Los componentes que puedes agregar incluyen:

* Accordions
* Breadcrumbs
* Buttons
* Button groups
* Carousels
* Dropdowns
* Forms
* Input groups
* List groups
* Pagination
* Progress bars
* Spinners
* Toasts
* Tooltips

Cada componente necesitará:

* Una plantilla QWeb
* Opciones de personalización en JavaScript
* Una imagen en miniatura
* Estilos CSS específicos son necesarios

Project overview

Sí, es posible integrar los componentes de Bootstrap en los Building Blocks de Odoo. Te muestro cómo implementarlo:

Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Other (Other APIs)
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by A. G.