Akretion Odoo packages - 2 packages from Akretion vendor
Find a file
Ernad Husremovic c722cf2945 Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard
- Fix AttributeError: hr.payslip.run has no company_id field
- Change batch name format from MM/YYYY to YYYY-MM (remove 'Payslips' prefix)
- Add journal_id field and copy from previous batch
- Add work_type_id support (Redovni rad/Regular work) in timesheet generation
- Add duplicate check for existing timesheets to prevent duplication
- Use standard Odoo hr.payslip.employees wizard for payslip generation
- Update version to 16.0.1.1.0

🤖 assisted by claude

🤖 assisted by claude
2025-11-04 22:43:13 +01:00
odoo-bringout-akretion-account_invoice_margin update submodule l10n_ba_edi 2025-08-30 19:42:35 +02:00
odoo-bringout-akretion-product_print_zpl_barcode Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard 2025-11-04 22:43:13 +01:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:18:44 +02:00
README.md Initial commit: Akretion Odoo packages (2 packages) 2025-08-29 15:49:21 +02:00

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:

# 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.