diff --git a/README.rst b/README.rst index 9eabda9..9112515 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,32 @@ Requires 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 ) + +*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 ) + *7.0.10 - 12.12.2024* - fix missing views diff --git a/mixin.py b/mixin.py index dc235ac..1ffdd6f 100644 --- a/mixin.py +++ b/mixin.py @@ -168,9 +168,6 @@ class EdocumentMixin(object): Args: line (record): model account.invoice.line """ - if not hasattr(line, 'modegross'): - return line.amount - if line.modegross == 'net': return line.amount elif line.modegross == 'gross': diff --git a/tryton.cfg b/tryton.cfg index ecd8916..90896c4 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=7.0.10 +version=7.0.16 depends: edocument_uncefact party