Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton


Commits:
3a60aa5d by Sergi Almacellas Abellana at 2023-08-29T10:14:53+02:00
Add __slots__ to product kit AmendmentLineMixin

Closes #12533
(grafted from d987051f942d0ed31faaed7540b8840d51cc767f)
- - - - -
afbbf2a9 by Nicolas Évrard at 2023-08-11T18:40:32+02:00
Use source of translation in the unique_key of Translation objects

Closes #12467
(grafted from 0917dd05a3105fa45b9699562d5da44e00d1c383)
- - - - -
8129438a by Cédric Krier at 2023-08-14T19:43:52+02:00
Do not use the lower revision when selected revision is empty

Closes #12472
(grafted from 17ff80636eb21be4fd90d1de98ce05e0c274be87)
- - - - -
e9d83a1d by Cédric Krier at 2023-08-14T19:44:38+02:00
Select current revision when showing the revision popup

Closes #12472
(grafted from b5220d0a264e82702a522cd891d83371411acecb)
- - - - -
3e0a7531 by Cédric Krier at 2023-08-29T14:24:58+02:00
Return 0 as default recomputed fixed cost price

Closes #12535
(grafted from c172eea26aec7b6940dfe135875faf978f5095da)
- - - - -
909eb8d9 by Cédric Krier at 2023-09-04T16:41:33+02:00
Do not fail to copy empty list of ModelStorage

Closes #12541
(grafted from 45a5fa2e5df6a0f153f1c3682513c02e81639d45)
- - - - -
42492cf1 by Cédric Krier at 2023-09-04T16:47:49+02:00
Do not try to duplicate moves for transit if internal shipment has no move

Closes #12541
(grafted from 812f190f0f95914a8a68332584e54405a7e68347)
- - - - -
385331af by Cédric Krier at 2023-09-04T18:32:52+02:00
Set visibility of active button when screen is displayed

Setting it on the domain parser property does not ensure that it is always set
if the parser has been cached or the context screen is not valid.
Also it is not right that accessing a property trigger a change of state.
As the button visibility can change between views, the active domain must only
be added if the button is currently visible.

Closes #12549
(grafted from 00093fcf58f2e473cef7b0d8c3e87c2c3e425b7f)
- - - - -
95d8b2c1 by Cédric Krier at 2023-09-04T23:38:57+02:00
Set a return url when confirming setup intent in test scenario

A return URL is now required if the payment methods do not disable it.

Closes #12509
(grafted from 6e9ec5ef33f3ad2e3d6d590bdcbde2d1c28f68c0)
- - - - -
792a28a9 by Cédric Krier at 2023-08-16T11:37:12+02:00
Do not skip many2many in _changed_values

Like the one2many they should always be processed as they can have been
updated.

Closes #12474
(grafted from f45d89eb8048c28887d2e282a5dc7604bc8d9846)
- - - - -
8fdab29b by Cédric Krier at 2023-08-17T16:30:28+02:00
Use absolute quantity to compute sale price

Closes #12496
(grafted from 77e8d638383a1a8ea96dd64fbc7ed3f1d8d5ccc7)
- - - - -
2e1788e9 by Cédric Krier at 2023-08-17T16:18:21+02:00
Order by descending id to get the last 10 purchases

Closes #12497
(grafted from f71e3a79e0c9249616a59ef2f96e807b12af3a44)
- - - - -
2fca64b4 by Cédric Krier at 2023-08-18T17:06:26+02:00
Convert pattern values into boolean when matching boolean field

Closes #12504
(grafted from b09b54e3915c92d465537bab02d66d559bce4295)
- - - - -


15 changed files:

- 
modules/account_payment_stripe/tests/scenario_account_payment_stripe_intent.rst
- modules/product_kit/common.py
- modules/purchase/purchase.py
- modules/sale/sale.py
- modules/stock/product.py
- modules/stock/shipment.py
- sao/src/screen.js
- sao/src/tab.js
- sao/src/window.js
- tryton/tryton/gui/window/view_form/screen/screen.py
- trytond/trytond/ir/translation.py
- trytond/trytond/model/match.py
- trytond/trytond/model/modelstorage.py
- trytond/trytond/model/modelview.py
- trytond/trytond/tests/test_copy.py


View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/4792ad49b475491a93e98a6c4c203b600b4efffe...2fca64b45e262579f5eb0a9e196e2e41780384f0

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/4792ad49b475491a93e98a6c4c203b600b4efffe...2fca64b45e262579f5eb0a9e196e2e41780384f0
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to