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
- Host: GitHub
- URL: https://github.com/akretion/account-move-export
- Owner: akretion
- License: agpl-3.0
- Created: 2024-03-12T09:43:00.000Z (about 2 years ago)
- Default Branch: 18.0
- Last Pushed: 2025-12-16T02:30:36.000Z (6 months ago)
- Last Synced: 2025-12-19T13:03:42.209Z (6 months ago)
- Language: Python
- Size: 298 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[](https://github.com/akretion/https://github.com/akretion/account-move-export/actions/workflows/test.yml?query=branch%3A18.0)
[](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 |
| 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) |
| 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.
----