Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Partner Ref and Account Change #6

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 129 additions & 0 deletions account_payment_currency_rate/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
=============================
Account Payment Currency Rate
=============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:482a98c97598b037e5884b089480b693c62cd6f2bd3cc5cdbacd981cd1e6b9b9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-KMEE%2Fkmee--odoo--addons-lightgray.png?logo=github
:target: https://github.com/KMEE/kmee-odoo-addons/tree/16.0/account_payment_currency_rate
:alt: KMEE/kmee-odoo-addons

|badge1| |badge2| |badge3|

[ This file must be max 2-3 paragraphs, and is required. ]

**Table of contents**

.. contents::
:local:

Use Cases / Context
===================

[ This file is optional but strongly suggested to allow end-users to
evaluate the module's usefulness in their context. ]

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

[ This file must only be present if there are very specific installation
instructions, such as installing non-python dependencies. The audience
is systems administrators. ]

To install this module, you need to:

1. Do nothing

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

[ This file is optional, it should explain how to configure the module
before using it; it is aimed at advanced users. ]

To configure this module, you need to:

1. Do nothing

Usage
=====

[ This file must be present and contains the usage instructions for
end-users. As all other rst files included in the README, it MUST NOT
contain reStructuredText sections only body text (paragraphs, lists,
tables, etc). Should you need a more elaborate structure to explain the
addon, please create a Sphinx documentation (which may include this file
as a "quick start" section). ]

To use this module, you need to:

1. Go to Invoice Payment Wizard and change the rate.

Changelog
=========

[ The change log. The goal of this file is to help readers understand
changes between version. The primary audience is end users and
integrators. Purely technical changes such as code refactoring must not
be mentioned here.

This file may contain ONE level of section titles, underlined with the ~
(tilde) character. Other section markers are forbidden and will likely
break the structure of the README.rst or other documents where this
fragment is included. ]

16.0.1.0.0 (2024-05-20)
-----------------------

- First Release

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

Bugs are tracked on `GitHub Issues <https://github.com/KMEE/kmee-odoo-addons/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/KMEE/kmee-odoo-addons/issues/new?body=module:%20account_payment_currency_rate%0Aversion:%2016.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
-------

* KMEE

Contributors
------------

- Luis Felipe Miléo [email protected]

Other credits
-------------

[ This file is optional and contains additional credits, other than
authors, contributors, and maintainers. ]

The development of this module has been financially supported by:

- KMEE

Maintainers
-----------

This module is part of the `KMEE/kmee-odoo-addons <https://github.com/KMEE/kmee-odoo-addons/tree/16.0/account_payment_currency_rate>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions account_payment_currency_rate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizards
16 changes: 16 additions & 0 deletions account_payment_currency_rate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024 KMEE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Account Payment Currency Rate",
"summary": """
Account Payment Currency Manual Rate""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/KMEE/kmee-odoo-addons",
"depends": ["account"],
"data": [
"wizards/account_payment_register.xml",
],
}
6 changes: 6 additions & 0 deletions account_payment_currency_rate/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[ This file is optional, it should explain how to configure
the module before using it; it is aimed at advanced users. ]

To configure this module, you need to:

1. Do nothing
2 changes: 2 additions & 0 deletions account_payment_currency_rate/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ This file is optional but strongly suggested to allow end-users to evaluate the
module's usefulness in their context. ]
1 change: 1 addition & 0 deletions account_payment_currency_rate/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Luis Felipe Miléo <[email protected]>
6 changes: 6 additions & 0 deletions account_payment_currency_rate/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[ This file is optional and contains additional credits, other than
authors, contributors, and maintainers. ]

The development of this module has been financially supported by:

- KMEE
1 change: 1 addition & 0 deletions account_payment_currency_rate/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ This file must be max 2-3 paragraphs, and is required. ]
13 changes: 13 additions & 0 deletions account_payment_currency_rate/readme/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[ The change log. The goal of this file is to help readers
understand changes between version. The primary audience is
end users and integrators. Purely technical changes such as
code refactoring must not be mentioned here.

This file may contain ONE level of section titles, underlined
with the ~ (tilde) character. Other section markers are
forbidden and will likely break the structure of the README.rst
or other documents where this fragment is included. ]

## 16.0.1.0.0 (2024-05-20)

- First Release
7 changes: 7 additions & 0 deletions account_payment_currency_rate/readme/INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[ This file must only be present if there are very specific
installation instructions, such as installing non-python
dependencies. The audience is systems administrators. ]

To install this module, you need to:

1. Do nothing
11 changes: 11 additions & 0 deletions account_payment_currency_rate/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[ This file must be present and contains the usage instructions
for end-users. As all other rst files included in the README,
it MUST NOT contain reStructuredText sections
only body text (paragraphs, lists, tables, etc). Should you need
a more elaborate structure to explain the addon, please create a
Sphinx documentation (which may include this file as a "quick start"
section). ]

To use this module, you need to:

1. Go to Invoice Payment Wizard and change the rate.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading