[tryton-commits] [Mercurial][tryton/tryton][branch/default] Hide taxes deductible rate for invoice lines without the type line

2023-07-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a8970730 by Cédric Krier at 2023-06-28T12:25:54+02:00 Hide taxes deductible rate for invoice lines without the type line - - - - - 1 changed file: - modules/account_invoice/invoice.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Document on_change methods under ModelView instead of Model

2023-07-12 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a379ef0e by Cédric Krier at 2023-07-04T18:39:28+02:00 Document on_change methods under ModelView instead of Model - - - - - 2 changed files: - trytond/doc/ref/models.rst - trytond/doc/ref/wizard.rst Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Limit type to tax identifier for party tax identifier of invoice

2023-07-13 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 216e4358 by Cédric Krier at 2023-06-27T15:00:59+02:00 Limit type to tax identifier for party tax identifier of invoice Closes #12356 - - - - - eb60c91d by Cédric Krier at 2023-06-27T15:06:34+02:00 Simplify tax identifier

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Remove anchor from Wikipedia link to Ledger

2023-07-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 4d6c824e by Cédric Krier at 2023-07-10T09:21:27+02:00 Remove anchor from Wikipedia link to Ledger The anchor does not exist anymore and in general the anchor on Wikipedia should be avoided because they may change at any

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Call load method on record to retrieve binary value for binary widget in list

2023-07-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1de8cadc by Cédric Krier at 2023-07-12T15:13:32+02:00 Call load method on record to retrieve binary value for binary widget in list The call to fetch was introduced in 61900bf04dfb but the method does not exist. Closes

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not call screen display when instance button modify a record

2023-07-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9307841c by Cédric Krier at 2023-07-03T19:49:02+02:00 Do not call screen display when instance button modify a record The method set_modified already take care of calling display to the proper screens. - - - - - 1

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not display delegated amount if it is 0

2023-07-18 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: aaa42fcf by Cédric Krier at 2023-06-13T12:56:54+02:00 Do not display delegated amount if it is 0 This prevents to display the currency when there is no amount delegated. - - - - - 1 changed file: -

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

2023-07-19 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 392950c8 by Sergi Almacellas Abellana at 2023-07-18T08:24:08+00:00 Translated using Weblate (Catalan) Currently translated at 99.4% (1171 of 1177 strings) Translation: Tryton/account Translate-URL:

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

2023-07-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 4bdc7394 by Cédric Krier at 2023-07-10T07:15:12+00:00 Translated using Weblate (French) Currently translated at 100.0% (321 of 321 strings) Translation: Tryton/account_invoice Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Skip child position of exported data based on field names

2023-07-11 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a91e1a9f by Cédric Krier at 2023-06-08T18:42:07+02:00 Skip child position of exported data based on field names When exporting data of a xxx2Many field, the column to skip should be based on the child field names instead

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Prevent None value in selection of MultiSelection

2023-07-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 470a2831 by Cédric Krier at 2023-06-30T00:18:00+02:00 Prevent None value in selection of MultiSelection Closes #12313 - - - - - 3 changed files: - modules/account_invoice_stock/stock.py - modules/party/address.py -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add missing show and hide method to email no modal windows

2023-07-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 45d9d6fc by Cédric Krier at 2023-07-03T19:52:15+02:00 Add missing show and hide method to email no modal windows Closes #12368 - - - - - 027a4f8d by Cédric Krier at 2023-07-03T19:53:12+02:00 Expose show and hide methods

[tryton-commits] [Mercurial][tryton/tryton-docker][branch/default] Install argon2 as dependency of passlib

2023-07-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Docker Commits: 65560b8c by Cédric Krier at 2023-07-11T18:48:58+02:00 Install argon2 as dependency of passlib - - - - - 2 changed files: - 6.6/Dockerfile - 6.8/Dockerfile Changes: =

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Post cancelled, grouped, rescheduled and delegated moves

2023-07-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: efdb98eb by Cédric Krier at 2023-06-13T15:48:30+02:00 Post cancelled, grouped, rescheduled and delegated moves If origin moves are posted, the result move should be posted otherwise payable or receivable lines are no

[tryton-commits] [Mercurial][tryton/website][branch/default] Update node dependencies

2023-07-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: f3df7642 by Cédric Krier at 2023-07-14T14:53:58+02:00 Update node dependencies - - - - - 3 changed files: - Dockerfile - critical-css/Dockerfile - package.json Changes: =

[tryton-commits] [Mercurial][tryton/website][branch/default] 2 commits: Remove dead links to www.numenalia.com

2023-07-14 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 3694d1b0 by Cédric Krier at 2023-07-04T08:25:53+02:00 Remove dead links to www.numenalia.com - - - - - 64b432cd by Cédric Krier at 2023-07-04T08:28:31+02:00 Update link to Inrowga - - - - - 3 changed files: -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add completer for database option of trytond-console

2023-07-14 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e75d1867 by Cédric Krier at 2023-06-19T15:36:58+02:00 Add completer for database option of trytond-console - - - - - 1 changed file: - trytond/trytond/commandline.py Changes: =

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use history table instance to migrate supply on sale column on history table

2023-07-20 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 426e31ae by Cédric Krier at 2023-07-15T00:36:31+02:00 Use history table instance to migrate supply on sale column on history table Closes #12379 - - - - - 1 changed file: - modules/sale_supply/product.py Changes:

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

2023-07-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: ac552044 by Ningú at 2023-07-05T06:12:36+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (313 of 313 strings) Translation: Tryton/party Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not try to assign shipments that do not need to be assigned

2023-07-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2fdb477b by Cédric Krier at 2023-06-07T16:53:24+02:00 Do not try to assign shipments that do not need to be assigned Closes #12311 - - - - - 1 changed file: - modules/stock/shipment.py Changes:

[tryton-commits] [Mercurial][tryton/website][branch/default] 2 commits: Add warning about rebase frequency

2023-07-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 22d532ae by Cédric Krier at 2023-06-22T19:18:44+02:00 Add warning about rebase frequency - - - - - 2c8d184e by Cédric Krier at 2023-06-23T16:27:44+00:00 reword - - - - - 1 changed file: - templates/develop.html

[tryton-commits] [Mercurial][tryton/website][branch/default] 2 commits: Add donation link to Weblate

2023-07-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 5ff6af34 by Cédric Krier at 2023-06-26T09:39:05+02:00 Add donation link to Weblate - - - - - c16cebb2 by Cédric Krier at 2023-06-26T09:39:19+02:00 Add donation link to Bootstrap - - - - - 1 changed file: -

[tryton-commits] [Mercurial][tryton/tryton-docker][branch/default] Stop series 6.4

2023-07-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Docker Commits: 9fb3381b by Cédric Krier at 2023-07-06T08:57:41+02:00 Stop series 6.4 - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

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

2023-07-07 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: c6e602e4 by Sergi Almacellas Abellana at 2023-07-07T06:42:12+00:00 Translated using Weblate (Spanish) Currently translated at 100.0% (118 of 118 strings) Translation: Tryton/quality Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use proper module prefix for unique constraint on marketing email list

2023-07-13 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: aab3b5c8 by Cédric Krier at 2023-07-10T23:40:23+02:00 Use proper module prefix for unique constraint on marketing email list - - - - - 1 changed file: - modules/marketing_email/marketing.py Changes:

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

2023-05-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: ebb96e63 by Sergi Almacellas Abellana at 2023-05-31T13:32:49+00:00 Translated using Weblate (Spanish) Currently translated at 100.0% (45 of 45 strings) Translation: Tryton/sale_advance_payment Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not deduce negative sale quantities from credit amount

2023-06-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1d6bf745 by Cédric Krier at 2023-04-27T17:13:39+02:00 Do not deduce negative sale quantities from credit amount Closes #12226 - - - - - 92dcfb3e by Cédric Krier at 2023-05-26T17:11:38+02:00 Deduce ignored sale quantity

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Parse authorization header for session scheme without token

2023-06-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0bd0b8a0 by Cédric Krier at 2023-05-08T13:21:10+02:00 Parse authorization header for session scheme without token Since Werkzeug = 2.3, it always tries to parse the Authorization header as a digest. If the session value

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not validate model that requires transaction lock

2023-05-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ee4a2112 by Cédric Krier at 2023-05-10T10:22:21+02:00 Do not validate model that requires transaction lock Since c8771e45b861 an exception is raised if the table was not locked on transaction starts. When validating some

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use for-of statement to loop over fieldnames array

2023-05-19 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d3372037 by Cédric Krier at 2023-05-17T18:27:02+02:00 Use for-of statement to loop over fieldnames array - - - - - 1 changed file: - sao/src/model.js Changes: = sao/src/model.js

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Support has_returning for sqlite database backend

2023-05-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9899 by Wolfgang Schröder at 2023-05-24T11:45:47+02:00 Support has_returning for sqlite database backend - - - - - 1 changed file: - trytond/trytond/backend/sqlite/database.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Permit to customize field to skip for company rules

2023-06-04 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 498d55bc by Cédric Krier at 2023-05-04T14:40:42+02:00 Permit to customize field to skip for company rules - - - - - ec1e1175 by Cédric Krier at 2023-05-04T14:42:40+02:00 Test account consolidation with company tests - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not repeat "Location" in the string of location type

2023-06-04 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d0f41f64 by Cédric Krier at 2023-05-10T08:51:23+02:00 Do not repeat Location in the string of location type This is redundant and is awkward when typing a filter by type on stock move like From Location.Location Type. -

[tryton-commits] [Mercurial][tryton/website][branch/default] Add loop to resolve open thread when submitting change

2023-06-04 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 7cad4626 by Cédric Krier at 2023-05-24T17:27:24+02:00 Add loop to resolve open thread when submitting change - - - - - 1 changed file: - templates/develop.html Changes: =

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Show reconciliation lines of invoice also when cancelled

2023-06-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 545eb985 by Cédric Krier at 2023-05-17T17:25:03+02:00 Show reconciliation lines of invoice also when cancelled When the invoice is refund with a credit note, it is cancelled instead of paid so the reconciliation lines

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Use defaultdict to compute cost and revenue total of project

2023-06-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: bd90b075 by Cédric Krier at 2023-06-05T12:53:59+02:00 Use defaultdict to compute cost and revenue total of project Since e35820296f3a, sum_tree is use to compute project total but it requires to have a default value for

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use boolean value when enforcing value to edit delivery date of purchase line

2023-06-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0ddfb45c by Cédric Krier at 2023-06-05T15:18:11+02:00 Use boolean value when enforcing value to edit delivery date of purchase line The clients always convert Boolean field values into boolean so the domain validation

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Delete delivered to warehouse when party is deleted

2023-06-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2ce3aa17 by Cédric Krier at 2023-06-02T17:46:11+02:00 Delete delivered to warehouse when party is deleted - - - - - 1 changed file: - modules/stock/party.py Changes: =

[tryton-commits] [Mercurial][tryton/website][branch/default] Submit success stories via bug tracker

2023-06-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 31b6a159 by Cédric Krier at 2023-06-05T14:43:37+02:00 Submit success stories via bug tracker - - - - - 2 changed files: - templates/service_providers_start.html - templates/success_stories.html Changes:

[tryton-commits] [Mercurial][tryton/website][branch/default] Improve "TL;DR" section

2023-06-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: 88aa2971 by Hartmut Goebel at 2023-06-04T18:19:43+02:00 Improve TL;DR section - - - - - 1 changed file: - templates/develop.html Changes: = templates/develop.html

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update README

2023-06-09 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: a7fe7465 by Hartmut Goebel at 2023-06-09T09:28:59+02:00 Update README - - - - - 1 changed file: - README.rst Changes: = README.rst = @@ -1,2

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Fallback to empty string when column path is NULL

2023-06-08 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e101eb4e by Cédric Krier at 2023-06-06T12:55:12+02:00 Fallback to empty string when column path is NULL Closes #12235 - - - - - 1 changed file: - trytond/trytond/model/fields/many2one.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Add more fields to payment lines of invoice

2023-06-05 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b20bf38f by Cédric Krier at 2023-05-26T18:07:04+02:00 Add more fields to payment lines of invoice The same fields than for the receivable/payable line are used. - - - - - c12e501b by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 8 commits: Added tag trytond-6.0.32 for changeset 9d07200989cf

2023-06-07 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: 0c413233 by Cédric Krier at 2023-06-07T15:24:13+02:00 Added tag trytond-6.0.32 for changeset 9d07200989cf - - - - - 81cc3aa8 by Cédric Krier at 2023-06-07T15:25:18+02:00 Added tag sao-6.0.30 for changeset bd6503fff59e - - - -

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

2023-05-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 7a502a8d by Blaž Bregar at 2023-05-21T17:57:37+00:00 Translated using Weblate (Slovenian) Currently translated at 90.7% (284 of 313 strings) Translation: Tryton/party Translate-URL:

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

2023-05-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 2d627a16 by Blaž Bregar at 2023-05-21T17:57:49+00:00 Translated using Weblate (Slovenian) Currently translated at 91.0% (285 of 313 strings) Translation: Tryton/party Translate-URL:

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

2023-05-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: aed941e4 by Blaž Bregar at 2023-05-21T18:06:31+00:00 Translated using Weblate (Slovenian) Currently translated at 91.3% (286 of 313 strings) Translation: Tryton/party Translate-URL:

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

2023-05-22 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 63defaa2 by Blaž Bregar at 2023-05-21T21:14:03+00:00 Translated using Weblate (Slovenian) Currently translated at 45.6% (449 of 983 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Allow only normal account on analytic line

2023-06-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b43c4abc by Cédric Krier at 2023-05-17T14:46:52+02:00 Allow only normal account on analytic line Closes #4030 - - - - - 41ce903f by Cédric Krier at 2023-05-17T15:03:35+02:00 Always enforce company for account of analytic

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 4 commits: Manage empty stock end date values on location quantities

2023-06-10 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: f2ab7fdb by Sergi Almacellas Abellana at 2023-05-25T15:55:40+02:00 Manage empty stock end date values on location quantities Closes #12289 (grafted from 7909707c00f7eaf784ff64243b38b007532655d0) - - - - - 1554d10f by Maxime

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not try to login if Authorization has no username

2023-06-10 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0a4e1372 by Cédric Krier at 2023-06-09T08:17:20+02:00 Do not try to login if Authorization has no username User application request has an Authorization header so an Authorization instance is returned but it can not be

[tryton-commits] [Mercurial][tryton/tryton][branch/5.0] Manage empty stock end date values on location quantities

2023-06-10 Thread @ced
Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton Commits: 67ec9d61 by Sergi Almacellas Abellana at 2023-05-25T15:55:40+02:00 Manage empty stock end date values on location quantities Closes #12289 (grafted from 7909707c00f7eaf784ff64243b38b007532655d0) - - - - - 1 changed file:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Call get_currencies from super to add balanced when reconcile deposit account

2023-06-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b575157c by Cédric Krier at 2023-05-11T09:38:33+02:00 Call get_currencies from super to add balanced when reconcile deposit account The changeset f9560247a0fc changed the name of the function without renaming the super

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use selection widget for weekday on currency cron form

2023-06-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: af1cbfe6 by Maxime Richez at 2023-06-01T08:48:45+02:00 Use selection widget for weekday on currency cron form Closes #12292 - - - - - 1 changed file: - modules/currency/view/cron_form.xml Changes:

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

2023-05-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 450b2d66 by Weblate at 2023-05-31T22:16:22+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/country Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Fallback to raw selection value as selection string

2023-05-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d9b6d16d by Cédric Krier at 2023-05-11T09:31:20+02:00 Fallback to raw selection value as selection string The changeset 2763339d88d5 removed the fallback when reading invalid data for a selection but it is important to

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Compute amount of invoice line tax when changing tax or base

2023-06-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 0524a000 by Cédric Krier at 2023-05-17T18:24:40+02:00 Compute amount of invoice line tax when changing tax or base Using on_change_with does not work correctly for editable field because the value may be changed when the

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set context on report instantiation when testing consolidation statement

2023-06-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: dbcea523 by Cédric Krier at 2023-05-15T17:57:58+02:00 Set context on report instantiation when testing consolidation statement The context of report is set on instantiation and not on execution. - - - - - 1 changed

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

2023-06-06 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: da719b0d by Sergi Almacellas Abellana at 2023-06-06T11:03:03+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (85 of 85 strings) Translation: Tryton/purchase_request_quotation Translate-URL:

[tryton-commits] [Mercurial][tryton/gentoo-overlay][branch/default] Add pypi mirror

2023-06-04 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Gentoo Overlay Commits: 540bb181 by Cédric Krier at 2023-06-04T09:50:26+02:00 Add pypi mirror It has been removed in ::gentoo by https://github.com/gentoo/gentoo/pull/31104 - - - - - 1 changed file: - + profiles/thirdpartymirrors

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Sync secondary unit on supplier and internal shipments

2023-08-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b190ea97 by Maxime Richez at 2023-08-02T19:28:47+02:00 Sync secondary unit on supplier and internal shipments When synchronize the outgoing or incoming move, the secondary unit must be copied from the template. Closes

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 6 commits: Prepare release account_invoice_stock-6.0.2

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: 4162f4e7 by Cédric Krier at 2023-07-31T19:16:07+02:00 Prepare release account_invoice_stock-6.0.2 - - - - - ff9e7773 by Cédric Krier at 2023-07-31T19:16:08+02:00 Add tag account_invoice_stock-6.0.2 - - - - - 18785975 by

[tryton-commits] [Mercurial][tryton/tryton][branch/6.6] 6 commits: Prepare release account_invoice_stock-6.6.1

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton Commits: 6ba16998 by Cédric Krier at 2023-07-31T19:13:58+02:00 Prepare release account_invoice_stock-6.6.1 - - - - - 2bfadc25 by Cédric Krier at 2023-07-31T19:13:59+02:00 Add tag account_invoice_stock-6.6.1 - - - - - c2c12f60 by

[tryton-commits] [Mercurial][tryton/tryton][branch/6.8] 6 commits: Prepare release account_invoice_stock-6.8.1

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton Commits: a6060b00 by Cédric Krier at 2023-07-31T19:11:35+02:00 Prepare release account_invoice_stock-6.8.1 - - - - - e0714421 by Cédric Krier at 2023-07-31T19:11:36+02:00 Add tag account_invoice_stock-6.8.1 - - - - - 8cf65ea8 by

[tryton-commits] [Mercurial][tryton/gentoo-overlay][branch/default] 2 commits: app-tryton/party: versions bump

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Gentoo Overlay Commits: eadda3c6 by Cédric Krier at 2023-07-31T19:21:12+02:00 app-tryton/party: versions bump - - - - - dee0d90e by Cédric Krier at 2023-07-31T19:23:23+02:00 app-tryton/account_invoice_stock: versions bump - - - - - 10

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

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: c2317a07 by Weblate at 2023-07-31T22:04:20+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/sale_point Translate-URL:

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

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 8e36e9b3 by Weblate at 2023-07-31T22:10:52+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/account_payment_sepa Translate-URL:

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

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: a2d49f0e by Weblate at 2023-07-31T22:15:28+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/account_statement Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use configured minimal connection also for default database name

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5302de55 by Cédric Krier at 2023-07-12T09:16:08+02:00 Use configured minimal connection also for default database name When the default database name is also a Tryton database, we must keep the minimal connection in the

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

2023-07-31 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: e9fbdb28 by Weblate at 2023-07-31T22:20:52+00:00 Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. Translation: Tryton/quality Translate-URL:

[tryton-commits] [Mercurial][tryton/website][branch/default] Avoid pushing rebase and modification at once

2023-08-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Website Commits: a51824dc by Cédric Krier at 2023-07-23T13:27:29+02:00 Avoid pushing rebase and modification at once - - - - - 1 changed file: - templates/develop.html Changes: =

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Return period end date as default date for account move

2023-08-02 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5a7e7df5 by Nicolas Évrard at 2023-08-02T22:05:22+02:00 Return period end date as default date for account move When period is before today, the default date of the account move must be set with the period end date.

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Keep process exception value when recall after session renew

2023-08-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 377d8e96 by Cédric Krier at 2023-07-18T18:32:33+02:00 Keep process exception value when recall after session renew If the original RPC call did not want to process the exception, the recall should not. Closes #12411 - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 4 commits: Require lines when paying invoice with write-off or overpayment

2023-08-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 72345bf6 by Cédric Krier at 2023-07-14T11:59:19+02:00 Require lines when paying invoice with write-off or overpayment This is needed ensure that at least one line to pay of the invoice is reconciled. The lines and

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Cache the url for authentication service

2023-08-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f19de425 by EdbO at 2023-08-03T16:38:32+02:00 Cache the url for authentication service When starting the desktop client you can select a profile. And by doing that, the client sends a request to fetch the authentication

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Show expiration date on lot if filled

2023-08-03 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 472922fe by Cédric Krier at 2023-07-23T18:48:01+02:00 Show expiration date on lot if filled Even if the product has the expiration date state to none, if the date is filled we should show it to let the user clear it.

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not catch error in get_textual_value of Reference widget

2023-08-01 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f8309d9d by Cédric Krier at 2023-07-13T15:47:10+02:00 Do not catch error in get_textual_value of Reference widget Closes #12400 - - - - - 1 changed file: - tryton/tryton/gui/window/view_form/view/list_gtk/widget.py

[tryton-commits] [Mercurial][tryton/relatorio][branch/default] Add Python 3.11 to tox.ini

2023-07-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Relatorio Commits: 385d2512 by Hartmut Goebel at 2023-05-11T19:51:47+02:00 Add Python 3.11 to tox.ini This was missed in e75b034bf721. - - - - - 1 changed file: - tox.ini Changes: = tox.ini

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Use environment variable as default for command line logging options

2023-07-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ac7f68f8 by Cédric Krier at 2023-07-11T22:49:25+02:00 Use environment variable as default for command line logging options - - - - - eb12e191 by Cédric Krier at 2023-07-11T22:50:52+02:00 Use environment variable as

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Document active field part of DeactivableMixin

2023-07-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: ccc4bc07 by Cédric Krier at 2023-07-05T12:36:46+02:00 Document active field part of DeactivableMixin - - - - - c2cb25b9 by Cédric Krier at 2023-07-05T12:39:48+02:00 Set default value of active_test from transaction

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Ensure to always revoke Object URL created for document widget

2023-07-23 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9a18e260 by Cédric Krier at 2023-07-12T17:09:02+02:00 Ensure to always revoke Object URL created for document widget If object is loaded before the onload function is set, the Object URL is not revoked. To be sure we

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Post delegated move at the end of the action

2023-07-23 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1ec1d885 by Cédric Krier at 2023-07-19T18:15:18+02:00 Post delegated move at the end of the action Other modules may want to alter the delegated move so we must post it once it is no more accessible to other modules.

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Copy pattern of production lead time before modification

2023-07-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f695d853 by Cédric Krier at 2023-07-22T18:53:50+02:00 Copy pattern of production lead time before modification We should not modify the caller mutable structure. - - - - - 0b0d4d11 by Cédric Krier at

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Inherit marketing campaing opportunity abstract models in right order

2023-07-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 9d44adff by Sergi Almacellas Abellana at 2023-07-05T14:50:34+02:00 Inherit marketing campaing opportunity abstract models in right order Abstract models should be always the last in inheritance because they are object

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Always compute product quantities for sales with children

2023-07-28 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 410c2a7a by Maxime Richez at 2023-07-07T16:20:56+02:00 Always compute product quantities for sales with children with_childs is set to True by default only when one location is in the context. But for the product list in

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Pass the input name as argument to run function of AskDialog

2023-07-29 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c1a4b917 by Cédric Krier at 2023-07-24T23:31:37+02:00 Pass the input name as argument to run function of AskDialog The changeset 36ed62f49cec set the new argument at the wrong position. Closes #12373 - - - - - 1

[tryton-commits] [Mercurial][tryton/python-sql][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / python-sql Commits: 24923d52 by Cédric Krier at 2023-07-22T19:42:45+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/goocalendar][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / GooCalendar Commits: 8c7f8b0b by Cédric Krier at 2023-07-22T19:42:07+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/tryton][branch/5.0] 3 commits: Do not set previous record in selection changed callback when it is destroyed

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton Commits: 6ab7548b by Nicolas Évrard at 2023-06-27T14:59:33+02:00 Do not set previous record in selection changed callback when it is destroyed Closes #12357 (grafted from cc4b93be0eeb71875b9db93093ffade0c2669727) - - - - - fc74b81a

[tryton-commits] [Mercurial][tryton/relatorio][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Relatorio Commits: ae05ed7a by Cédric Krier at 2023-07-22T19:38:39+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/mt940][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / mt940 Commits: c9d49931 by Cédric Krier at 2023-07-22T19:40:48+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml =

[tryton-commits] [Mercurial][tryton/coda][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / coda Commits: 1e4d644d by Cédric Krier at 2023-07-22T19:41:27+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml = @@

[tryton-commits] [Mercurial][tryton/flask-tryton][branch/default] Always run checks

2023-07-30 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / flask-tryton Commits: e9738dbe by Cédric Krier at 2023-07-22T19:39:39+02:00 Always run checks - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Show in shortcut help dialog the copy/paste shortcuts for tree view

2023-07-24 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c940e292 by Cédric Krier at 2023-07-13T15:48:41+02:00 Show in shortcut help dialog the copy/paste shortcuts for tree view - - - - - 1 changed file: - tryton/tryton/gui/main.py Changes:

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

2023-07-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 2caf3cf2 by Cédric Krier at 2023-07-21T13:08:23+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (46 of 46 strings) Translation: Tryton/account_es_sii Translate-URL:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail on ValueError when formatting message with gettext

2023-07-21 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 47809a50 by Cédric Krier at 2023-07-15T00:40:59+02:00 Do not fail on ValueError when formatting message with gettext If wrong variables are used to call gettext, the formatting may raise a ValueError. It is better to not

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Create screen with the mode from the action views

2023-07-22 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 50a08036 by Cédric Krier at 2023-06-18T17:42:36+02:00 Create screen with the mode from the action views d800175396c4 changed the parameter name into view_mode instead of mode. Closes #12332 - - - - - 1 changed file:

[tryton-commits] [Mercurial][tryton/tryton][branch/5.0] Add .readthedocs.yaml configuration [skip ci]

2023-08-08 Thread @ced
Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton Commits: 09f22157 by Cédric Krier at 2023-08-06T19:33:58+02:00 Add .readthedocs.yaml configuration [skip ci] This is required by Read the Docs service: https://blog.readthedocs.com/migrate-configuration-v2/ Closes #12344 (grafted

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] 3 commits: Sync secondary unit on supplier and internal shipments

2023-08-08 Thread @ced
Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton Commits: d7e58e66 by Maxime Richez at 2023-08-02T19:28:47+02:00 Sync secondary unit on supplier and internal shipments When synchronize the outgoing or incoming move, the secondary unit must be copied from the template. Closes

[tryton-commits] [Mercurial][tryton/tryton][branch/6.8] 12 commits: Group sii taxes detail based on tax rate

2023-08-08 Thread @ced
Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton Commits: 97e35df9 by Sergi Almacellas Abellana at 2023-07-21T10:36:43+02:00 Group sii taxes detail based on tax rate Closes #12420 (grafted from 997b9100a857e16dc1906fdd769f2f381d9a76c2) - - - - - f39b8d88 by Sergi Almacellas

<    4   5   6   7   8   9   10   11   12   13   >