changeset c152150e40e8 in modules/sale_point:6.4
details:
https://hg.tryton.org/modules/sale_point?cmd=changeset&node=c152150e40e8
description:
Add empty slots to AbstractMixin
It is not detected by the standard test because it is registered as
mixin.
(grafted from d1d6c41e97dd2b785155596a2d1a930d4f295acb)
diffstat:
sale_reporting.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 700adef75681 -r c152150e40e8 sale_reporting.py
--- a/sale_reporting.py Mon May 02 17:29:51 2022 +0200
+++ b/sale_reporting.py Fri Jul 01 14:46:34 2022 +0200
@@ -7,6 +7,7 @@
class AbstractMixin:
+ __slots__ = ()
@classmethod
def _pos_sale_line(cls, length, index, company_id=None):