Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
4ac0a78c by Cédric Krier at 2023-01-04T18:59:24+01:00
Remove trailing comma on time_series definition on purchase reporting per
supplier
Closes #11990
- - - - -
1 changed file:
- modules/purchase/purchase_reporting.py
Changes:
=====================================
modules/purchase/purchase_reporting.py
=====================================
@@ -288,7 +288,7 @@
time_series = fields.One2Many(
'purchase.reporting.supplier.time_series', 'supplier',
- lazy_gettext('purchase.msg_purchase_reporting_time_series')),
+ lazy_gettext('purchase.msg_purchase_reporting_time_series'))
@classmethod
def __setup__(cls):
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/4ac0a78cfe69eef4b66cf255fc8c3c94c5eca269
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/4ac0a78cfe69eef4b66cf255fc8c3c94c5eca269
You're receiving this email because of your account on foss.heptapod.net.