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

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.

Awesome Lists containing this project

README

          


Batch Payments Export


Odoo module that allows you to export registered payments from the 'account.payment' model.




Badge showing the total of project forks


Badge showing the total of project stars


Badge showing average commit frequency per month


Badge showing when the last commit was made


Badge showing the total of project issues


Badge showing the total of project pull-requests


Badge showing project license type


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.

Screenshot of the modal wizard

## :rocket: Main Technologies ##


Python Logo
   


Odoo Logo
   


xlwt Logo
   

###

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)