Compare commits
11 commits
main
...
ver-7.0.16
Author | SHA1 | Date | |
---|---|---|---|
![]() |
96a54e5d1c | ||
![]() |
51e4ece5db | ||
![]() |
d0b7fcc843 | ||
![]() |
84e70c7707 | ||
![]() |
8bdd1c19c1 | ||
![]() |
578a3b11ca | ||
![]() |
b81eeb3085 | ||
![]() |
b8c925443d | ||
![]() |
d8592dccfe | ||
![]() |
de61cf143b | ||
![]() |
b26b62801a |
3 changed files with 27 additions and 4 deletions
26
README.rst
26
README.rst
|
@ -14,6 +14,32 @@ Requires
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
*7.0.16 - 11.06.2025*
|
||||||
|
|
||||||
|
- fix xml-content to be more valid
|
||||||
|
|
||||||
|
*7.0.15 - 02.05.2025*
|
||||||
|
|
||||||
|
- update license
|
||||||
|
|
||||||
|
*7.0.14 - 29.01.2025*
|
||||||
|
|
||||||
|
- updt: optimize rounding of unit_price
|
||||||
|
|
||||||
|
*7.0.13 - 28.01.2025*
|
||||||
|
|
||||||
|
- fix: rounding of unit_price at invoice-line
|
||||||
|
|
||||||
|
*7.0.12 - 09.01.2025*
|
||||||
|
|
||||||
|
- handle tax childs (Jan Grasnick <jan@mittelwind.de>)
|
||||||
|
|
||||||
|
*7.0.11 - 19.12.2024*
|
||||||
|
|
||||||
|
- Lookup parent taxes for unece tax codes.
|
||||||
|
- Improve the help text of xrechnung_routeid. Correct a translation.
|
||||||
|
(Mathias Behrle <mathiasb@m9s.biz>)
|
||||||
|
|
||||||
*7.0.10 - 12.12.2024*
|
*7.0.10 - 12.12.2024*
|
||||||
|
|
||||||
- fix missing views
|
- fix missing views
|
||||||
|
|
3
mixin.py
3
mixin.py
|
@ -168,9 +168,6 @@ class EdocumentMixin(object):
|
||||||
Args:
|
Args:
|
||||||
line (record): model account.invoice.line
|
line (record): model account.invoice.line
|
||||||
"""
|
"""
|
||||||
if not hasattr(line, 'modegross'):
|
|
||||||
return line.amount
|
|
||||||
|
|
||||||
if line.modegross == 'net':
|
if line.modegross == 'net':
|
||||||
return line.amount
|
return line.amount
|
||||||
elif line.modegross == 'gross':
|
elif line.modegross == 'gross':
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=7.0.10
|
version=7.0.16
|
||||||
depends:
|
depends:
|
||||||
edocument_uncefact
|
edocument_uncefact
|
||||||
party
|
party
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue