This repository contains 2 Odoo packages from Akretion vendor.
Akretion is a recognized vendor in the Odoo ecosystem, providing specialized addons and customizations.
- odoo-bringout-akretion-account_invoice_margin - Account Invoice Margin
- odoo-bringout-akretion-product_print_zpl_barcode - Product Print Zpl Barcode
Install any package from this collection:
# Install from local directory
pip install packages/akretion/PACKAGE_NAME/
# Install in development mode
pip install -e packages/akretion/PACKAGE_NAME/
# Using uv (recommended for speed)
uv add packages/akretion/PACKAGE_NAME/Each package in this repository follows the standard Odoo addon structure:
akretion/
βββ odoo-bringout-akretion-ADDON/
β βββ ADDON_NAME/ # Complete addon code
β β βββ __init__.py
β β βββ __manifest__.py
β β βββ ... (models, views, etc.)
β βββ pyproject.toml # Python package configuration
β βββ README.md # Package documentation
βββ ...
Each package maintains its original license as specified by Akretion.
For support with these packages, please refer to the original Akretion documentation or community resources.