An open API service indexing awesome lists of open source software.

https://github.com/akretion/ak-odoo-incubator

Misc Odoo modules maturing before going to a specific repo
https://github.com/akretion/ak-odoo-incubator

addons odoo

Last synced: 4 months ago
JSON representation

Misc Odoo modules maturing before going to a specific repo

Awesome Lists containing this project

README

          

[![Pre-commit Status](https://github.com/akretion/ak-odoo-incubator/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/akretion/ak-odoo-incubator/actions/workflows/pre-commit.yml?query=branch%3A16.0)
[![Build Status](https://github.com/akretion/ak-odoo-incubator/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/akretion/ak-odoo-incubator/actions/workflows/test.yml?query=branch%3A16.0)
[![codecov](https://codecov.io/gh/akretion/ak-odoo-incubator/branch/16.0/graph/badge.svg)](https://codecov.io/gh/akretion/ak-odoo-incubator)

# Misc Odoo modules maturing before going to a specific repo

Misc Odoo modules maturing before going to a specific repo

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_move_adyen_import](account_move_adyen_import/) | 16.0.1.0.0 | | Journal Entry Adyen import
[account_move_dalenys_import](account_move_dalenys_import/) | 16.0.1.0.0 | | Journal Entry Danelys import
[account_refund_no_business_field](account_refund_no_business_field/) | 16.0.1.0.0 | | Account Refund No Business Field
[auth_oauth_redirect_fix](auth_oauth_redirect_fix/) | 16.0.1.0.0 | paradoxxxzero | Fix OAuth login redirection
[base_custom_export](base_custom_export/) | 16.0.1.0.0 | | Base Customer Export
[fs_product](fs_product/) | 16.0.1.0.0 | | File Storage Product
[gitlab_integration](gitlab_integration/) | 16.0.1.0.0 | paradoxxxzero | Integration with Gitlab for project management
[module_analysis_price](module_analysis_price/) | 16.0.1.0.0 | | Module Analysis Price
[mrp_raw_material_from_config](mrp_raw_material_from_config/) | 16.0.1.0.0 | | MRP Raw Material From Config
[product_dimension_net](product_dimension_net/) | 16.0.1.0.0 | | Net product dimensions
[project_estimate_step](project_estimate_step/) | 16.0.1.0.0 | | Add step estimation for project
[project_time_in_day](project_time_in_day/) | 16.0.1.0.0 | | Compute time in days
[proxy_action](proxy_action/) | 16.0.2.0.0 | | Proxy Action
[purchase_edi_file](purchase_edi_file/) | 16.0.1.0.0 | | Purchase EDI file
[sale_delivery_no_invoice_free_shipping](sale_delivery_no_invoice_free_shipping/) | 16.0.1.0.0 | | Avoid invoicing free Shipping Sale Order line
[sale_lot_config](sale_lot_config/) | 16.0.1.0.0 | | Sale Lot Config
[zip_product_image](zip_product_image/) | 16.0.1.0.0 | | Zip Product Images

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to Akretion
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----