-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_brand: pre-commit auto fixes
- Loading branch information
1 parent
c68a4de
commit e264c02
Showing
15 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,19 @@ Account Brand | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbrand-lightgray.png?logo=github | ||
:target: https://github.com/OCA/brand/tree/16.0/account_brand | ||
:target: https://github.com/OCA/brand/tree/17.0/account_brand | ||
:alt: OCA/brand | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/brand-16-0/brand-16-0-account_brand | ||
:target: https://translation.odoo-community.org/projects/brand-17-0/brand-17-0-account_brand | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/brand&target_branch=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/brand&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows you to send branded invoices to your customers. | ||
It adds a brand field on the invoice and the brand information to the PDF | ||
This module allows you to send branded invoices to your customers. It | ||
adds a brand field on the invoice and the brand information to the PDF | ||
report. | ||
|
||
**Table of contents** | ||
|
@@ -41,56 +41,56 @@ Configuration | |
============= | ||
|
||
To configure this module, please refer to the documentation of | ||
`brand <https://github.com/OCA/brand/blob/12.0/brand/README.rst>`_. | ||
`brand <https://github.com/OCA/brand/blob/12.0/brand/README.rst>`__. | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to Accounting > Customers > Invoices | ||
#. Select or create an invoice | ||
#. Enter the information and select the brand | ||
#. Print the PDF report. It includes the information of the brand. | ||
1. Go to Accounting > Customers > Invoices | ||
2. Select or create an invoice | ||
3. Enter the information and select the brand | ||
4. Print the PDF report. It includes the information of the brand. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/brand/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/brand/issues/new?body=module:%20account_brand%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/brand/issues/new?body=module:%20account_brand%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Open Source Integrators | ||
* ACSONE SA/NV | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Raphael Lee <[email protected]> | ||
* Steve Campbell <[email protected]> | ||
* Maxime Chambreuil <[email protected]> | ||
- Raphael Lee <[email protected]> | ||
- Steve Campbell <[email protected]> | ||
- Maxime Chambreuil <[email protected]> | ||
- `Obertix <https://www.obertix.net>`__: | ||
|
||
* `Obertix <https://www.obertix.net>`_: | ||
- Vicent Cubells | ||
|
||
* Vicent Cubells | ||
* Ammar Officewala <[email protected]> | ||
- Ammar Officewala <[email protected]> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
------------- | ||
|
||
* Open Source Integrators <https://www.opensourceintegrators.com> | ||
- Open Source Integrators <https://www.opensourceintegrators.com> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -113,6 +113,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | |
|
||
|maintainer-osi-scampbell| |maintainer-sbejaoui| | ||
|
||
This module is part of the `OCA/brand <https://github.com/OCA/brand/tree/16.0/account_brand>`_ project on GitHub. | ||
This module is part of the `OCA/brand <https://github.com/OCA/brand/tree/17.0/account_brand>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
To configure this module, please refer to the documentation of | ||
[brand](https://github.com/OCA/brand/blob/12.0/brand/README.rst). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Raphael Lee \<<[email protected]>\> | ||
- Steve Campbell \<<[email protected]>\> | ||
- Maxime Chambreuil \<<[email protected]>\> | ||
- [Obertix](https://www.obertix.net): | ||
- Vicent Cubells | ||
- Ammar Officewala \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Open Source Integrators \<<https://www.opensourceintegrators.com>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This module allows you to send branded invoices to your customers. It | ||
adds a brand field on the invoice and the brand information to the PDF | ||
report. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
To use this module, you need to: | ||
|
||
1. Go to Accounting \> Customers \> Invoices | ||
2. Select or create an invoice | ||
3. Enter the information and select the brand | ||
4. Print the PDF report. It includes the information of the brand. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters