Metadata-Version: 2.1
Name: odoo-addon-bank_accounts_report
Version: 16.0.1.0.2
Requires-Python: >=3.10
Requires-Dist: odoo-addon-account_banking_mandate>=16.0dev,<16.1dev
Requires-Dist: odoo-addon-account_payment_mode>=16.0dev,<16.1dev
Requires-Dist: odoo-addon-account_payment_sale>=16.0dev,<16.1dev
Requires-Dist: odoo>=16.0a,<16.1dev
Summary: Choose which bank accounts will be displayed on invoice and sale order reports
Home-page: https://github.com/sygel-technology/sy-account-invoicing
License: AGPL-3
Author: QubiQ, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
	:target: http://www.gnu.org/licenses/agpl
	:alt: License: AGPL-3

====================
Bank Accounts Report
====================

Choose which bank accounts will be displayed and payment message on invoice and sale order reports.


Installation
============

Just install.


Configuration
=============

Go to Accounting -> Configuration -> Payment Modes and configure the "Bank Account on Reports" section for every payment mode. "Account Source" is "No" by default, which means no account will be displayed on reports. By choosing "Company" and "Use Invoice Account" it will display the account set on the invoice. Unchecking "Use Invoice Account", you can manually set as many accounts from your company as you want to appear on the invoice. By choosing  "Partner", it will take the partner account from the mandate on the invoice if it is required. Additionally, choose "Mandate" or "Bank Account", so if the mandate is not required, it will look for the account on the last active mandate for the partner or on its last bank account. Choose "Apply to Sale Orders" if you want it to work for sale orders too.

If you want a payment message to be displayed on Sales Orders and/or Invoices. Check the 'Show Payment Message in Invoices' and/or 'Show Payment Message in Sales' checkbox and complete the 'Payment Message' field.
Invoices or Sales Orders will show 'Payment Message' + Invoice/Sales name.


Usage
=====

Make an invoice or a sale report and choose a payment mode that has been previously configured. The correspondent accounts will be displayed at the end of the report.


Bug Tracker
===========

Bugs and errors are managed in `issues of GitHub <https://github.com/sygel-technology/sy-account-invoicing/issues>`_.
In case of problems, please check if your problem has already been
reported. If you are the first to discover it, help us solving it by indicating
a detailed description `here <https://github.com/sygel-technology/sy-account-invoicing/issues/new>`_.

Do not contact contributors directly about support or help with technical issues.


Credits
=======

Authors
~~~~~~~

* QubiQ, Odoo Community Association (OCA)


Contributors
~~~~~~~~~~~~

* Xavier Piernas <xavier.piernas@qubiq.es>
* Valentín Vinagre <valentin.vinagre@qubiq.es>
* Valentín Vinagre <valentin.vinagre@sygel.es>


Maintainer
~~~~~~~~~~

This module is part of the `sygel/qu-account-invoicing <https://github.com/sygel-technology/sy-account-invoicing>`_.

To contribute to this module, please visit https://github.com/sygel-technology.
