-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
66 additions
and
31 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
======== | ||
Overview | ||
======== | ||
|
||
* Correct rounding issues on taxes calculated on down payments | ||
|
||
|
||
======= | ||
Credits | ||
======= | ||
|
||
* Open Source Integrators <http://www.opensourceintegrators.com> | ||
|
||
|
||
Contributors | ||
------------ | ||
|
||
* Tirth Patel <[email protected]> | ||
* Raphael Lee <[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 |
---|---|---|
@@ -1,16 +1,18 @@ | ||
{ | ||
{ | ||
"name": "Sales Downpayment Tax Fixes", | ||
"summary": "Extends Sales Downpayments to fix sales lines made for multiple tax rates", | ||
"version": "17.0.1.0.0", | ||
"license": "LGPL-3", | ||
"author": "Open Source Integrators", | ||
"maintainer": "Open Source Integrators", | ||
"website": "https://github.com/ursais/osi-addons", | ||
"category": "Accounting", | ||
"depends": [ | ||
'account_accountant', | ||
'sale', | ||
], | ||
"data": [ | ||
"account_accountant", | ||
"sale", | ||
], | ||
"data": [], | ||
"application": False, | ||
"installable": True, | ||
"auto_install": False | ||
"auto_install": False, | ||
} |
60 changes: 35 additions & 25 deletions
60
osi_downpayment_taxes/wizards/sale_make_invoice_advance.py
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