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

https://github.com/akretion/account-move-export

Odoo module to export journal entries to another accounting software
https://github.com/akretion/account-move-export

Last synced: 5 months ago
JSON representation

Odoo module to export journal entries to another accounting software

Awesome Lists containing this project

README

          

[![Pre-commit Status](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/akretion/https://github.com/akretion/account-move-export/branch/18.0/graph/badge.svg)](https://codecov.io/gh/akretion/https://github.com/akretion/account-move-export)

# Account Move Export

Odoo module to export journal entries to another accounting software

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_move_export](account_move_export/) | 18.0.1.0.0 | alexis-via | Export journal entries to specific formats

Unported addons
---------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_move_export_quadra](account_move_export_quadra/) | 16.0.1.0.0 (unported) | hparfr | Export journal entries to Quadratus Compta

[//]: # (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.

----