https://github.com/fraineralex/batch_payment_export
💡 Odoo module that allows you to export registered payments.
https://github.com/fraineralex/batch_payment_export
accounting odoo odoo-modules reporting
Last synced: 9 months ago
JSON representation
💡 Odoo module that allows you to export registered payments.
- Host: GitHub
- URL: https://github.com/fraineralex/batch_payment_export
- Owner: fraineralex
- Created: 2023-06-16T01:38:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T19:50:34.000Z (over 2 years ago)
- Last Synced: 2025-03-19T23:46:10.281Z (about 1 year ago)
- Topics: accounting, odoo, odoo-modules, reporting
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
Batch Payments Export
Odoo module that allows you to export registered payments from the 'account.payment' model.
About |
Technologies |
Requirements |
Starting |
Contributing
## :dart: About ##
Batch Payments Export is an Odoo module that allows you to export registered payments from the 'account.payment' model to an (xls) format through a wizard in the Accounting module.

## :rocket: Main Technologies ##
###
See more
###
* Python
- odoo
- xlwt
- xml
- base64
- werkzeug
- io
## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Python](https://python.org) and ([Odoo](https://odoo.com)) v14 or higher installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/fraineralex/batch_payment_export
# Access
$ cd batch_payment_export
# Install dependencies
$ pip install xlwt
# Run the project
# The server will execute and you will see the modal wizard in sales module -> bank and boxes -> batch payment export
```
## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with 💙 by Frainer Encarnación
## 👨🏻🚀 Developer
- Frainer Encarnación --> [Github](https://github.com/fraineralex)