mirror of
https://github.com/bringout/akretion.git
synced 2026-04-18 05:32:09 +02:00
Initial commit: Akretion Odoo packages (2 packages)
This commit is contained in:
commit
087ad2c1de
54 changed files with 2381 additions and 0 deletions
52
README.md
Normal file
52
README.md
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Akretion Odoo Packages
|
||||
|
||||
This repository contains **2** Odoo packages from Akretion vendor.
|
||||
|
||||
## About Akretion
|
||||
|
||||
Akretion is a recognized vendor in the Odoo ecosystem, providing specialized addons and customizations.
|
||||
|
||||
## Packages Included (2 packages)
|
||||
|
||||
- **odoo-bringout-akretion-account_invoice_margin** - Account Invoice Margin
|
||||
- **odoo-bringout-akretion-product_print_zpl_barcode** - Product Print Zpl Barcode
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Install any package from this collection:
|
||||
|
||||
```bash
|
||||
# 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/
|
||||
```
|
||||
|
||||
## Repository Structure
|
||||
|
||||
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
|
||||
└── ...
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Each package maintains its original license as specified by Akretion.
|
||||
|
||||
## Support
|
||||
|
||||
For support with these packages, please refer to the original Akretion documentation or community resources.
|
||||
Loading…
Add table
Add a link
Reference in a new issue