-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_invoice_bank_details: Migration to 17.0
- Loading branch information
Duy (Đỗ Anh)
committed
Jun 11, 2024
1 parent
9329d41
commit 32d43ea
Showing
10 changed files
with
92 additions
and
88 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
============================ | ||
Invoice bank account details | ||
Invoice Bank Account Details | ||
============================ | ||
|
||
.. | ||
|
@@ -37,16 +37,6 @@ invoice | |
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
|
||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
|
||
|
||
Bug Tracker | ||
=========== | ||
|
||
|
@@ -68,9 +58,16 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- `Camptocamp <https://www.camptocamp.com>`__: | ||
- `camptocamp <https://camptocamp.com>`__: | ||
- Vincent Renaville <https://www.camptocamp.com> | ||
- `Trobz <https://trobz.com>`__: | ||
- Do Anh Duy <[email protected]> | ||
|
||
Other credits | ||
------------- | ||
|
||
- Vincent Renaville | ||
The migration of this module from 13.0 to 17.0 was financially supported | ||
by Camptocamp | ||
|
||
Maintainers | ||
----------- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
- [Camptocamp](https://www.camptocamp.com): | ||
- Vincent Renaville | ||
- [camptocamp](https://camptocamp.com): | ||
- Vincent Renaville \<<https://www.camptocamp.com>\> | ||
- [Trobz](https://trobz.com): | ||
- Do Anh Duy \<<[email protected]>\> |
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 @@ | ||
The migration of this module from 13.0 to 17.0 was financially supported | ||
by Camptocamp |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
account_invoice_bank_details/report/invoice_report_templates.xml
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,28 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
|
||
<template | ||
id="report_invoice_document_bank_details" | ||
inherit_id="account.report_invoice_document" | ||
> | ||
|
||
<xpath expr="//span[@id='payment_terms_note_id']" position="after"> | ||
<p class="mb-auto text-left"> | ||
<strong>Payment information:</strong> | ||
</p> | ||
<p class="mb-auto justify-text"> | ||
<strong>Bank:</strong> <span t-field="o.partner_bank_id.bank_name" /> | ||
</p> | ||
<p class="mb-auto justify-text"> | ||
<strong>BIC / SWIFT:</strong> <span | ||
t-field="o.partner_bank_id.bank_bic" | ||
/> | ||
</p> | ||
<p> | ||
<strong>IBAN:</strong> <span t-field="o.partner_bank_id.acc_number" /> | ||
</p> | ||
</xpath> | ||
|
||
</template> | ||
|
||
</odoo> |
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
27 changes: 0 additions & 27 deletions
27
account_invoice_bank_details/views/invoice_report_templates.xml
This file was deleted.
Oops, something went wrong.