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


Commits:
6d9ef92b by Cédric Krier at 2024-10-30T19:02:00+01:00
Add XSL filter on record with chart attribute for account SYSCOHADA
(grafted from ce501d3aa1203b972e606f4c1d8cdb8648eed2ec)
- - - - -
ac210633 by Cédric Krier at 2024-10-19T16:24:29+02:00
Use default email policy to parse raw email

The default policy uses the EmailMessage class instead of the Message class
from the compat32 policy.
The EmailMessage decodes automatically the header values.

Closes #13607
(grafted from efda7f04d7cb78ead641821a8417feeeb512f2f6)
- - - - -
8d7f30b7 by Cédric Krier at 2024-11-01T08:59:13+01:00
Use type and closed to filter account on analytic rule instead of view type

The view type has been removed since 6b76c4de4813.

Closes #13641
(grafted from 2e21f51a811ddb72f09dd9eb5b2b647b709aa176)
- - - - -
b0e50e08 by Cédric Krier at 2024-10-15T14:50:08+02:00
Load sequence field value of previous record before setting sequence

Closes #13604
(grafted from 6b5ee66e595e4a8bb25f21c85dce2db721f3ecb8)
- - - - -
ffd81c12 by Cédric Krier at 2024-10-22T19:47:27+02:00
Do not add field in optional menu if it is excluded

Closes #13618
(grafted from 84c343d199e9a14e7e88d5d78cc68f0465e0c6d5)
- - - - -
41eaba82 by Cédric Krier at 2024-10-28T00:19:53+01:00
Compare purchase requests having product and purchase line

Closes #13624
(grafted from ce6ea1a8c2f9365891573df7cb3199eddaad988d)
- - - - -
85cd4079 by Cédric Krier at 2024-10-28T00:39:53+01:00
Take the first item of single value only with 'in' operator

Closes #13403
(grafted from d826376d08a50b415a2c4b878a2c7652f1f2083b)
- - - - -
ceedf43d by Cédric Krier at 2024-10-27T19:41:19+01:00
Do not convert invoiced quantity if sale or purchase has not unit

Closes #13593
(grafted from 203c7f14ff6c4b230fe9bc0de42052d4b8cf90cb)
- - - - -
d071720b by Cédric Krier at 2024-10-27T19:43:15+01:00
Do not allow to add product or unit with amendment if there was no unit

Invoice lines may already exist with incompatible unit which will fail to
compute invoiced quantity.
(grafted from a261281e016c9445639fd7a47fdf41b8bbb4ab8b)
- - - - -
f6fdfc94 by Cédric Krier at 2024-10-23T21:15:33+02:00
Extend searcher for assignation required from supplier consignment

Closes #8893
(grafted from 5fb7d90bc1e7725ba7788f7dfb789b1e4192c5ac)
- - - - -
4d008548 by Cédric Krier at 2024-11-04T13:09:34+01:00
Accept object has type for Greater statements

If the PYSON statement has the type 'object', it can be a Date, 
DateTime or
TimeDelta which is allowed for comparison.

Closes #13645
(grafted from df6e3c10a5105e545e1aa8e58c3c087285146a58)
- - - - -
b445b483 by Cédric Krier at 2024-11-06T13:25:28+01:00
Return the inherited view type for inheriting action window view

Closes #13659
(grafted from 4aca431b30812b3052635ee829ce75f00ac00a50)
- - - - -
b3793712 by Cédric Krier at 2024-11-06T18:04:58+01:00
Create tab content of board before retrieving the view

If the view is already cached, the callback is executed directly so the content
must have been created.

Closes #13664
(grafted from adb8f7b0c738061d48d44499066545f5468a2d3d)
- - - - -
bb7f649d by Cédric Krier at 2024-11-13T11:33:06+01:00
Set a new current record if current one is not in the selection

`__select_changed` should not change the current record if the record is
already in the selection.

Closes #13676
(grafted from d9aaf9e915d8b1a0f4994638b9a2b7394ecbc78a)
- - - - -
7ce723f6 by Cédric Krier at 2024-11-06T13:57:10+01:00
Do not get a new connection when retrying to lock table on transaction start

Closes #13661
(grafted from a36a983afe44fc569c04db4d3db71146400b6422)
- - - - -
87033dfd by Cédric Krier at 2024-11-05T16:27:12+01:00
Order tariff codes by sequence with null first

Closes #13655
(grafted from 02463f1410ff27f3139e5946152a6e46d7ea4912)
- - - - -
2b2d58f9 by Cédric Krier at 2024-11-06T17:57:35+01:00
Clear view caches when dashboard fields of user are modified

Closes #13662
(grafted from 23916deaf57fd2fcf7a35deec337fb9a8e479bec)
- - - - -
1ddaec37 by Cédric Krier at 2024-11-06T18:01:51+01:00
Set grid template to container of board view

Closes #13663
(grafted from 27aed5d80c2c7ca9229faba7c8983a255096fb1f)
- - - - -
7dcaca86 by Cédric Krier at 2024-11-06T18:11:35+01:00
Set a width to the nav-tabs to not be included in the min-content computation

When screen with tab domain is displayed in a board, the tab domain increase
the min-content which could overflow the tab content.

Closes #13665
(grafted from 52af7e0a381ddd601e0b6f2e136065c579b4a747)
- - - - -
a40e2ef5 by Cédric Krier at 2024-11-13T11:22:21+01:00
Test if pre_validate is an empty object

Closes #13675
(grafted from 1d88e5b4e36de11517ae059ea04d352d2bde3161)
- - - - -
ee0f42ce by Cédric Krier at 2024-11-15T15:20:28+01:00
Remove new lines characters when comparing record name of Many2One and Reference

This avoid to trigger a reset of the field if the record name has such 
character.

Closes #13687
(grafted from cac71113f210bce90c55f6a6c6f32703654cdc59)
- - - - -
d941716f by Cédric Krier at 2024-11-20T15:52:40+01:00
Create new context record with default value

Screen.new_ is returning already a promise that is resolved after the call to
default_get. This ensure that display is triggered after having set the default
value.

Closes #13697
(grafted from 7484bb16c12f887d44c9f18bfc5504974cde50e0)
- - - - -


25 changed files:

- modules/analytic_account/rule.py
- modules/customs/product.py
- modules/dashboard/res.py
- modules/inbound_email/inbound_email.py
- modules/purchase/purchase.py
- modules/purchase_amendment/purchase.py
- modules/sale/sale.py
- modules/sale_amendment/sale.py
- modules/stock_consignment/stock.py
- modules/stock_supply/purchase_request.py
- sao/src/board.js
- sao/src/common.js
- sao/src/model.js
- sao/src/pyson.js
- sao/src/sao.less
- sao/src/screen.js
- sao/src/tab.js
- sao/src/view/form.js
- sao/src/view/tree.js
- sao/tests/sao.js
- tryton/tryton/common/domain_inversion.py
- tryton/tryton/gui/window/view_form/view/list.py
- trytond/trytond/ir/action.py
- trytond/trytond/tests/test_pyson.py
- trytond/trytond/transaction.py


View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/c56bc4c09b97ddfcd84e83b65930039771959a18...d941716fd6fbd5d7c652acd2e3fc7d7b245f3181

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


Reply via email to