[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add company on packages tree view

2024-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4ae2c651 by Sergi Almacellas Abellana at 2024-08-21T10:23:23+02:00 Add company on packages tree view - - - - - 2 changed files: - modules/stock_package/view/package_list.xml - modules/stock_package/view/package_tree.xml

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Only consider done forecast when checking if they overlap

2024-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b498598f by Sergi Almacellas Abellana at 2024-10-01T13:49:34+02:00 Only consider done forecast when checking if they overlap Closes #13553 - - - - - 1 changed file: - modules/stock_forecast/forecast.py View it on Hep

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Test all the SQL constraints name first before testing common column names

2024-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 6a8474f8 by Cédric Krier at 2024-10-10T00:44:50+02:00 Test all the SQL constraints name first before testing common column names Closes #13586 - - - - - 157e7533 by Cédric Krier at 2024-10-10T00:48:39+02:00 Test if all co

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add depends on periods when changing company of tax code context

2024-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 12cab3bc by Cédric Krier at 2024-09-30T17:22:37+02:00 Add depends on periods when changing company of tax code context Since fa8f759f834b there is an assert to ensure that changing values of xxx2Many can be done only if t

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add sparkline chart tools

2024-10-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 069e524f by Cédric Krier at 2024-09-29T12:36:21+02:00 Add sparkline chart tools Closes #13548 - - - - - 50df35c6 by Cédric Krier at 2024-09-29T11:46:53+02:00 Use sparkline tools instead of pygal - - - - - 17 changed fil

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 5 commits: Reduce padding for affix in tree view

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5777b36a by José Antonio Díaz Miralles at 2024-08-09T00:16:55+02:00 Reduce padding for affix in tree view - - - - - c146d4e6 by Cédric Krier at 2024-10-11T23:03:51+02:00 Remove margin on image of treeview expander - - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Prevent deletion of non-pending quality inspections

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 413ec431 by Sergi Almacellas Abellana at 2024-10-11T21:22:14+02:00 Prevent deletion of non-pending quality inspections Closes #13456 - - - - - 4 changed files: - modules/quality/CHANGELOG - modules/quality/message.xml

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Manage to replace products

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 77062b11 by Cédric Krier at 2024-09-03T12:39:57+02:00 Manage to replace products - - - - - 16 changed files: - modules/product/CHANGELOG - modules/product/__init__.py - modules/product/doc/design.rst - modules/product/d

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

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 12da3148 by Maciej Nowak at 2024-10-11T14:07:07+00:00 Translated using Weblate (Polish) Currently translated at 58.6% (697 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use Function field to test if invoice has an account move

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 7a15feed by Sergi Almacellas Abellana at 2024-10-11T15:33:51+02:00 Use Function field to test if invoice has an account move This prevents to hide the post button if the user has no read access to the account moves. Clos

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

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 9903878f by Maciej Nowak at 2024-10-11T13:35:54+00:00 Translated using Weblate (Polish) Currently translated at 57.4% (683 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

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

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 21d5d0bc by Maciej Nowak at 2024-10-11T09:29:22+00:00 Translated using Weblate (Polish) Currently translated at 56.6% (674 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not create twice a chart of account in Stripe dispute scenario

2024-10-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 73092a5f by Cédric Krier at 2024-10-11T09:23:27+02:00 Do not create twice a chart of account in Stripe dispute scenario 7a523d9c3ffa activate the module with the creation of chart of account. - - - - - 1 changed file:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Lock the table before checking uniqueness of coupon number

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: eb6278d9 by Cédric Krier at 2024-02-06T23:53:28+01:00 Lock the table before checking uniqueness of coupon number Closes #13011 - - - - - be852ff2 by Cédric Krier at 2024-09-27T10:35:53+02:00 Add validity dates to coupon n

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

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Gentoo Overlay Commits: aa7062fc by Cédric Krier at 2024-10-10T21:16:47+02:00 app-office/sao: versions bump - - - - - c9e371cd by Cédric Krier at 2024-10-10T21:19:17+02:00 app-office/trytond: versions bump - - - - - a26d67eb by Cédric Kri

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add setup methods to activate_modules

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ac57afc0 by Cédric Krier at 2024-09-10T18:01:29+02:00 Add setup methods to activate_modules - - - - - 7a523d9c by Cédric Krier at 2024-09-11T19:05:12+02:00 Create company and chart of account when activate modules in test

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

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 54c9d784 by Maciej Nowak at 2024-10-10T12:49:56+00:00 Translated using Weblate (Polish) Currently translated at 53.2% (633 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add optional company to account statement list view

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 6af8e210 by Cédric Krier at 2024-09-16T18:33:11+02:00 Add optional company to account statement list view - - - - - 1 changed file: - modules/account_statement/view/statement_tree.xml View it on Heptapod: https://fos

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail to get Stripe refund failure reason if it is not present

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4a1bb913 by Cédric Krier at 2024-10-10T14:18:32+02:00 Do not fail to get Stripe refund failure reason if it is not present Closes #13590 - - - - - 1 changed file: - modules/account_payment_stripe/payment.py View it o

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update usage of synchronous Record.validate and _check_load

2024-10-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f1fa123a by Cédric Krier at 2024-10-03T14:44:09+02:00 Update usage of synchronous Record.validate and _check_load Closes #13497 - - - - - 6 changed files: - sao/src/model.js - sao/src/screen.js - sao/src/view/form.js -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Do not display payment errors when payment or refund is succeeded

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b89ca15a by Cédric Krier at 2024-10-01T12:28:44+02:00 Do not display payment errors when payment or refund is succeeded - - - - - 71e20f66 by Cédric Krier at 2024-10-01T12:30:37+02:00 Clear Stripe error codes when updated

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

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: fbaf1de5 by Maciej Nowak at 2024-10-09T14:21:12+00:00 Translated using Weblate (Polish) Currently translated at 51.6% (614 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add configuration for maximum size of inbound email request

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b58d3285 by Cédric Krier at 2024-09-16T19:31:04+02:00 Add configuration for maximum size of inbound email request Closes #13514 - - - - - e5f06bfe by Cédric Krier at 2024-09-16T19:32:38+02:00 Add configuration for maximum

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 5 commits: Set default y-attributes for notebook

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 8a01020e by Cédric Krier at 2024-09-27T20:44:56+02:00 Set default y-attributes for notebook - - - - - 1efc4f2f by Cédric Krier at 2024-09-27T20:47:52+02:00 Render xalign-end as start on small screen As the rule was not in

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove duplicated timestamps from history_revisions

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 68120f89 by Sergi Almacellas Abellana at 2024-09-19T09:49:33+02:00 Remove duplicated timestamps from history_revisions Closes #13528 - - - - - 1 changed file: - trytond/trytond/model/modelsql.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Order errors by descending id

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b857a787 by Cédric Krier at 2024-09-25T09:56:50+02:00 Order errors by descending id Usually it is the latest errors that are interesting for the user. - - - - - 1 changed file: - trytond/trytond/ir/error.py View it o

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Extend domain to reschedule not yet done shipment

2024-10-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: fb89da8e by Maxime Richez at 2024-09-20T14:58:46+02:00 Extend domain to reschedule not yet done shipment Closes #13536 - - - - - 2 changed files: - modules/stock/CHANGELOG - modules/stock/shipment.py View it on Hepta

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

2024-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 3f63739b by Maciej Nowak at 2024-10-08T12:58:22+00:00 Translated using Weblate (Polish) Currently translated at 49.8% (593 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 4 commits: Use design to fill companies and employees first on user form

2024-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4174b7e9 by Cédric Krier at 2024-09-24T19:31:56+02:00 Use design to fill companies and employees first on user form To make it obvious that companies and employees must be filled first, they are displayed first and the co

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Allow switching to non-form view even if no record is selected

2024-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 532aa26b by Cédric Krier at 2024-09-24T17:23:12+02:00 Allow switching to non-form view even if no record is selected Closes #13511 - - - - - 4 changed files: - sao/src/screen.js - sao/src/tab.js - tryton/tryton/gui/win

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 7 commits: Use One2Many length to set sensitivity on next/previous buttons

2024-10-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e1def8c3 by Cédric Krier at 2024-09-24T11:26:14+02:00 Use One2Many length to set sensitivity on next/previous buttons Closes #12950 - - - - - 5578e2cf by Cédric Krier at 2024-09-24T12:10:24+02:00 Keep current record if it

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Allow agent to be deactivated

2024-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 34a2031d by Cédric Krier at 2024-08-25T20:36:32+02:00 Allow agent to be deactivated Closes #13282 - - - - - af1ac670 by Cédric Krier at 2024-08-25T20:37:14+02:00 Show products on agent form - - - - - 5c43fbab by Cédric Kr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Allow admin users to update invoice tax description and legal notice

2024-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 26d68f72 by Cédric Krier at 2024-10-01T15:31:05+02:00 Allow admin users to update invoice tax description and legal notice Closes #13554 - - - - - 1 changed file: - modules/account_invoice/invoice.py View it on Hepta

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

2024-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 0b5eded4 by Maciej Nowak at 2024-10-07T14:00:39+00:00 Translated using Weblate (Polish) Currently translated at 49.2% (586 of 1189 strings) Translation: Tryton/account Translate-URL: https://translate.tryton.org/pr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Reset cancelled invoice to posted when unpaid

2024-10-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: cbb38184 by Cédric Krier at 2024-09-13T15:30:26+02:00 Reset cancelled invoice to posted when unpaid Closes #13509 - - - - - 2 changed files: - modules/account_invoice/invoice.py - modules/account_invoice/tests/scenario

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove company domain from price list action window

2024-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 3e78baf6 by Sergi Almacellas Abellana at 2024-07-23T11:12:24+02:00 Remove company domain from price list action window Closes #13416 - - - - - 2 changed files: - modules/product_price_list/price_list.xml - modules/prod

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Deactivate only the class buttons in x2M widgets

2024-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 006b4deb by Nicolas Évrard at 2024-09-19T11:09:47+02:00 Deactivate only the class buttons in x2M widgets Closes #13530 - - - - - 1 changed file: - tryton/tryton/gui/window/view_form/view/list_gtk/widget.py View it on

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove print statement in exception handling of cron's run

2024-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 443690e6 by Cédric Krier at 2024-10-06T12:20:13+02:00 Remove print statement in exception handling of cron's run - - - - - 1 changed file: - trytond/trytond/ir/cron.py View it on Heptapod: https://foss.heptapod.net/t

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Exclude the move which defer the invoice line amount

2024-10-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e4758cb2 by Cédric Krier at 2024-09-27T19:28:03+02:00 Exclude the move which defer the invoice line amount The move to defer amount must be created before creating the period move in case we need to compute the remainder

[tryton-commits] [Mercurial][tryton/tryton][branch/7.2] 69 commits: Prepare release trytond-7.2.10

2024-10-05 Thread @ced
Cédric Krier pushed to branch branch/7.2 at Tryton / Tryton Commits: e87dce06 by Cédric Krier at 2024-10-05T17:01:03+02:00 Prepare release trytond-7.2.10 - - - - - 93238fb8 by Cédric Krier at 2024-10-05T17:01:04+02:00 Add tag trytond-7.2.10 - - - - - 75c4fc6a by Cédric Krier at 2024-10-05T17:01

[tryton-commits] [Mercurial][tryton/tryton][branch/7.0] 69 commits: Prepare release trytond-7.0.19

2024-10-05 Thread @ced
Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton Commits: 364620f7 by Cédric Krier at 2024-10-05T17:03:16+02:00 Prepare release trytond-7.0.19 - - - - - e01e132c by Cédric Krier at 2024-10-05T17:03:17+02:00 Add tag trytond-7.0.19 - - - - - 91681087 by Cédric Krier at 2024-10-05T17:03

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 48 commits: Prepare release trytond-6.0.53

2024-10-05 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: abdd87a4 by Cédric Krier at 2024-10-05T17:05:42+02:00 Prepare release trytond-6.0.53 - - - - - 4cf93aeb by Cédric Krier at 2024-10-05T17:05:43+02:00 Add tag trytond-6.0.53 - - - - - bd0fcfa6 by Cédric Krier at 2024-10-05T17:05

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

2024-10-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 21eee7fd by Maciej Nowak at 2024-10-04T13:35:23+00:00 Translated using Weblate (Polish) Currently translated at 54.0% (185 of 342 strings) Translation: Tryton/account_invoice Translate-URL: https://translate.tryton

[tryton-commits] [Mercurial][tryton/tryton][branch/7.2] Do not copy origin of stock moves in each shipment

2024-10-04 Thread @ced
Cédric Krier pushed to branch branch/7.2 at Tryton / Tryton Commits: f4e83ecc by Cédric Krier at 2024-10-01T18:32:18+02:00 Do not copy origin of stock moves in each shipment The ShipmentMixin is also used by the production which does not have a moves field. Closes #13555 (grafted from 459a580

[tryton-commits] [Mercurial][tryton/tryton][branch/7.0] Do not copy origin of stock moves in each shipment

2024-10-04 Thread @ced
Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton Commits: ff48 by Cédric Krier at 2024-10-01T18:32:18+02:00 Do not copy origin of stock moves in each shipment The ShipmentMixin is also used by the production which does not have a moves field. Closes #13555 (grafted from 459a580

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] Do not copy origin of stock moves in each shipment

2024-10-04 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: 565ce3c7 by Cédric Krier at 2024-10-01T18:32:18+02:00 Do not copy origin of stock moves in each shipment The ShipmentMixin is also used by the production which does not have a moves field. Closes #13555 (grafted from 459a580

[tryton-commits] [Mercurial][tryton/tryton][branch/7.0] Check loaded field synchronously when validate synchronously

2024-10-04 Thread @ced
Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton Commits: 277a73bb by Cédric Krier at 2024-10-03T15:09:55+02:00 Check loaded field synchronously when validate synchronously #13497 (grafted from 1c470285a122607a8b9789ac36830c6155596c72) - - - - - 1 changed file: - sao/src/model.js

[tryton-commits] [Mercurial][tryton/tryton][branch/7.2] Check loaded field synchronously when validate synchronously

2024-10-04 Thread @ced
Cédric Krier pushed to branch branch/7.2 at Tryton / Tryton Commits: 1c470285 by Cédric Krier at 2024-10-03T15:09:55+02:00 Check loaded field synchronously when validate synchronously #13497 - - - - - 1 changed file: - sao/src/model.js View it on Heptapod: https://foss.heptapod.net/tryto

[tryton-commits] [Mercurial][tryton/tryton][branch/7.0] Backed out changeset 0e87b1cf7ea1

2024-10-03 Thread @ced
Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton Commits: 20a80e7d by Cédric Krier at 2024-10-03T14:35:05+02:00 Backed out changeset 0e87b1cf7ea1 - - - - - 2 changed files: - sao/src/model.js - tryton/tryton/gui/window/view_form/model/record.py View it on Heptapod: https://foss

[tryton-commits] [Mercurial][tryton/tryton][branch/7.2] Backed out changeset dc03e341c129

2024-10-03 Thread @ced
Cédric Krier pushed to branch branch/7.2 at Tryton / Tryton Commits: 087eef03 by Cédric Krier at 2024-10-03T14:34:40+02:00 Backed out changeset dc03e341c129 - - - - - 2 changed files: - sao/src/model.js - tryton/tryton/gui/window/view_form/model/record.py View it on Heptapod: https://foss

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Check load of only fields being validated

2024-10-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4ee9d341 by Cédric Krier at 2024-10-02T12:05:16+02:00 Check load of only fields being validated Closes #13556 - - - - - 759347c5 by Cédric Krier at 2024-10-02T12:07:48+02:00 Consider as loaded the fields marked as modifie

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not copy origin of stock moves in each shipment

2024-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 459a5802 by Cédric Krier at 2024-10-01T18:32:18+02:00 Do not copy origin of stock moves in each shipment The ShipmentMixin is also used by the production which does not have a moves field. Closes #13555 - - - - - 1 cha

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

2024-10-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 6664e9ec by Maciej Nowak at 2024-10-02T12:48:18+00:00 Translated using Weblate (Polish) Currently translated at 73.1% (131 of 179 strings) Translation: Tryton/account_payment Translate-URL: https://translate.tryton

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not return today planned shipping date of sale line when in the past

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a748de86 by Cédric Krier at 2024-09-07T13:59:57+02:00 Do not return today planned shipping date of sale line when in the past Closes #13298 - - - - - c6b71853 by Cédric Krier at 2024-09-07T14:00:50+02:00 Do not return emp

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 13 commits: Remove nonexistent sequence from purchase request quotation line view

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: aa542b7c by Cédric Krier at 2024-09-22T18:21:25+02:00 Remove nonexistent sequence from purchase request quotation line view Closes #13541 (grafted from 21ee3ac23dfc9b162d3d2deb5c98a1b9dafdd069) - - - - - b9a2e6c8 by Cédric Kr

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Return the display promise when creating a new record from the screen

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1dfc2391 by Nicolas Évrard at 2024-09-24T16:37:50+02:00 Return the display promise when creating a new record from the screen This is necessary because otherwise it could result in concurrent update of the models of the m

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add warning when using implicit rec_name target for relational domain

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9f70244d by Nicolas Évrard at 2024-09-07T00:39:55+02:00 Add warning when using implicit rec_name target for relational domain - - - - - 30 changed files: - modules/account/account.py - modules/account/account.xml - modu

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

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: a2b8a3f9 by Maciej Nowak at 2024-10-01T13:32:56+00:00 Translated using Weblate (Polish) Currently translated at 64.1% (104 of 162 strings) Translation: Tryton/sale_point Translate-URL: https://translate.tryton.org/

[tryton-commits] [Mercurial][tryton/tryton][branch/7.2] 19 commits: Remove nonexistent sequence from purchase request quotation line view

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/7.2 at Tryton / Tryton Commits: 083bd629 by Cédric Krier at 2024-09-22T18:21:25+02:00 Remove nonexistent sequence from purchase request quotation line view Closes #13541 (grafted from 21ee3ac23dfc9b162d3d2deb5c98a1b9dafdd069) - - - - - 94b4c745 by Maxime Ri

[tryton-commits] [Mercurial][tryton/tryton][branch/7.0] 17 commits: Remove nonexistent sequence from purchase request quotation line view

2024-10-01 Thread @ced
Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton Commits: 0dae9bb7 by Cédric Krier at 2024-09-22T18:21:25+02:00 Remove nonexistent sequence from purchase request quotation line view Closes #13541 (grafted from 21ee3ac23dfc9b162d3d2deb5c98a1b9dafdd069) - - - - - 96a4fa9f by Maxime Ri

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

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: f4f16833 by Weblate at 2024-09-30T22:06:47+00:00 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Tryton/sale_point Translate-URL: https://translate.tryton

[tryton-commits] [Mercurial][tryton/gentoo-overlay][branch/default] dev-python/python-sql: version bumps

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Gentoo Overlay Commits: 5136fdcf by Cédric Krier at 2024-09-30T22:50:03+02:00 dev-python/python-sql: version bumps - - - - - 2 changed files: - dev-python/python-sql/Manifest - dev-python/python-sql/python-sql-1.5.1.ebuild → dev-pytho

[tryton-commits] [Mercurial][tryton/python-sql] Pushed new tag 1.5.2

2024-09-30 Thread @ced
Cédric Krier pushed new tag 1.5.2 at Tryton / python-sql -- View it on Heptapod: https://foss.heptapod.net/tryton/python-sql/-/tree/1.5.2 You're receiving this email because of your account on foss.heptapod.net.

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

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / python-sql Commits: 41b0aaa6 by Cédric Krier at 2024-09-30T22:43:34+02:00 Prepare release - - - - - e8e4a904 by Cédric Krier at 2024-09-30T22:43:40+02:00 Added tag 1.5.2 for changeset 41b0aaa68f5e - - - - - 3c5c62d1 by Cédric Krier at 202

[tryton-commits] [Mercurial][tryton/python-sql][branch/default] Use parameter for unary operator

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / python-sql Commits: f20551bb by Cédric Krier at 2024-09-23T23:21:39+02:00 Use parameter for unary operator Closes #93 - - - - - 3 changed files: - CHANGELOG - sql/operators.py - sql/tests/test_operators.py View it on Heptapod: http

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

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 2d68fcc9 by raimon at 2024-09-30T07:45:26+00:00 Translated using Weblate (Spanish) Currently translated at 100.0% (42 of 42 strings) Translation: Tryton/purchase_amendment Translate-URL: https://translate.tryton.o

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 6 commits: Rename "Products by Locations" into "Products"

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2d60fab1 by Cédric Krier at 2024-09-14T12:38:24+02:00 Rename "Products by Locations" into "Products" As the locations are added to the tab name, there is no need to specify that it is "by Locations". - - - - - b3285115 by

[tryton-commits] [Mercurial][tryton/communication/demo][branch/default] 2 commits: Stop and remove only containers

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Communication / Demo Commits: a849fd6f by Cédric Krier at 2024-09-16T09:25:35+02:00 Stop and remove only containers Stopping and removing networks is frequently generating issue that requires to restart the docker daemon. - - - - - e3d3e

[tryton-commits] [Mercurial][tryton/communication/demo][branch/default] Remove version from docker-compose

2024-09-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Communication / Demo Commits: d7a974d9 by Cédric Krier at 2024-09-30T10:20:01+02:00 Remove version from docker-compose The version is obsolete: https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-ele

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Move "Open Lines" button to product price list module

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 68816ce9 by Cédric Krier at 2024-09-18T18:14:58+02:00 Move "Open Lines" button to product price list module Closes #13527 - - - - - 10 changed files: - modules/product_price_list/CHANGELOG - modules/product_price_list/

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Iterate only once to sort records by order clauses

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a0fa2a32 by Cédric Krier at 2024-09-18T13:46:10+02:00 Iterate only once to sort records by order clauses Instead of sorting the list multiple times applying order clause one by one in reverse order, the list is sorted onl

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Keep CSV export window opened

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2497bd7a by Cédric Krier at 2024-09-17T16:50:50+02:00 Keep CSV export window opened Closes #13521 - - - - - 965eda35 by Cédric Krier at 2024-09-17T17:24:36+02:00 Use dedicated buttons for CSV import and export Closes #10

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Prevent deletion of stock lot used for stock move

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e0583ea7 by Cédric Krier at 2024-09-17T15:48:01+02:00 Prevent deletion of stock lot used for stock move Closes #13519 - - - - - 1fcb558f by Cédric Krier at 2024-09-17T15:49:46+02:00 Prevent modification of the stock lot o

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Synchronise PYSON code to represent params

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 6ed4cc4d by Cédric Krier at 2024-09-28T16:50:07+02:00 Synchronise PYSON code to represent params Different versions of the code were commit in e2bb5ac20d22 - - - - - 74253fdc by Cédric Krier at 2024-09-28T16:51:26+02:00 U

[tryton-commits] [Mercurial][tryton/communication/website][branch/default] Remove version from docker-compose

2024-09-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Communication / Website Commits: fa90cdd3 by Cédric Krier at 2024-09-29T10:15:29+02:00 Remove version from docker-compose The version is obsolete: https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add searcher for name of sale reporting per region

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1228810b by Cédric Krier at 2024-09-10T15:38:44+02:00 Add searcher for name of sale reporting per region Closes #13466 - - - - - 1cca2552 by Cédric Krier at 2024-09-10T15:40:19+02:00 Check that rec_name is searchable on s

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add method to the backend to estimate number of rows

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d2c55a19 by Nicolas Évrard at 2024-09-28T18:02:31+02:00 Add method to the backend to estimate number of rows Such that each backend can rely on its own statistics. Closes #13118 - - - - - 8 changed files: - trytond/CH

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Fill the source value of fmany2one in create and write methods

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: fccd620a by Cédric Krier at 2024-09-19T13:31:59+02:00 Fill the source value of fmany2one in create and write methods We can not rely on the Function field setter to set the value because it may be too late if the source f

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Always validate record synchronously

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 42db63c1 by Cédric Krier at 2024-09-06T17:47:00+02:00 Always validate record synchronously Closes #13497 - - - - - 2 changed files: - sao/src/model.js - tryton/tryton/gui/window/view_form/model/record.py View it on H

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Clear employee fields when duplicating invoices

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2ee77846 by Sergi Almacellas Abellana at 2024-09-28T15:19:35+02:00 Clear employee fields when duplicating invoices Closes #13471 - - - - - 1 changed file: - modules/account_invoice/invoice.py View it on Heptapod: ht

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Show complete button on shipped shipments

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c12e9d27 by Sergi Almacellas Abellana at 2024-08-21T10:32:12+02:00 Show complete button on shipped shipments Closes #13455 - - - - - 1 changed file: - modules/stock/shipment.py View it on Heptapod: https://foss.hept

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Clear packages when copying shipments

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e9535472 by Sergi Almacellas Abellana at 2024-09-28T14:24:03+02:00 Clear packages when copying shipments Closes #13454 - - - - - 1 changed file: - modules/stock_package/stock.py View it on Heptapod: https://foss.hep

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Save party configuration after replacing vat identifiers

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 3152614b by Adrià Tarroja Caubet at 2024-07-03T14:14:49+02:00 Save party configuration after replacing vat identifiers Closes #13387 - - - - - 1 changed file: - modules/party/configuration.py View it on Heptapod: ht

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not try to assign currency id to the invoice if the currency has not be found

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 31f3495c by Cédric Krier at 2024-09-20T15:52:43+02:00 Do not try to assign currency id to the invoice if the currency has not be found Closes #13538 - - - - - 1 changed file: - modules/document_incoming_ocr/document.py

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not format discount with currency if there is no currency

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b35f96c5 by Cédric Krier at 2024-09-19T19:30:06+02:00 Do not format discount with currency if there is no currency Closes #13531 - - - - - 1 changed file: - modules/sale_discount/sale.py View it on Heptapod: https:/

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Test invoice of invoice line before using it to compute remaining quantity

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1ee1dcdc by Cédric Krier at 2024-09-19T19:14:31+02:00 Test invoice of invoice line before using it to compute remaining quantity Closes #13534 - - - - - 2 changed files: - modules/purchase/purchase.py - modules/sale/sa

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Handle PYSON default value in Eval for repr

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e2bb5ac2 by Nicolas Évrard at 2024-09-19T16:16:20+02:00 Handle PYSON default value in Eval for repr Closes #13533 - - - - - e5a2df1e by Nicolas Évrard at 2024-09-27T15:30:47+02:00 Add tests on PYSON default value - - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove unexisting model keyword from msg_size_validation catalan translation

2024-09-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 559e3eb1 by Sergi Almacellas Abellana at 2024-09-17T10:42:45+02:00 Remove unexisting model keyword from msg_size_validation catalan translation Closes #13516 - - - - - 1 changed file: - trytond/trytond/ir/locale/ca.po

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Test if origin id is greater or equals to 0 before accessing the target record

2024-09-27 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 49749022 by Cédric Krier at 2024-09-09T12:46:16+02:00 Test if origin id is greater or equals to 0 before accessing the target record Closes #13498 - - - - - 10 changed files: - modules/account_invoice/invoice.py - modu

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Start PostgreSQL URI path with a '/'

2024-09-27 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 6d420b9f by Cédric Krier at 2024-09-24T10:19:57+02:00 Start PostgreSQL URI path with a '/' Since https://github.com/python/cpython/issues/76960 if the path of the URI does not start with a '/', the netloc is removed. Clo

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not copy origin of stock moves when duplicate shipments

2024-09-26 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b347d4dc by Cédric Krier at 2024-09-06T13:31:44+02:00 Do not copy origin of stock moves when duplicate shipments Closes #13496 - - - - - d3cb3fa5 by Cédric Krier at 2024-09-06T13:32:08+02:00 Do not copy origin of stock in

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not format quantities with digits in over shipment warning message

2024-09-26 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5bd93cbd by Cédric Krier at 2024-09-06T10:08:09+02:00 Do not format quantities with digits in over shipment warning message The rounding, due to the number of digits, may display an confusing message for which both quanti

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Round up the measurements for package shipping APIs

2024-09-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 34b17e6b by Cédric Krier at 2024-09-05T13:47:53+02:00 Round up the measurements for package shipping APIs Closes #13494 - - - - - 3 changed files: - modules/stock_package_shipping_dpd/stock.py - modules/stock_package_s

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not reset non-existent fields on requisition in draft state

2024-09-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 35037337 by Maxime Richez at 2024-09-19T13:55:32+02:00 Do not reset non-existent fields on requisition in draft state Closes #13532 - - - - - 1 changed file: - modules/purchase_requisition/purchase.py View it on Hept

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove $ before series in formatted document URL without base URL

2024-09-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: fb3ea8f1 by Cédric Krier at 2024-09-03T17:55:42+02:00 Remove $ before series in formatted document URL without base URL - - - - - 30 changed files: - cookiecutter-module/{{ cookiecutter.module_name }}/doc/conf.py - modu

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update scenario for the merge of warehouse_location and storage_location in order point

2024-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a3dcf201 by Cédric Krier at 2024-09-24T18:41:47+02:00 Update scenario for the merge of warehouse_location and storage_location in order point fb59b06d251b merged both fields into a single location field. #13476 - - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail to clean fields from missing model from the pool

2024-09-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e7824152 by Cédric Krier at 2024-09-12T13:17:37+02:00 Do not fail to clean fields from missing model from the pool Closes #13504 - - - - - 1 changed file: - trytond/trytond/ir/model.py View it on Heptapod: https://f

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add setup indexes method to ModelSQL

2024-09-23 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 424ddb16 by Cédric Krier at 2024-08-31T21:13:55+02:00 Add setup indexes method to ModelSQL As __setup_indexes__ is always called on all the ModelSQL once they have been setup in the pool, this ensures that the definition

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Group accounts per company when computing the balance, debit or credit

2024-09-23 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4cfdcc4b by Cédric Krier at 2024-08-30T12:50:29+02:00 Group accounts per company when computing the balance, debit or credit The Move.query_get relies on the contextual company to filter the lines. So when computing an am

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Link stock moves with invoice lines only for the same quantity sign as the order line

2024-09-23 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 20c538f3 by Cédric Krier at 2024-08-27T13:24:29+02:00 Link stock moves with invoice lines only for the same quantity sign as the order line When invoice lines are created to correct invoices quantity, it should not be li

  1   2   3   4   5   6   7   8   9   10   >