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


Commits:
5cf84312 by Cédric Krier at 2022-12-31T13:27:37+01:00
Use rules:changes to decide when running test job
(grafted from 136f67ad86f4bd2e73886e4819f711f38b07b147)
- - - - -
bb4ac333 by Cédric Krier at 2022-12-31T13:28:13+01:00
Run check jobs on merge request against default branch
(grafted from 31011a740cb39bc374892e3d27a19c8181b4cb2e)
- - - - -
48df6f04 by Cédric Krier at 2023-01-03T22:02:01+01:00
Pre-generate ci for modules
(grafted from 0a02b8c74818d6d635dce5c4b61cec44f17d6db7)
- - - - -
a2c80064 by Cédric Krier at 2023-01-03T22:23:17+01:00
Optimize pipeline DAG
(grafted from 902dee71f542e33ca730d6c4b98a868db871bfa4)
- - - - -
dd23384d by Cédric Krier at 2022-12-28T10:41:52+01:00
Convert multiselection into selection for screen domain parser

When the selection of multiselection fields is a method, it must be converted
into a list like the selection fields.

Closes #11968
(grafted from 6022eeabc29f86185121f2da0563cadba1d70a4d)
- - - - -
fb364fc8 by Cédric Krier at 2023-01-01T10:53:24+01:00
Support Python version without root_dir argument for glob.glob

root_dir argument has been added since Python 3.10
(grafted from 11e6bd84f742434d7d32ae232d8fc7e16ac56235)
- - - - -
e0546336 by Cédric Krier at 2022-12-31T20:19:20+01:00
Clear tasks at the end of test transaction

The tasks list is global per thread. As the tests are run in the same thread,
we must clear remaining tasks that are not run by the test.

Closes #11978
(grafted from 2876d8571c510e7a1afd2c19da2dcebf4ebd0824)
- - - - -
029f1272 by Cédric Krier at 2022-12-31T01:03:37+01:00
Do not fail trying to grab focus on GooCanvas

GooCanvas.Canvas.grab_focus takes a GooCanvasItem which we do not have when
grabbing the focus when destroying NoModal.

Closes #11977
(grafted from 1c79c6e2de4984100dcbc6cf80f6124a47575ad3)
- - - - -
25a34ea3 by Sergi Almacellas Abellana at 2023-01-04T13:59:46+01:00
Clear requests when copying purchase lines

Closes #11989
(grafted from 92a2c368e3f7920227fb310ba8c8b5310338cdbc)
- - - - -
e2e50b5c by Cédric Krier at 2023-01-01T17:08:48+01:00
Assign only customer shipment with supplied quantities

Closes #11959
(grafted from f3c5fea8232272981826a373ed30647b300676d5)
- - - - -
77f16c23 by Nicolas Évrard at 2022-12-26T01:27:36+01:00
Unconnect signals when removing dict entries

Closes #11872
(grafted from 760eb04c208dc12d43a57bb7507189d3a9eb0d3d)
- - - - -
d91a26f2 by Cédric Krier at 2023-01-07T20:43:22+01:00
Do not use class value of Reference field if it is not a ModelStorage

When Reference fields store partial reference, the value is the stored string
instead of an instance. So the class of the value is then str which can not be
used for domain validation.

Closes #11954
(grafted from ffe8c67da67c697e9e924139b2e15ef9df6dc2d0)
- - - - -
77504b55 by Cédric Krier at 2023-01-08T17:51:20+01:00
Fallback to 0 when price list is not setting price ratio of components

Closes #11947
(grafted from 3d7d5452040338cd6c9bec7fc3cde91c4e1f9585)
- - - - -
f829e718 by Cédric Krier at 2023-01-11T15:53:43+01:00
Simplify workflow rule
(grafted from e8dec8fe648afcb383ae63f2fd0b6edf51fb0334)
- - - - -


11 changed files:

- + .gitlab-ci-modules.yml
- .gitlab-ci.yml
- .gitlab-scripts/generate-ci.py
- − .gitlab-scripts/gitlab-ci.yml
- .hooks/link_modules
- modules/product_kit/common.py
- modules/purchase_request/purchase.py
- modules/sale_supply/sale.py
- sao/src/screen.js
- tryton/tryton/gui/window/nomodal.py
- tryton/tryton/gui/window/view_form/screen/screen.py


The diff was not included because it is too large.


View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/25058009ee397b781df814d9938cfcae97f7987f...f829e71851369565e3a5d6fd891b8d33712fb4b2

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/25058009ee397b781df814d9938cfcae97f7987f...f829e71851369565e3a5d6fd891b8d33712fb4b2
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to