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


Commits:
ade95266 by Cédric Krier at 2024-02-03T16:12:12+01:00
Wait for dispute status change in Stripe scenario

Closes #12221
(grafted from f733b75a83da63df017c55517a73c9de9895e99c)
- - - - -
aef5b8a4 by Maxime Richez at 2024-02-12T23:22:23+01:00
Order journal by matching sequence when searching for match

Journals are ordered by default by name instead of matching sequence.

Closes #13001
(grafted from 8208738ff1889474331276024c531f914946856e)
- - - - -
eb427f24 by Sergi Almacellas Abellana at 2024-02-12T23:45:14+01:00
Reset amount to pay with Decimal

Otherwise amount to pay can not copy sign from line.

Closes #13023
(grafted from 30926e7b8b6fe5deaffeea6a9c8efb120ff2b638)
- - - - -
81bc390c by Sergi Almacellas Abellana at 2024-02-16T00:37:03+01:00
Add employees to rule context for attendance sheet models

Closes #13036
(grafted from 173a2096e5918dbd72b5add74dc8a57f1257f392)
- - - - -
8ac73237 by Sergi Almacellas Abellana at 2024-02-16T00:35:52+01:00
Add employees to rule context for timesheet reporting models

Closes #13038
(grafted from adad3463a8f430575298cf05ec614f4fb4f43916)
- - - - -
0c4170dd by Cédric Krier at 2024-02-06T12:59:00+01:00
Lock table at transaction start for with_transaction decorator

Since c8771e45b861 TransactionError is raised if a table is not locked at the
transaction start. The decorator must manage such exception in case the
decorated route needs to lock a table.

Closes #12962
(grafted from bced72f6282bbb1ec2c58e7af25ca1e5a941b82f)
- - - - -
2f844a23 by Cédric Krier at 2024-02-06T13:26:34+01:00
Clear transaction tasks on retry of with_transaction decorator

Closes #13008
(grafted from 6ba5facee41af77e391409382d9aef7a6b4b576a)
- - - - -
4ebbc1e6 by Cédric Krier at 2024-02-12T11:59:13+01:00
Test number of dots in name before computing unique value from a domain

The type of value may not correspond with the single_value parameter if the
domain does not apply directly to the field but to a nested field.

Closes #12843
(grafted from 411d5752ff2a1283d65fb457a5c9ac2f399dafb0)
- - - - -
b7ff835c by Cédric Krier at 2024-02-02T19:51:34+01:00
Return all Stripe payment methods instead of only card

Closes #12990
(grafted from c14c04f42a434770cfb93310b0ffd15e8335b4d4)
- - - - -
7f24de24 by Cédric Krier at 2024-02-02T19:52:35+01:00
Format direct debit name of Stripe payment method

Closes #12990
(grafted from a92e0525c8a8dd570e6b4bca38e8f8ad7097c641)
- - - - -
c03b88d4 by Cédric Krier at 2024-02-20T11:28:45+01:00
Increase maximal number of retries in test scenario

When many scenario are run with the same account in parallel, the processing
time of Stripe can increase a lot so we need to wait longer.
(grafted from f199648a5965ac38dbcebf9205b3527b5dcffea5)
- - - - -
0f3e7eeb by Cédric Krier at 2024-02-05T11:51:00+01:00
Clear stock moves in staging when validating amendment

Closes #12999
(grafted from abebfcfa0616585fcea20e17b9bafd6413011964)
- - - - -
2f949754 by Cédric Krier at 2024-02-05T18:57:28+01:00
Increase transaction counter when erasing party

As the erase is done using direct SQL query, the counter is not increased so
there is no log event created because the wizard use the counter to determine
if there were some modification and thus create a log entry.

Closes #13002
(grafted from c1f76346bda026970d8f964f7198dd55e4c1cdc7)
- - - - -
9508b2e1 by Cédric Krier at 2024-02-06T16:11:50+01:00
Check OAuth environment to run UPS scenario

6723c2dced5b changed the environment variables needed to run the scenario.
(grafted from ab006c11a55f1f53a9794e9dc90a80da852300dc)
- - - - -
72db6ece by Maxime Richez at 2024-02-22T00:06:28+01:00
Do not enforce empty shipment cost method on cancelled state

Closes #13018
(grafted from af89389ef1162e862980c2f380efc1fd1d760f79)
- - - - -
e55c1e44 by Cédric Krier at 2024-02-12T23:54:07+01:00
Do not copy sale lines when copying purchase requests

Closes #12918
(grafted from 3a4693cd3e305eb2b2ae8d34c92ecef275ee9adc)
- - - - -
6eec51c8 by Cédric Krier at 2024-02-29T15:36:16+01:00
Do not fail on leap day to create next fiscal year

Replace the year of a date is not safe, it is better to use relativedelta.

Closes #13064
(grafted from 4b19fb0bc801a784139c0c6245d8649480e13280)
- - - - -


22 changed files:

- modules/account/journal.py
- modules/account/tests/test_module.py
- modules/account/view/journal_tree.xml
- modules/account_payment_stripe/payment.py
- modules/account_payment_stripe/tests/scenario_account_payment_stripe.rst
- 
modules/account_payment_stripe/tests/scenario_account_payment_stripe_dispute.rst
- 
modules/account_payment_stripe/tests/scenario_account_payment_stripe_intent.rst
- modules/account_statement/statement.py
- modules/attendance/ir.py
- modules/party/party.py
- modules/purchase_amendment/purchase.py
- modules/sale_amendment/sale.py
- modules/sale_shipment_cost/sale.py
- modules/sale_supply/purchase.py
- modules/stock_package_shipping_ups/tests/test_scenario.py
- modules/timesheet/ir.py
- sao/src/common.js
- sao/tests/sao.js
- tryton/tryton/common/domain_inversion.py
- trytond/trytond/protocols/wrappers.py
- trytond/trytond/tests/test_tools.py
- trytond/trytond/tools/domain_inversion.py


View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/5c04770c3a6054740ba7dd7d19b2ab77e4c1184d...6eec51c86ce01de228420b5c960f3053120e7e93

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/5c04770c3a6054740ba7dd7d19b2ab77e4c1184d...6eec51c86ce01de228420b5c960f3053120e7e93
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to