Odoo addons to ease the development experience
You can simply install these modules like every other Odoo module; either manually or through the pip tools.
The modules in this repository are meant to be used by developers, and are not meant to be used by end users.
Some, like base_pretty_print
, only offer functions to be used in shell mode.
Others include a wizard that can be used via the GUI.
addon | version | maintainers | summary |
---|---|---|---|
base_ir_export | 16.0.1.0.0 | Module providing a wizard to create exports and views on ir.exports | |
base_pretty_print | 16.0.1.0.0 | Base module that provide display functions on the base model | |
base_viewify | 16.0.1.0.0 | Base module to generate Odoo views | |
base_xmlify | 16.0.1.0.0 | Base module that provide an xmlify method on all models |
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to len-foss
policy. Consult each module's __manifest__.py
file, which contains a license
key
that explains its license.