Skip to content

Commit

Permalink
Merge PR OCA#2273 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Jul 18, 2024
2 parents a6f87e1 + 9495dd8 commit a217b63
Show file tree
Hide file tree
Showing 15 changed files with 663 additions and 0 deletions.
81 changes: 81 additions & 0 deletions sale_down_payment_wizard_taxes/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
==============================
Sale Down Payment Wizard Taxes
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-OCA%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/13.0/sale_down_payment_wizard_taxes
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_down_payment_wizard_taxes
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/167/13.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module extends the functionality of the creation of a down payment for a sale order
and to allow you to set a tax on the down payment simultaneously
on the invoice line and the sale order line.

**Table of contents**

.. contents::
:local:

Usage
=====

When creating a down payment from a sale order, a required field for tax
of down payment will be visible in the wizard view.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_down_payment_wizard_taxes%0Aversion:%2013.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
~~~~~~~

* ACSONE SA/NV

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

* Zina Rasoamanana <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/13.0/sale_down_payment_wizard_taxes>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions sale_down_payment_wizard_taxes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import wizards
15 changes: 15 additions & 0 deletions sale_down_payment_wizard_taxes/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Sale Down Payment Wizard Taxes",
"summary": """
Adds the option to set the tax on down payment""",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"depends": ["sale"],
"data": ["views/sale_make_invoice_advance_views.xml"],
"demo": [],
}
1 change: 1 addition & 0 deletions sale_down_payment_wizard_taxes/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Zina Rasoamanana <[email protected]>
3 changes: 3 additions & 0 deletions sale_down_payment_wizard_taxes/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module extends the functionality of the creation of a down payment for a sale order
and to allow you to set a tax on the down payment simultaneously
on the invoice line and the sale order line.
2 changes: 2 additions & 0 deletions sale_down_payment_wizard_taxes/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
When creating a down payment from a sale order, a required field for tax
of down payment will be visible in the wizard view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a217b63

Please sign in to comment.