[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update translations [skip ci]

2023-10-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 67c4c357 by Cédric Krier at 2023-10-28T14:15:23+02:00 Update translations [skip ci] - - - - - 17 changed files: - modules/account/locale/bg.po - modules/account/locale/ca.po - modules/account/locale/cs.po -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Test to_date in context to get dates for general ledger

2023-10-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 43f38256 by Cédric Krier at 2023-10-21T16:21:40+02:00 Test to_date in context to get dates for general ledger 1b3d9d7a758f added the wrong test to exclude period and dates. Closes #12629 - - - - - 1 changed file: -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Disable navigation_with_keys for linting

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f3558910 by Cédric Krier at 2023-10-25T12:06:34+02:00 Disable navigation_with_keys for linting pydata-sphinx-theme 0.14.2 raises a warning with the default value of navigation_with_keys. Closes #12666 - - - - - 1

[tryton-commits] [Mercurial][tryton/translations][branch/default] 19 commits: Translated using Weblate (Catalan)

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 68bdec9b by Sergi Almacellas Abellana at 2023-10-25T08:03:14+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (389 of 389 strings) Translation: Tryton/tryton Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Prepare release 7.0.0

2023-10-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 12fab932 by Cédric Krier at 2023-10-30T18:17:32+01:00 Prepare release 7.0.0 - - - - - ca605d53 by Cédric Krier at 2023-10-30T18:17:51+01:00 Add tag 7.0.0 - - - - - 8eceedf6 by Cédric Krier at 2023-10-30T18:51:13+01:00

[tryton-commits] [Mercurial][tryton/tryton] Pushed new branch branch/7.0

2023-10-30 Thread @ced
Cédric Krier pushed new branch branch/7.0 at Tryton / Tryton -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/tree/branch/7.0 You're receiving this email because of your account on foss.heptapod.net.

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Restore get purchase unit price

2023-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9468c2e4 by Cédric Krier at 2023-09-24T16:49:52+02:00 Restore get purchase unit price 2f25450e11f6 removes it but it is needed for purchase_price_list module. - - - - - 9247a31a by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail to set default fiscal year when context value is None

2023-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4580a66e by Cédric Krier at 2023-09-17T19:19:17+02:00 Do not fail to set default fiscal year when context value is None We can not compare contextual fiscalyear or period as positive if their values have been set to

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Keep trying to rename sequence when table is renamed

2023-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ff68233b by Cédric Krier at 2023-09-17T19:39:19+02:00 Keep trying to rename sequence when table is renamed For table renamed before baa87cf1a343, we must keep renaming existing sequence because the migration to identity

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Define when set or reset employee field

2023-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f96fcd19 by Cédric Krier at 2023-09-17T09:58:08+02:00 Define when set or reset employee field - - - - - 4eca4c83 by Sergi Almacellas Abellana at 2023-07-06T16:27:53+02:00 Set employee who validates and posts invoices

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Fallback to original copied value of assigned stock move

2023-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: af5b9c7f by Cédric Krier at 2023-09-17T19:55:50+02:00 Fallback to original copied value of assigned stock move The default values used by 9d4aff3c72e2 to group copy calls may contains keys that are not in the modified

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Always show entry of URL widget in form

2023-09-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d8236c1d by Cédric Krier at 2023-08-18T20:46:02+02:00 Always show entry of URL widget in form This allows to copy the URL without opening it even if it is readonly. Closes #1340 - - - - - 3 changed files: -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 2 commits: Translated using Weblate (Catalan)

2023-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 55e3d0bb by Sergi Almacellas Abellana at 2023-09-28T13:04:16+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (162 of 162 strings) Translation: Tryton/account_payment Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use fallback value for charset, url_charset and encoding_errors

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0f5c7ceb by Cédric Krier at 2023-09-30T19:55:24+02:00 Use fallback value for charset, url_charset and encoding_errors Werkzeug 3.0 removes those attributes. Closes #12604 - - - - - 2 changed files: -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 9 commits: Translated using Weblate (French)

2023-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 1d0ec406 by Cédric Krier at 2023-09-30T20:17:58+00:00 Translated using Weblate (French) Currently translated at 100.0% (987 of 987 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] Use fallback value for charset, url_charset and encoding_errors

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: c34e9866 by Cédric Krier at 2023-09-30T19:55:24+02:00 Use fallback value for charset, url_charset and encoding_errors Werkzeug 3.0 removes those attributes. Closes #12604 (grafted from

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Return promotion unit price as None if it is evaluated to Null

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b140fa6e by Cédric Krier at 2023-09-26T09:48:13+02:00 Return promotion unit price as None if it is evaluated to Null Closes #12591 - - - - - 1 changed file: - modules/sale_promotion/sale.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/6.6] Use fallback value for charset, url_charset and encoding_errors

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton Commits: 0564da49 by Cédric Krier at 2023-09-30T19:55:24+02:00 Use fallback value for charset, url_charset and encoding_errors Werkzeug 3.0 removes those attributes. Closes #12604 (grafted from

[tryton-commits] [Mercurial][tryton/tryton][branch/6.8] Use fallback value for charset, url_charset and encoding_errors

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton Commits: e51ea4df by Cédric Krier at 2023-09-30T19:55:24+02:00 Use fallback value for charset, url_charset and encoding_errors Werkzeug 3.0 removes those attributes. Closes #12604 (grafted from

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Block row selected handler when unselect all of list-form

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e3e6d713 by Cédric Krier at 2023-09-24T21:09:34+02:00 Block row selected handler when unselect all of list-form aa8eb78f1b75 and d0c1933ce509 blocked the wrong method before calling unselect_all. Closes #12451 - - - - -

[tryton-commits] [Mercurial][tryton/translations][branch/default] Monthly update

2023-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 3de2a3a3 by Weblate at 2023-10-01T02:14:55+02:00 Monthly update - - - - - 30 changed files: - templates/account_budget.pot - templates/account_fr_chorus.pot - templates/account_invoice.pot -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 2 commits: Translated using Weblate (French)

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 4290a827 by Cédric Krier at 2023-10-01T20:58:00+00:00 Translated using Weblate (French) Currently translated at 100.0% (235 of 235 strings) Translation: Tryton/sao Translate-URL:

[tryton-commits] [Mercurial][tryton/translations][branch/default] Add inbound_email module

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 1beb5b0a by Cédric Krier at 2023-10-01T17:27:04+02:00 Add inbound_email module - - - - - 30 changed files: - + modules/inbound_email/locale/ar.po - + modules/inbound_email/locale/bg.po - +

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 8 commits: Store a copy of reference selection

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: cc8fc33b by Cédric Krier at 2023-06-21T10:59:55+02:00 Store a copy of reference selection Same as #810 but for reference fields - - - - - aedd6a22 by Cédric Krier at 2023-07-19T22:02:49+02:00 Do not uniquely sort list in

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not set default value for removed consumed field when copying subscription

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 72620b88 by Adrià Tarroja Caubet at 2023-09-24T19:07:58+02:00 Do not set default value for removed consumed field when copying subscription The field consumed has been replaced by consumed until since 3ddf6d1eab0d.

[tryton-commits] [Mercurial][tryton/translations][branch/default] 4 commits: Add document_incoming module

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: d229122a by Cédric Krier at 2023-10-01T22:52:31+02:00 Add document_incoming module - - - - - 6dff12ab by Cédric Krier at 2023-10-01T22:53:15+02:00 Add document_incoming_invoice module - - - - - 4a86c24a by Cédric

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add route test case

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 17c808fa by Cédric Krier at 2023-09-12T18:52:14+02:00 Add route test case - - - - - 87efd5b1 by Cédric Krier at 2023-09-06T13:19:11+02:00 Add inbound email module - - - - - 30 changed files: - .gitlab-ci-modules.yml -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 2 commits: Translated using Weblate (French)

2023-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 92c52cd6 by Cédric Krier at 2023-10-01T15:30:38+00:00 Translated using Weblate (French) Currently translated at 100.0% (31 of 31 strings) Translation: Tryton/product_price_list Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 11 commits: Check inventory quantity of supplier shipment

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c44ce573 by Cédric Krier at 2023-08-23T19:04:28+02:00 Check inventory quantity of supplier shipment Closes #4545 - - - - - 83b2a820 by Cédric Krier at 2023-08-23T19:04:20+02:00 Check inventory lot quantities of supplier

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Require unit price only for confirmed purchase

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 65be15fb by Cédric Krier at 2023-08-17T19:19:51+02:00 Require unit price only for confirmed purchase This allows to send quotation to supplier without prices and fill them when the quotation is received. Closes #12498 -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Fix wrong eval domain field on sale line actual_quantity

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4019093b by Adrià Tarroja Caubet at 2023-09-14T16:15:12+02:00 Fix wrong eval domain field on sale line actual_quantity Close #12568 - - - - - 1 changed file: - modules/sale/sale.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Change currency exchange account order in form

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 03677a51 by Adrià Tarroja Caubet at 2023-09-20T17:41:09+02:00 Change currency exchange account order in form Closes #12585 - - - - - 1 changed file: - modules/account/view/configuration_form.xml View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Support database cache as template for tests on PostgreSQL

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d58a9f03 by Nicolas Évrard at 2023-10-02T11:16:27+02:00 Support database cache as template for tests on PostgreSQL - - - - - 6493250b by Nicolas Évrard at 2023-09-16T12:36:43+02:00 Use multiple jobs to dump and restore a

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Allow refreshing invoice report cache

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f880d0a6 by Maxime Richez at 2023-09-19T14:12:42+02:00 Allow refreshing invoice report cache Closes #12091 - - - - - 09c9ff35 by Maxime Richez at 2023-09-19T14:17:33+02:00 Always allow editing invoice reference,

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use grid layout to implement form container in sao

2023-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e5446fb8 by Nicolas Évrard at 2023-10-02T12:54:03+02:00 Use grid layout to implement form container in sao Closes #11966 - - - - - 3 changed files: - sao/CHANGELOG - sao/src/sao.less - sao/src/view/form.js View it

[tryton-commits] [Mercurial][tryton/tryton][branch/5.0] 5 commits: Recall advance line only for the amount not yet recalled

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton Commits: f7cd4e2d by Cédric Krier at 2023-09-24T11:20:29+02:00 Recall advance line only for the amount not yet recalled The method get_recall_lines is called each time an invoice is created so it should consider the amount previously

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Store original planned date of stock move and compute delay

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ae26f885 by Cédric Krier at 2023-09-10T21:28:51+02:00 Store original planned date of stock move and compute delay - - - - - b3e1e446 by Cédric Krier at 2023-09-10T21:27:51+02:00 Store original planned date of shipments to

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 8 commits: Recall advance line only for the amount not yet recalled

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: dfb8e30a by Cédric Krier at 2023-09-24T11:23:22+02:00 Recall advance line only for the amount not yet recalled The method get_recall_lines is called each time an invoice is created so it should consider the amount previously

[tryton-commits] [Mercurial][tryton/tryton][branch/6.8] 9 commits: Recall advance line only for the amount not yet recalled

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton Commits: 2d6fe1c0 by Cédric Krier at 2023-08-29T17:06:55+02:00 Recall advance line only for the amount not yet recalled The method get_recall_lines is called each time an invoice is created so it should consider the amount previously

[tryton-commits] [Mercurial][tryton/tryton][branch/6.6] 9 commits: Recall advance line only for the amount not yet recalled

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton Commits: f3a222a1 by Cédric Krier at 2023-08-29T17:06:55+02:00 Recall advance line only for the amount not yet recalled The method get_recall_lines is called each time an invoice is created so it should consider the amount previously

[tryton-commits] [Mercurial][tryton/translations][branch/default] Translated using Weblate (French)

2023-09-27 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 4aa943af by Cédric Krier at 2023-09-27T14:41:35+00:00 Translated using Weblate (French) Currently translated at 100.0% (107 of 107 strings) Translation: Tryton/sale_opportunity Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton-docker-ci][branch/default] Use Python 3.11

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Docker CI Commits: 3b672607 by Nicolas Évrard at 2023-01-29T18:44:23+01:00 Use Python 3.11 - - - - - 1 changed file: - Dockerfile View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use origin description as fallback description for account move and line

2023-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 73fda56f by Cédric Krier at 2023-09-16T10:30:44+02:00 Use origin description as fallback description for account move and line Closes #12571 - - - - - 20 changed files: - modules/account/CHANGELOG -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Warn when cancelling, grouping, rescheduling or delegating move line with payment

2023-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 55ec756b by Cédric Krier at 2023-09-08T20:52:32+02:00 Warn when cancelling, grouping, rescheduling or delegating move line with payment - - - - - 028f9a6b by Cédric Krier at 2023-09-11T12:47:13+02:00 Warn when

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 4 commits: Add warning when receiving too much goods from purchase

2023-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 43008f91 by Cédric Krier at 2023-08-24T18:18:15+02:00 Add warning when receiving too much goods from purchase Closes #12521 - - - - - d4286581 by Cédric Krier at 2023-08-24T18:26:05+02:00 Add warning when receiving too

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 5 commits: Display shipment state and warehouse country on delivery note

2023-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 12a51da0 by Cédric Krier at 2023-08-26T12:51:51+02:00 Display shipment state and warehouse country on delivery note Closes #12501 Closes #5224 - - - - - dae9a4ec by Cédric Krier at 2023-08-26T12:52:53+02:00 Display

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add comment about the ISO 20022 Intellectual Property Right Policy

2023-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 98284ff2 by Cédric Krier at 2023-08-27T13:45:32+02:00 Add comment about the ISO 20022 Intellectual Property Right Policy Closes #12304 - - - - - 10 changed files: -

[tryton-commits] [Mercurial][tryton/tryton][branch/6.8] 39 commits: Prepare release trytond-6.8.5

2023-10-04 Thread @ced
Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton Commits: 6e5b2de3 by Cédric Krier at 2023-10-04T23:53:24+02:00 Prepare release trytond-6.8.5 - - - - - d67bf6c7 by Cédric Krier at 2023-10-04T23:53:25+02:00 Add tag trytond-6.8.5 - - - - - b11e4540 by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/6.6] 39 commits: Prepare release trytond-6.6.13

2023-10-04 Thread @ced
Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton Commits: b247 by Cédric Krier at 2023-10-04T23:55:36+02:00 Prepare release trytond-6.6.13 - - - - - 5850fbba by Cédric Krier at 2023-10-04T23:55:37+02:00 Add tag trytond-6.6.13 - - - - - ba63e7bb by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/5.0] 18 commits: Prepare release trytond-5.0.62

2023-10-04 Thread @ced
Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton Commits: 2508418f by Cédric Krier at 2023-10-04T23:58:37+02:00 Prepare release trytond-5.0.62 - - - - - 6a6bff1e by Cédric Krier at 2023-10-04T23:58:39+02:00 Add tag trytond-5.0.62 - - - - - 227c7cb1 by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 33 commits: Prepare release trytond-6.0.36

2023-10-04 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: 7ab15fd8 by Cédric Krier at 2023-10-04T23:56:28+02:00 Prepare release trytond-6.0.36 - - - - - c043d39f by Cédric Krier at 2023-10-04T23:56:30+02:00 Add tag trytond-6.0.36 - - - - - 05397e30 by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Rename uom into unit in customer return restocking list report

2023-09-19 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b0a5d422 by Cédric Krier at 2023-09-19T10:15:03+02:00 Rename uom into unit in customer return restocking list report Since 7129f417a22c uom on stock move is renamed into unit. - - - - - 1 changed file: -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 22 commits: Translated using Weblate (Dutch)

2023-09-26 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: d675af3f by EdbO at 2023-09-26T12:52:11+00:00 Translated using Weblate (Dutch) Currently translated at 100.0% (987 of 987 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Use analytic move line to check move domain

2023-09-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c987db77 by Cédric Krier at 2023-09-12T18:39:15+02:00 Use analytic move line to check move domain Closes #12560 - - - - - 7dbe4041 by Cédric Krier at 2023-09-12T18:39:48+02:00 Add test for changing type of analytic

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Fix wording of description help of move template

2023-10-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 74c5f549 by Cédric Krier at 2023-09-30T22:18:47+02:00 Fix wording of description help of move template - - - - - 1 changed file: - modules/account/move_template.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/translations][branch/default] Update translation files

2023-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: bcd827aa by Weblate at 2023-10-11T21:41:50+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/document_incoming_invoice Translate-URL:

[tryton-commits] [Mercurial][tryton/translations][branch/default] Update translation files

2023-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 4505fdb4 by Weblate at 2023-10-11T21:42:43+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/document_incoming_ocr Translate-URL:

[tryton-commits] [Mercurial][tryton/translations][branch/default] 7 commits: Translated using Weblate (Spanish)

2023-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 1b562f90 by Sergi Almacellas Abellana at 2023-10-11T17:14:41+00:00 Translated using Weblate (Spanish) Currently translated at 100.0% (20 of 20 strings) Translation: Tryton/account_dunning_email Translate-URL:

[tryton-commits] [Mercurial][tryton/translations][branch/default] Update translation files

2023-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 88bab499 by Weblate at 2023-10-11T21:43:03+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/document_incoming_ocr_typless Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add menu entry to list warehouses

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 03f89960 by Maxime Richez at 2023-10-09T12:43:39+02:00 Add menu entry to list warehouses Closes #12608 - - - - - 2 changed files: - modules/stock/CHANGELOG - modules/stock/location.xml View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set inventory moves readonly for picked customer shipment

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e5736b10 by Maxime Richez at 2023-10-05T13:33:29+02:00 Set inventory moves readonly for picked customer shipment Closes #12613 - - - - - 1 changed file: - modules/stock/shipment.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Add shipping reference in replacement of reference

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b1e64adf by Cédric Krier at 2023-10-07T17:27:42+02:00 Add shipping reference in replacement of reference - - - - - cd54dd61 by Sergi Almacellas Abellana at 2023-05-17T09:04:54+02:00 Make shipment reference not readonly

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Make purchase request description always readonly

2023-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 940abe64 by Cédric Krier at 2023-10-07T19:22:06+02:00 Make purchase request description always readonly The changeset 3a0931d04904 added a readonly states but the description is a substitut to the product so it should be

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add missing button decorator to POS cash transfer

2023-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9ff2578f by Cédric Krier at 2023-10-07T20:05:38+02:00 Add missing button decorator to POS cash transfer Closes #12623 - - - - - 1 changed file: - modules/sale_point/sale.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Always fill product and template of cost price revision

2023-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 50bf49b7 by Cédric Krier at 2023-10-05T13:06:22+02:00 Always fill product and template of cost price revision If an error is raised when computing the new cost price, the management tries to display the product name. So

[tryton-commits] [Mercurial][tryton/website][branch/default] Prevent update to Flask 3.0

2023-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 831df93b by Cédric Krier at 2023-10-12T15:44:42+02:00 Prevent update to Flask 3.0 Flask Gravatar 0.5 is not compatible with Flask 3.0 - - - - - 1 changed file: - requirements.txt View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove trailing comma on time_series definition on purchase reporting per product

2023-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d29f3186 by Cédric Krier at 2023-10-02T09:44:26+02:00 Remove trailing comma on time_series definition on purchase reporting per product Closes #12605 - - - - - 1 changed file: - modules/purchase/purchase_reporting.py

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 5 commits: Remove extra button group access

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0455f160 by Cédric Krier at 2023-09-20T09:45:20+02:00 Remove extra button group access Since ab05d05bb811 there is no need to have access defined on button if they are the same as the write access on the model. Closes

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add user to get keyword cache

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 766e6e71 by Cédric Krier at 2023-09-20T09:59:02+02:00 Add user to get keyword cache Since d41d48d68cdf model access is checked for window actions. So the returned keywords depend on the user access rights. Closes #12580

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 24 commits: Return an ordered tuple for groups of current user

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d7442458 by Cédric Krier at 2023-09-20T10:15:28+02:00 Return an ordered tuple for groups of current user So the tuple can be easily compared and used as key. - - - - - faeda566 by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Reset state of records when a sibling is in exception on node collapse

2023-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b0a9efa7 by Nicolas Évrard at 2023-08-14T17:57:19+02:00 Reset state of records when a sibling is in exception on node collapse When loading a record raises an error, the record stays in error forever. With the node

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not sum empty cost used to create sale shipment cost

2023-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0b77e5ee by Cédric Krier at 2023-10-02T18:39:14+02:00 Do not sum empty cost used to create sale shipment cost Closes #12610 - - - - - 1 changed file: - modules/sale_shipment_cost/sale.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not copy account statement descriptions to moves nor lines

2023-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: bf32a10e by Cédric Krier at 2023-10-05T12:55:43+02:00 Do not copy account statement descriptions to moves nor lines Since 73fda56fc994 the description of the origin is used as fallback. Closes #12615 - - - - - 2

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not consider sale as done when invoice or shipment state are none

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 87d1b5dd by Cédric Krier at 2023-09-27T12:29:36+02:00 Do not consider sale as done when invoice or shipment state are none If there are still line to invoice or to ship, the sale should not be done. Closes #12594 - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Display optional company on lines to pay list

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 76ef3f8d by Cédric Krier at 2023-10-02T12:05:42+02:00 Display optional company on lines to pay list - - - - - 1 changed file: - modules/account_payment/view/move_line_list.xml View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not store in transaction cache instances of Reference fields

2023-10-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 7f259367 by Cédric Krier at 2023-09-28T17:44:29+02:00 Do not store in transaction cache instances of Reference fields If the target of the Reference field is deleted, the transaction cache is not cleared because there is

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Convert ImmutableDict points value from quality inspection before modify it

2023-10-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1ff533c6 by Cédric Krier at 2023-09-24T23:59:20+02:00 Convert ImmutableDict points value from quality inspection before modify it Closes #12551 - - - - - 1 changed file: - modules/quality/quality.py View it on

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not get context for rule evaluation as root

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4d3d16dc by Cédric Krier at 2023-10-07T14:49:07+02:00 Do not get context for rule evaluation as root Since f2d4e71a704e the context must be computed for each rule so the loop must be outside of the root context used to

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set origin on shipment cost invoice line earlier

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5b76f68d by Cédric Krier at 2023-08-29T14:11:32+02:00 Set origin on shipment cost invoice line earlier The origin must be set before calling on_change_product such that module like account_tax_rule_country can fill the

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use __file__ attribute of loaded module for egg modules

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2306ca8d by Cédric Krier at 2023-09-27T09:37:07+02:00 Use __file__ attribute of loaded module for egg modules Since pip = 23, the Distribution location does not point to the development directory. Closes #12582 - - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set focus on Many2One entry after clearing its value in sao

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 58ad51c5 by Sergi Almacellas Abellana at 2023-10-07T19:14:23+02:00 Set focus on Many2One entry after clearing its value in sao Closes #12550 - - - - - 1 changed file: - sao/src/view/form.js View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Record.get_eval must return only loaded values

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9a60185d by Cédric Krier at 2023-09-24T19:01:07+02:00 Record.get_eval must return only loaded values Sao must behave the same way as tryton does with the changeset 4d2bd7127a51. Closes #12415 - - - - - 1 changed file:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Post move when posting sale point transfer

2023-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 947e16a7 by Sergi Almacellas Abellana at 2023-10-07T19:55:15+02:00 Post move when posting sale point transfer Closes #12563 - - - - - 2 changed files: - modules/sale_point/sale.py -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add preview of sequence

2023-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c1c7dfd3 by Cédric Krier at 2023-10-02T18:10:30+02:00 Add preview of sequence Closes #12609 - - - - - 3 changed files: - trytond/trytond/ir/sequence.py - trytond/trytond/ir/view/sequence_form.xml -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add [x|y][expand|fill] attribute to button in form RNG

2023-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 6ba40cc3 by Cédric Krier at 2023-10-05T16:23:02+02:00 Add [x|y][expand|fill] attribute to button in form RNG Closes #12617 - - - - - 2 changed files: - trytond/trytond/ir/ui/form.rnc - trytond/trytond/ir/ui/form.rng

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove EGG_MODULES to rely only on imported module path

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d29ec7a3 by Cédric Krier at 2023-10-12T01:30:18+02:00 Remove EGG_MODULES to rely only on imported module path - - - - - 7 changed files: - trytond/bin/trytond - trytond/trytond/commandline.py -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 39 commits: Translated using Weblate (French)

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 52373af1 by Cédric Krier at 2023-10-18T10:21:41+00:00 Translated using Weblate (French) Currently translated at 100.0% (989 of 989 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/translations][branch/default] 4 commits: Translated using Weblate (Slovenian)

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 325c12a0 by Blaž Bregar at 2023-10-18T14:30:52+00:00 Translated using Weblate (Slovenian) Currently translated at 94.9% (939 of 989 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] Bind callback of history_revisions to the tab form

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: ac9b4c31 by Cédric Krier at 2023-10-13T09:16:00+02:00 Bind callback of history_revisions to the tab form bd73cefcf802 backported code that uses `this` but the upper versions are using arrow functions. Closes #12642 - - - -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 21 commits: Translated using Weblate (Spanish)

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 871bb700 by Sergi Almacellas Abellana at 2023-10-18T16:24:55+00:00 Translated using Weblate (Spanish) Currently translated at 100.0% (989 of 989 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/gentoo-overlay][branch/default] 12 commits: app-office/trytond: versions bump

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Gentoo Overlay Commits: 43e1c0d7 by Cédric Krier at 2023-10-17T18:53:48+02:00 app-office/trytond: versions bump - - - - - aaadb786 by Cédric Krier at 2023-10-17T19:49:41+02:00 app-office/tryton: versions bump - - - - - 1cc2202b by Cédric

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use explicit Stripe API version

2023-10-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4e94ed80 by Cédric Krier at 2023-10-12T20:26:35+02:00 Use explicit Stripe API version Since Stripe v6 the API version is set by the library instead of using the configured default. Closes #12641 - - - - - 1 changed

[tryton-commits] [Mercurial][tryton/translations][branch/default] 2 commits: Translated using Weblate (Catalan)

2023-10-19 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 15a6445e by Sergi Almacellas Abellana at 2023-10-19T07:08:21+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (42 of 42 strings) Translation: Tryton/product_measurements Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not use .hidden class to mark cell in grid as hidden

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: efda1562 by Cédric Krier at 2023-10-02T17:28:01+02:00 Do not use .hidden class to mark cell in grid as hidden In e5446fb8d4ce the .hidden class is added to cells to remove the padding of empty but Boostrap defines the

[tryton-commits] [Mercurial][tryton/translations][branch/default] Prepare release 7.0

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 1e3ed40f by Weblate at 2023-10-09T18:45:49+02:00 Prepare release 7.0 - - - - - 23 changed files: - templates/account.pot - templates/account_invoice.pot - templates/account_move_line_grouping.pot -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 78 commits: Update translation files

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 9fb684de by Weblate at 2023-10-09T16:50:29+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/account_budget Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 4 commits: Compute taxes when sale is changed on line

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 81e72b15 by Cédric Krier at 2023-10-04T17:17:51+02:00 Compute taxes when sale is changed on line Closes #12612 - - - - - 56dab1d9 by Cédric Krier at 2023-10-04T17:18:23+02:00 Add scenario to test default taxes for sale

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Assign id instead of instance when filling invoice from document incoming

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 35bc2507 by Cédric Krier at 2023-10-06T15:04:39+02:00 Assign id instead of instance when filling invoice from document incoming This ensures that the instances have the right context from the field definition. Closes

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Grant read access for account group to stock move

2023-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: bf82265e by Maxime Richez at 2023-10-02T13:39:00+02:00 Grant read access for account group to stock move Closes #12602 - - - - - 2 changed files: - modules/account_invoice_stock/CHANGELOG -

[tryton-commits] [Mercurial][tryton/translations][branch/default] 4 commits: Translated using Weblate (Dutch)

2023-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 3bd19d10 by EdbO at 2023-10-10T18:59:27+00:00 Translated using Weblate (Dutch) Currently translated at 100.0% (20 of 20 strings) Translation: Tryton/account_dunning_email Translate-URL:

<    1   2   3   4   5   6   7   8   9   10   >