[tryton-commits] changeset in trytond:6.0 Add support for SQL expression to sqlit...

2021-06-23 Thread Nicolas Évrard
changeset 269dae43fc45 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=269dae43fc45 description: Add support for SQL expression to sqlite's TRIM issue10510 review352121003 (grafted from 3b899a065dce3c18d07ab1829bfb943f576ba9e9) diffstat:

[tryton-commits] changeset in trytond:5.8 Add support for SQL expression to sqlit...

2021-06-23 Thread Nicolas Évrard
changeset 4938d32f33fc in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset=4938d32f33fc description: Add support for SQL expression to sqlite's TRIM issue10510 review352121003 (grafted from 3b899a065dce3c18d07ab1829bfb943f576ba9e9) diffstat:

[tryton-commits] changeset in modules/account:default Search active period with S...

2021-05-19 Thread Nicolas Évrard
changeset 6fa943bab6bf in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=6fa943bab6bf description: Search active period with SQL clause instead of a subquery issue10344 review351841002 diffstat: common.py | 16 +++- 1

[tryton-commits] changeset in sao:default Search and get keys in one request for ...

2021-05-19 Thread Nicolas Évrard
changeset 8cfda2f5b7db in sao:default details: https://hg.tryton.org/sao?cmd=changeset=8cfda2f5b7db description: Search and get keys in one request for Dict fields issue10332 review349751003 diffstat: src/model.js | 11 --- 1 files changed, 4 insertions(+), 7

[tryton-commits] changeset in tryton:default Search and get keys in one request f...

2021-05-19 Thread Nicolas Évrard
changeset 8d3c52dc5e69 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=8d3c52dc5e69 description: Search and get keys in one request for Dict fields issue10332 review349751003 diffstat: tryton/gui/window/view_form/model/field.py | 13 +++--

[tryton-commits] changeset in trytond:default Search and get keys in one request ...

2021-05-19 Thread Nicolas Évrard
changeset 89c0a05e8d4b in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=89c0a05e8d4b description: Search and get keys in one request for Dict fields issue10332 review349751003 diffstat: CHANGELOG | 1 +

[tryton-commits] changeset in modules/account:default Use the right order of colu...

2021-04-28 Thread Nicolas Évrard
changeset 04efbab05b97 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=04efbab05b97 description: Use the right order of columns in the index used for account.account.party issue10216 review 348241002 diffstat: move.py | 2 +- 1

[tryton-commits] changeset in sao:default Set loaded fields first after O2M on_ch...

2021-02-04 Thread Nicolas Évrard
changeset 10156791f1ed in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=10156791f1ed description: Set loaded fields first after O2M on_change calls issue9930 review302811002 diffstat: src/model.js | 34 +++--- 1 files

[tryton-commits] changeset in tryton:default Set loaded fields first after O2M on...

2021-02-04 Thread Nicolas Évrard
changeset 65002d9965d4 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=65002d9965d4 description: Set loaded fields first after O2M on_change calls issue9930 review302811002 diffstat: tryton/gui/window/view_form/model/field.py | 17

[tryton-commits] changeset in sao:default Do not specify mode to load in sao's O2...

2021-02-11 Thread Nicolas Évrard
changeset 3357e86c8ccd in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=3357e86c8ccd description: Do not specify mode to load in sao's O2M widget issue10080 review335561002 diffstat: src/view/form.js | 2 +- 1 files changed, 1 insertions(+), 1

[tryton-commits] changeset in modules/sale_subscription:default Raise ValueError ...

2021-03-11 Thread Nicolas Évrard
changeset a373093b65c0 in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset;node=a373093b65c0 description: Raise ValueError on incorrect weekday issue1 review323051007 diffstat: recurrence.py | 2 +- 1 files

[tryton-commits] changeset in tryton:default Ensure dependencies of fields are al...

2021-03-11 Thread Nicolas Évrard
changeset dc0520e83643 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=dc0520e83643 description: Ensure dependencies of fields are also loaded on Form display issue9630 review298641002 diffstat: tryton/gui/window/view_form/view/form.py | 20

[tryton-commits] changeset in trytond:default Ensure dependencies of fields are a...

2021-03-11 Thread Nicolas Évrard
changeset ccaef9daa811 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=ccaef9daa811 description: Ensure dependencies of fields are also loaded on Form display issue9630 review298641002 diffstat: trytond/model/fields/field.py | 1 + 1 files

[tryton-commits] changeset in sao:default Ensure dependencies of fields are also ...

2021-03-11 Thread Nicolas Évrard
changeset 9f7cab2d5c3a in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=9f7cab2d5c3a description: Ensure dependencies of fields are also loaded on Form display issue9630 review298641002 diffstat: src/view/form.js | 22 ++ 1 files

[tryton-commits] changeset in modules/sale_subscription:5.0 Raise ValueError on i...

2021-03-15 Thread Nicolas Évrard
changeset e35375d5233c in modules/sale_subscription:5.0 details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset=e35375d5233c description: Raise ValueError on incorrect weekday issue1 review323051007 (grafted from

[tryton-commits] changeset in modules/sale_subscription:5.8 Raise ValueError on i...

2021-03-15 Thread Nicolas Évrard
changeset 5694b87815da in modules/sale_subscription:5.8 details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset=5694b87815da description: Raise ValueError on incorrect weekday issue1 review323051007 (grafted from

[tryton-commits] changeset in modules/sale_subscription:5.6 Raise ValueError on i...

2021-03-15 Thread Nicolas Évrard
changeset ba19580a0a61 in modules/sale_subscription:5.6 details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset=ba19580a0a61 description: Raise ValueError on incorrect weekday issue1 review323051007 (grafted from

[tryton-commits] changeset in trytond:default Compute default values on creation ...

2021-03-12 Thread Nicolas Évrard
changeset 36c76fc52954 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=36c76fc52954 description: Compute default values on creation only once per schema of missing default values issue10131 review341491002 diffstat: trytond/model/modelsql.py

[tryton-commits] changeset in sao:5.6 Do not specify mode to load in sao's O2M wi...

2021-02-24 Thread Nicolas Évrard
changeset 47c5563d4f29 in sao:5.6 details: https://hg.tryton.org/sao?cmd=changeset;node=47c5563d4f29 description: Do not specify mode to load in sao's O2M widget issue10080 review335561002 (grafted from 3357e86c8ccd23175f9d5d3b544045dbb14b7fb5) diffstat:

[tryton-commits] changeset in sao:5.0 Do not specify mode to load in sao's O2M wi...

2021-02-24 Thread Nicolas Évrard
changeset f8d2431c6bbe in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=f8d2431c6bbe description: Do not specify mode to load in sao's O2M widget issue10080 review335561002 (grafted from 3357e86c8ccd23175f9d5d3b544045dbb14b7fb5) diffstat:

[tryton-commits] changeset in sao:5.8 Do not specify mode to load in sao's O2M wi...

2021-02-24 Thread Nicolas Évrard
changeset 376206f6ae41 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=376206f6ae41 description: Do not specify mode to load in sao's O2M widget issue10080 review335561002 (grafted from 3357e86c8ccd23175f9d5d3b544045dbb14b7fb5) diffstat:

[tryton-commits] changeset in tryton:default Remove useless code in Notebook

2021-03-07 Thread Nicolas Évrard
changeset 09dd58c192e7 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=09dd58c192e7 description: Remove useless code in Notebook issue10152 review332161002 diffstat: tryton/gui/window/view_form/view/form_gtk/state_widget.py | 12 +---

[tryton-commits] changeset in trytond:default Call Function.get by bunch of cache...

2021-02-23 Thread Nicolas Évrard
changeset 0afa2a5de45a in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=0afa2a5de45a description: Call Function.get by bunch of cache size issue9927 review324701002 diffstat: trytond/model/modelsql.py | 14 +-

[tryton-commits] changeset in trytond:default Update MPTT only for affected fields

2021-03-05 Thread Nicolas Évrard
changeset f6615c7c6c21 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=f6615c7c6c21 description: Update MPTT only for affected fields issue10130 review353331002 diffstat: trytond/model/modelsql.py | 89

[tryton-commits] changeset in modules/account:default Call super() method of view...

2021-04-09 Thread Nicolas Évrard
changeset 8454816a931c in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=8454816a931c description: Call super() method of view_attributes issue10151 review349551002 diffstat: account.py | 6 +++--- party.py | 2 +- 2 files

[tryton-commits] changeset in modules/marketing_automation:default Call super() m...

2021-04-09 Thread Nicolas Évrard
changeset 5b63ac56f903 in modules/marketing_automation:default details: https://hg.tryton.org/modules/marketing_automation?cmd=changeset=5b63ac56f903 description: Call super() method of view_attributes issue10151 review349551002 diffstat: marketing_automation.py | 2 +-

[tryton-commits] changeset in modules/account_invoice:default Call super() method...

2021-04-09 Thread Nicolas Évrard
changeset 7e707a5468bd in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=7e707a5468bd description: Call super() method of view_attributes issue10151 review349551002 diffstat: invoice.py | 4 ++-- 1 files changed, 2

[tryton-commits] changeset in modules/account_statement:default Call super() meth...

2021-04-09 Thread Nicolas Évrard
changeset c4db2f037591 in modules/account_statement:default details: https://hg.tryton.org/modules/account_statement?cmd=changeset=c4db2f037591 description: Call super() method of view_attributes issue10151 review349551002 diffstat: statement.py | 2 +- 1 files

[tryton-commits] changeset in modules/account_statement_rule:default Call super()...

2021-04-09 Thread Nicolas Évrard
changeset fb1c71e09d67 in modules/account_statement_rule:default details: https://hg.tryton.org/modules/account_statement_rule?cmd=changeset=fb1c71e09d67 description: Call super() method of view_attributes issue10151 review349551002 diffstat: account.py | 2 +- 1 files

[tryton-commits] changeset in modules/purchase:default Call super() method of vie...

2021-04-09 Thread Nicolas Évrard
changeset d04a7d920667 in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset=d04a7d920667 description: Call super() method of view_attributes issue10151 review349551002 diffstat: purchase.py | 4 ++-- 1 files changed, 2 insertions(+),

[tryton-commits] changeset in modules/purchase_request:default Call super() metho...

2021-04-09 Thread Nicolas Évrard
changeset bf31be74debc in modules/purchase_request:default details: https://hg.tryton.org/modules/purchase_request?cmd=changeset=bf31be74debc description: Call super() method of view_attributes issue10151 review349551002 diffstat: purchase_request.py | 2 +- 1 files

[tryton-commits] changeset in modules/sale_complaint:default Call super() method ...

2021-04-09 Thread Nicolas Évrard
changeset 78038eb7c59b in modules/sale_complaint:default details: https://hg.tryton.org/modules/sale_complaint?cmd=changeset=78038eb7c59b description: Call super() method of view_attributes issue10151 review349551002 diffstat: complaint.py | 2 +- 1 files changed, 1

[tryton-commits] changeset in modules/sale:default Call super() method of view_at...

2021-04-09 Thread Nicolas Évrard
changeset 0c8a414e80c8 in modules/sale:default details: https://hg.tryton.org/modules/sale?cmd=changeset=0c8a414e80c8 description: Call super() method of view_attributes issue10151 review349551002 diffstat: sale.py | 4 ++-- 1 files changed, 2 insertions(+), 2

[tryton-commits] changeset in modules/purchase_requisition:default Call super() m...

2021-04-09 Thread Nicolas Évrard
changeset 25ac2a496d23 in modules/purchase_requisition:default details: https://hg.tryton.org/modules/purchase_requisition?cmd=changeset=25ac2a496d23 description: Call super() method of view_attributes issue10151 review349551002 diffstat: purchase.py | 2 +- 1 files

[tryton-commits] changeset in modules/sale_opportunity:default Call super() metho...

2021-04-09 Thread Nicolas Évrard
changeset bbd25a079f89 in modules/sale_opportunity:default details: https://hg.tryton.org/modules/sale_opportunity?cmd=changeset=bbd25a079f89 description: Call super() method of view_attributes issue10151 review349551002 diffstat: opportunity.py | 2 +- 1 files

[tryton-commits] changeset in modules/sale_subscription:default Call super() meth...

2021-04-09 Thread Nicolas Évrard
changeset bd509929e911 in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset=bd509929e911 description: Call super() method of view_attributes issue10151 review349551002 diffstat: subscription.py | 2 +- 1 files

[tryton-commits] changeset in modules/stock:default Call super() method of view_a...

2021-04-09 Thread Nicolas Évrard
changeset 1f805acff803 in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset=1f805acff803 description: Call super() method of view_attributes issue10151 review349551002 diffstat: inventory.py | 2 +- move.py | 2 +- shipment.py | 2

[tryton-commits] changeset in modules/account:default Use subquery to gain perfor...

2021-04-12 Thread Nicolas Évrard
changeset ac039369474a in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=ac039369474a description: Use subquery to gain performance in account.account.party issue10216 review353411002 diffstat: account.py | 21 +++--

[tryton-commits] changeset in tryton:default Use specific search domain for refer...

2021-04-12 Thread Nicolas Évrard
changeset 558aeef898cd in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=558aeef898cd description: Use specific search domain for reference field searches issue9997 review324781002 diffstat: tryton/common/domain_inversion.py | 57

[tryton-commits] changeset in trytond:default Use specific search domain for refe...

2021-04-12 Thread Nicolas Évrard
changeset ee23aca64b26 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=ee23aca64b26 description: Use specific search domain for reference field searches issue9997 review324781002 diffstat: trytond/tests/test_tools.py | 59

[tryton-commits] changeset in sao:default Use specific search domain for referenc...

2021-04-12 Thread Nicolas Évrard
changeset eab088332684 in sao:default details: https://hg.tryton.org/sao?cmd=changeset=eab088332684 description: Use specific search domain for reference field searches issue9997 review324781002 diffstat: src/common.js | 105

[tryton-commits] changeset in trytond:default Add support for database connection...

2021-04-12 Thread Nicolas Évrard
changeset dd0bb6655e6d in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=dd0bb6655e6d description: Add support for database connection parameters to configuration URI issue10101 review339891002 diffstat: CHANGELOG | 1

[tryton-commits] changeset in modules/account_invoice:default Allow column sql ty...

2021-04-12 Thread Nicolas Évrard
changeset 6675d0caa210 in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=6675d0caa210 description: Allow column sql types to be tested from the table handler issue9645 review312421002 diffstat: payment_term.py | 17

[tryton-commits] changeset in trytond:default Allow column sql types to be tested...

2021-04-12 Thread Nicolas Évrard
changeset e775cf82255f in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=e775cf82255f description: Allow column sql types to be tested from the table handler issue9645 review312421002 diffstat: CHANGELOG | 1 +

[tryton-commits] changeset in trytond:default Use immutable datastructures for Di...

2021-04-12 Thread Nicolas Évrard
changeset e7526f0686ec in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=e7526f0686ec description: Use immutable datastructures for Dict and MultiSelection fields In case a Dict field is sent during an on_change, modification of its value won't be

[tryton-commits] changeset in trytond:default Escape identifiers in backend

2021-04-12 Thread Nicolas Évrard
changeset 892807681516 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=892807681516 description: Escape identifiers in backend issue10245 review317021002 diffstat: trytond/backend/postgresql/database.py | 66 +

[tryton-commits] changeset in tryton:5.0 Use specific search domain for reference...

2021-04-19 Thread Nicolas Évrard
changeset af77eea40b5b in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=af77eea40b5b description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from 558aeef898cd410c74d51a2e5ced9cbe8baaa899) diffstat:

[tryton-commits] changeset in trytond:5.8 Use specific search domain for referenc...

2021-04-19 Thread Nicolas Évrard
changeset 95a67741ae49 in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset=95a67741ae49 description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from ee23aca64b26f0bc15419382936bdc54ce3800f0) diffstat:

[tryton-commits] changeset in trytond:5.6 Use specific search domain for referenc...

2021-04-19 Thread Nicolas Évrard
changeset 801d153ef88d in trytond:5.6 details: https://hg.tryton.org/trytond?cmd=changeset=801d153ef88d description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from ee23aca64b26f0bc15419382936bdc54ce3800f0) diffstat:

[tryton-commits] changeset in sao:5.6 Use specific search domain for reference fi...

2021-04-19 Thread Nicolas Évrard
changeset 31c8626e1723 in sao:5.6 details: https://hg.tryton.org/sao?cmd=changeset=31c8626e1723 description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from eab0883326841dcaa1770e3c7d2aaeda27edb28b) diffstat:

[tryton-commits] changeset in sao:5.0 Use specific search domain for reference fi...

2021-04-19 Thread Nicolas Évrard
changeset 96c7d07a3eed in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=96c7d07a3eed description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from eab0883326841dcaa1770e3c7d2aaeda27edb28b) diffstat:

[tryton-commits] changeset in sao:5.8 Use specific search domain for reference fi...

2021-04-19 Thread Nicolas Évrard
changeset edfe33c6a4f2 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=edfe33c6a4f2 description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from eab0883326841dcaa1770e3c7d2aaeda27edb28b) diffstat:

[tryton-commits] changeset in tryton:5.8 Use specific search domain for reference...

2021-04-19 Thread Nicolas Évrard
changeset d8984ce5a8e6 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=d8984ce5a8e6 description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from 558aeef898cd410c74d51a2e5ced9cbe8baaa899) diffstat:

[tryton-commits] changeset in tryton:5.6 Use specific search domain for reference...

2021-04-19 Thread Nicolas Évrard
changeset 72ccc8121d55 in tryton:5.6 details: https://hg.tryton.org/tryton?cmd=changeset=72ccc8121d55 description: Use specific search domain for reference field searches issue9997 review324781002 (grafted from 558aeef898cd410c74d51a2e5ced9cbe8baaa899) diffstat:

[tryton-commits] changeset in sao:default Protect trusted devices against brute f...

2021-02-21 Thread Nicolas Évrard
changeset d10e0a87299d in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=d10e0a87299d description: Protect trusted devices against brute force attack issue9386 review321511002 diffstat: CHANGELOG | 1 + src/session.js | 35

[tryton-commits] changeset in tryton:default Protect trusted devices against brut...

2021-02-21 Thread Nicolas Évrard
changeset e4bfb7718b16 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=e4bfb7718b16 description: Protect trusted devices against brute force attack issue9386 review321511002 diffstat: CHANGELOG | 1 + tryton/device_cookie.py |

[tryton-commits] changeset in trytond:default Protect trusted devices against bru...

2021-02-21 Thread Nicolas Évrard
changeset d3a8ed75e4c0 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=d3a8ed75e4c0 description: Protect trusted devices against brute force attack issue9386 review321511002 diffstat: CHANGELOG | 1 +

[tryton-commits] changeset in tryton:default Fix wrong import name introduced in ...

2021-02-21 Thread Nicolas Évrard
changeset 1d89fd9b64b3 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=1d89fd9b64b3 description: Fix wrong import name introduced in changeset e4bfb7718b16 diffstat: tryton/rpc.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (30 lines):

[tryton-commits] changeset in sao:5.6 Set loaded fields first after O2M on_change...

2021-02-11 Thread Nicolas Évrard
changeset 2b26d52977fc in sao:5.6 details: https://hg.tryton.org/sao?cmd=changeset;node=2b26d52977fc description: Set loaded fields first after O2M on_change calls issue9930 review302811002 (grafted from 10156791f1edd6b90c87f21bc8ee3f69b75fe7d3) diffstat:

[tryton-commits] changeset in sao:5.8 Set loaded fields first after O2M on_change...

2021-02-11 Thread Nicolas Évrard
changeset 660c38b94d52 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=660c38b94d52 description: Set loaded fields first after O2M on_change calls issue9930 review302811002 (grafted from 10156791f1edd6b90c87f21bc8ee3f69b75fe7d3) diffstat:

[tryton-commits] changeset in tryton:5.8 Set loaded fields first after O2M on_cha...

2021-02-11 Thread Nicolas Évrard
changeset fbd06865965b in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset;node=fbd06865965b description: Set loaded fields first after O2M on_change calls issue9930 review302811002 (grafted from 65002d9965d4e90f160baa20dc4edcf16c32a6eb) diffstat:

[tryton-commits] changeset in tryton:5.6 Set loaded fields first after O2M on_cha...

2021-02-11 Thread Nicolas Évrard
changeset 53774043c622 in tryton:5.6 details: https://hg.tryton.org/tryton?cmd=changeset;node=53774043c622 description: Set loaded fields first after O2M on_change calls issue9930 review302811002 (grafted from 65002d9965d4e90f160baa20dc4edcf16c32a6eb) diffstat:

[tryton-commits] changeset in tryton:default Recursively destroy records before p...

2021-09-02 Thread Nicolas Évrard
changeset b1b613ba6059 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=b1b613ba6059 description: Recursively destroy records before propagating the signal issue10686 review371591003 diffstat: tryton/gui/window/view_form/model/group.py | 4 +++- 1

[tryton-commits] changeset in tryton:5.0 Recursively destroy records before propa...

2021-09-10 Thread Nicolas Évrard
changeset 15d0f7fceefb in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=15d0f7fceefb description: Recursively destroy records before propagating the signal issue10686 review371591003 (grafted from b1b613ba6059248938777afd16e58eb64b6d18de) diffstat:

[tryton-commits] changeset in tryton:6.0 Recursively destroy records before propa...

2021-09-10 Thread Nicolas Évrard
changeset eec33f5ae46d in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=eec33f5ae46d description: Recursively destroy records before propagating the signal issue10686 review371591003 (grafted from b1b613ba6059248938777afd16e58eb64b6d18de) diffstat:

[tryton-commits] changeset in tryton:5.8 Recursively destroy records before propa...

2021-09-10 Thread Nicolas Évrard
changeset f7682f7f12cc in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=f7682f7f12cc description: Recursively destroy records before propagating the signal issue10686 review371591003 (grafted from b1b613ba6059248938777afd16e58eb64b6d18de) diffstat:

[tryton-commits] changeset in trytond:default Use UNION for 'Or'-ed domain with s...

2021-09-15 Thread Nicolas Évrard
changeset 47c55a8f9db6 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=47c55a8f9db6 description: Use UNION for 'Or'-ed domain with subqueries issue10658 review365781002 diffstat: CHANGELOG |1 + trytond/model/modelsql.py

[tryton-commits] changeset in modules/account:default Computes GeneralLedger time...

2021-10-12 Thread Nicolas Évrard
changeset 1b3d9d7a758f in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=1b3d9d7a758f description: Computes GeneralLedger timespan on either dates or period issue10249 review351991002 diffstat: account.py | 49

[tryton-commits] changeset in modules/account:default Computes GeneralLedger time...

2021-10-12 Thread Nicolas Évrard
changeset 9f6bf9d17129 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=9f6bf9d17129 description: Computes GeneralLedger timespan on either dates or period (scenario patch) issue10249 review351991002 diffstat:

[tryton-commits] changeset in tryton:default Fix typo in Gdk identifier

2021-10-20 Thread Nicolas Évrard
changeset ad169d67663a in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=ad169d67663a description: Fix typo in Gdk identifier issue10882 review354241002 diffstat: tryton/gui/window/win_export.py | 2 +- 1 files changed, 1 insertions(+), 1

[tryton-commits] changeset in trytond:default Use global cache for Function field...

2021-10-11 Thread Nicolas Évrard
changeset 05235e67b280 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=05235e67b280 description: Use global cache for Function fields in readonly transactions issue10491 review352081002 diffstat: CHANGELOG | 1 +

[tryton-commits] changeset in trytond:default Pass default class order to __searc...

2021-10-11 Thread Nicolas Évrard
changeset f04093042cc4 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=f04093042cc4 description: Pass default class order to __search_query issue10838 review383251002 diffstat: trytond/model/modelsql.py | 4 ++-- trytond/tests/modelsql.py

[tryton-commits] changeset in trytond:default Move tests related to OR-ed domain ...

2021-09-28 Thread Nicolas Évrard
changeset 100cdd3d479a in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=100cdd3d479a description: Move tests related to OR-ed domain to ModelSQL test case diffstat: trytond/tests/test_modelsql.py | 182 1 files changed, 91

[tryton-commits] changeset in trytond:default Reconstruct local domain after spli...

2021-09-28 Thread Nicolas Évrard
changeset 08914e8bb9b1 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=08914e8bb9b1 description: Reconstruct local domain after split_subquery_domain issue10761 review338921002 diffstat: trytond/model/modelsql.py | 12

[tryton-commits] changeset in trytond:default Include order columns in UNION-ed s...

2021-10-06 Thread Nicolas Évrard
changeset 428bf1c84a3d in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=428bf1c84a3d description: Include order columns in UNION-ed search queries issue10790 review365991002 diffstat: trytond/model/modelsql.py | 59 --

[tryton-commits] changeset in trytond:default Use specific model for OR2UNION tests

2021-10-07 Thread Nicolas Évrard
changeset 4eb15d8c9f95 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=4eb15d8c9f95 description: Use specific model for OR2UNION tests issue10832 review362881002 diffstat: trytond/tests/modelsql.py | 19 ---

[tryton-commits] changeset in sao:default Consider Dict Char entries set to None ...

2021-09-21 Thread Nicolas Évrard
changeset fb81af61fc6c in sao:default details: https://hg.tryton.org/sao?cmd=changeset=fb81af61fc6c description: Consider Dict Char entries set to None as set to "" issue10485 review346431002 diffstat: src/view/form.js | 9 - 1 files changed, 8 insertions(+), 1

[tryton-commits] changeset in tryton:default Consider Dict Char entries set to No...

2021-09-21 Thread Nicolas Évrard
changeset 456afb21b221 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=456afb21b221 description: Consider Dict Char entries set to None as set to "" issue10485 review346431002 diffstat: tryton/gui/window/view_form/view/form_gtk/dictionary.py | 8

[tryton-commits] changeset in tryton:default Replace deepcopy by our own implemen...

2022-01-04 Thread Nicolas Évrard
changeset 3486a6152b50 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=3486a6152b50 description: Replace deepcopy by our own implementation issue11054 review387551002 diffstat: tryton/gui/window/view_form/screen/screen.py | 10 +-

[tryton-commits] changeset in modules/account_payment:default Add the payment amo...

2021-11-28 Thread Nicolas Évrard
changeset 7bf36298ce19 in modules/account_payment:default details: https://hg.tryton.org/modules/account_payment?cmd=changeset=7bf36298ce19 description: Add the payment amount to invoice's amount_to_pay when the payment line is unreconciled issue10757 review371951002

[tryton-commits] changeset in modules/project_invoice:default Take into account u...

2021-11-22 Thread Nicolas Évrard
changeset 36f5c90fef99 in modules/project_invoice:default details: https://hg.tryton.org/modules/project_invoice?cmd=changeset=36f5c90fef99 description: Take into account up to date when computing invoice quantity issue10836 review373811003 diffstat: project.py

[tryton-commits] changeset in modules/account_invoice:5.8 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset fa41151c466c in modules/account_invoice:5.8 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=fa41151c466c description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account_invoice:6.0 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset de52945e5a1f in modules/account_invoice:6.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=de52945e5a1f description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account_invoice:5.0 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset 0a1b68ee851f in modules/account_invoice:5.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=0a1b68ee851f description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account:6.0 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset b49cef68eccf in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset=b49cef68eccf description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in modules/account:5.8 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset b815f9d87027 in modules/account:5.8 details: https://hg.tryton.org/modules/account?cmd=changeset=b815f9d87027 description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in modules/account:5.0 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset 9e62f657bd4c in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset=9e62f657bd4c description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in modules/account_invoice:default Do not copy invoice...

2021-10-29 Thread Nicolas Évrard
changeset 24ecdc76c60a in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=24ecdc76c60a description: Do not copy invoice payments when copying move lines issue10502 review367121002 diffstat: account.py | 6 ++ 1

[tryton-commits] changeset in tryton:6.0 Fix typo in Gdk identifier

2021-10-22 Thread Nicolas Évrard
changeset 310c54d59854 in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=310c54d59854 description: Fix typo in Gdk identifier issue10882 review354241002 (grafted from ad169d67663af50ba14d203d891bdf040a975c56) diffstat:

[tryton-commits] changeset in tryton:5.8 Fix typo in Gdk identifier

2021-10-22 Thread Nicolas Évrard
changeset 80b122d3d328 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=80b122d3d328 description: Fix typo in Gdk identifier issue10882 review354241002 (grafted from ad169d67663af50ba14d203d891bdf040a975c56) diffstat:

[tryton-commits] changeset in modules/account:6.0 Computes GeneralLedger timespan...

2021-10-28 Thread Nicolas Évrard
changeset b8e1dbe63fe9 in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset=b8e1dbe63fe9 description: Computes GeneralLedger timespan on either dates or period issue10249 review351991002 (grafted from

[tryton-commits] changeset in modules/account:5.8 Computes GeneralLedger timespan...

2021-10-28 Thread Nicolas Évrard
changeset 457a43244a31 in modules/account:5.8 details: https://hg.tryton.org/modules/account?cmd=changeset=457a43244a31 description: Computes GeneralLedger timespan on either dates or period issue10249 review351991002 (grafted from

[tryton-commits] changeset in modules/account:5.0 Computes GeneralLedger timespan...

2021-10-28 Thread Nicolas Évrard
changeset 7e4d170b3f7c in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset=7e4d170b3f7c description: Computes GeneralLedger timespan on either dates or period issue10249 review351991002 (grafted from

[tryton-commits] changeset in modules/account:default Test GL context values agai...

2021-10-27 Thread Nicolas Évrard
changeset 1e8fd17cfc05 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=1e8fd17cfc05 description: Test GL context values against None instead of using their presence issue10896 review385271002 diffstat: account.py | 6 +++--- 1

[tryton-commits] changeset in modules/project_invoice:6.0 Take into account up to...

2021-11-29 Thread Nicolas Évrard
changeset 01cc29f7f793 in modules/project_invoice:6.0 details: https://hg.tryton.org/modules/project_invoice?cmd=changeset=01cc29f7f793 description: Take into account up to date when computing invoice quantity issue10836 review373811003 (grafted from

[tryton-commits] changeset in modules/project_invoice:6.2 Take into account up to...

2021-11-29 Thread Nicolas Évrard
changeset b861d455d5b7 in modules/project_invoice:6.2 details: https://hg.tryton.org/modules/project_invoice?cmd=changeset=b861d455d5b7 description: Take into account up to date when computing invoice quantity issue10836 review373811003 (grafted from

[tryton-commits] changeset in www.tryton.org:default Remove bitpay donation form

2022-02-15 Thread Nicolas Évrard
changeset e5bf688bb6f9 in www.tryton.org:default details: https://hg.tryton.org/www.tryton.org?cmd=changeset=e5bf688bb6f9 description: Remove bitpay donation form review385711005 diffstat: templates/donate.html | 58 --- 1 files

[tryton-commits] changeset in modules/account:default Add missing alias on migrat...

2022-02-10 Thread Nicolas Évrard
changeset 0ab649829988 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=0ab649829988 description: Add missing alias on migration query of Deferrals issue11072 review360881005 diffstat: account.py | 3 ++- 1 files changed, 2

[tryton-commits] changeset in sao:6.2 Return rec_name RPC call promise when avail...

2022-02-26 Thread Nicolas Évrard
changeset 1fa900154756 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset=1fa900154756 description: Return rec_name RPC call promise when available in M2O field set and set_default issue11030 review374421002 (grafted from

[tryton-commits] changeset in sao:5.0 Return rec_name RPC call promise when avail...

2022-02-26 Thread Nicolas Évrard
changeset 5c064d99853e in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=5c064d99853e description: Return rec_name RPC call promise when available in M2O field set and set_default issue11030 review374421002 (grafted from

<    1   2   3   4   5   >