[tryton-commits] [Mercurial][tryton/tryton][branch/default] Stop the edition of Selection fields in editable Treeviews on focus-out

2023-09-29 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 9c81c15e by Nicolas Évrard at 2023-06-05T19:09:46+02:00 Stop the edition of Selection fields in editable Treeviews on focus-out Closes #12308 - - - - - 3 changed files: - tryton/tryton/common/__init__.py -

[tryton-commits] [Mercurial][tryton/tweet][branch/default] Ignore configuration files

2022-12-25 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / tweet Commits: 8376ce3a by Cédric Krier at 2022-12-26T00:45:31+01:00 Ignore configuration files - - - - - 1 changed file: - + .hgignore Changes: = .hgignore

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Skip on_change_parent on already saved account

2023-01-05 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 97e145ca by Nicolas Évrard at 2023-01-02T22:00:47+01:00 Skip on_change_parent on already saved account Closes #11871 - - - - - 1 changed file: - modules/account/account.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/6.0] Return an empty list when the treeview has no selection

2023-01-13 Thread @nicoe
Nicolas Évrard pushed to branch branch/6.0 at Tryton / Tryton Commits: 9056c806 by Nicolas Évrard at 2023-01-03T17:20:41+01:00 Return an empty list when the treeview has no selection Closes #11960 - - - - - 1 changed file: - tryton/tryton/gui/window/view_form/view/list.py Changes:

[tryton-commits] [Mercurial][tryton/tryton-docker-tryton-test][branch/default] Add support for python3.11

2023-01-30 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Docker tryton Test Commits: 94d5e75f by Nicolas Évrard at 2023-01-29T19:50:54+01:00 Add support for python3.11 - - - - - 2 changed files: - .gitlab-ci.yml - + 3.11/Dockerfile Changes: =

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Robustly handle config files syntax errors

2023-02-18 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 90230caa by Nicolas Évrard at 2023-02-06T18:51:38+01:00 Robustly handle config files syntax errors Closes #12011 Closes #2943 - - - - - 2 changed files: - tryton/tryton/config.py -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Keep using _database_cache if the specific cache hasn't been reset

2023-02-18 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 536d7570 by Nicolas Évrard at 2023-02-14T13:28:36+01:00 Keep using _database_cache if the specific cache hasnt been reset Closes #12079 - - - - - 1 changed file: - trytond/trytond/cache.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Synchronize sale_promotion_coupon_payment's tox.ini

2023-02-24 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 4fe39f67 by Nicolas Évrard at 2023-01-29T17:44:21+01:00 Synchronize sale_promotion_coupon_payments tox.ini - - - - - ab6429b5 by Nicolas Évrard at 2023-01-27T11:02:47+01:00 Add support for Python 3.11 - - - - - 670b1bb3

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set the fallback application name when connecting to postgres

2023-02-21 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 65e7ccc4 by Nicolas Évrard at 2023-02-20T23:22:39+01:00 Set the fallback application name when connecting to postgres Closes #12074 - - - - - 3 changed files: - trytond/doc/topics/configuration.rst -

[tryton-commits] [Mercurial][tryton/tools][branch/default] Don't reset sys.argv as it is used as TRYTOND_APPNAME env

2023-04-28 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tools Commits: 9d0edc7f by Udo Spallek at 2023-04-28T15:57:35+02:00 Dont reset sys.argv as it is used as TRYTOND_APPNAME env - - - - - 1 changed file: - tryton_demo.py Changes: = tryton_demo.py

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Drop default on id column of history tables

2023-04-06 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 1ab5527d by Nicolas Évrard at 2023-04-05T19:36:27+02:00 Drop default on id column of history tables The migration introduced in baa87cf1a343 would fail because previous migration would have wrongly set a default value

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Handle string value set from domain inversion in MultiSelection fields

2023-04-05 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: cdca201f by Nicolas Évrard at 2023-04-03T17:02:51+02:00 Handle string value set from domain inversion in MultiSelection fields Closes #12181 - - - - - 2 changed files: - sao/src/model.js -

[tryton-commits] [Mercurial][tryton/python-sql][branch/default] Run isort and flake8 on all the files

2023-02-06 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / python-sql Commits: fcca2c75 by Nicolas Évrard at 2023-02-05T01:00:51+01:00 Run isort and flake8 on all the files - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/relatorio][branch/default] Run isort and flake8 on all the files

2023-02-06 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Relatorio Commits: 9153cbc7 by Nicolas Évrard at 2023-02-05T01:00:00+01:00 Run isort and flake8 on all the files - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/python-sql][branch/default] 2 commits: Restore Python 3.5 classifier

2023-02-10 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / python-sql Commits: 5e6d4756 by Nicolas Évrard at 2023-02-03T16:57:05+01:00 Restore Python 3.5 classifier - - - - - c2ec8519 by Nicolas Évrard at 2023-02-03T16:57:27+01:00 Add support for Python 3.11 - - - - - 2 changed files: -

[tryton-commits] [Mercurial][tryton/relatorio][branch/default] Add support for Python 3.11

2023-02-10 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Relatorio Commits: e75b034b by Nicolas Évrard at 2023-02-03T17:17:21+01:00 Add support for Python 3.11 - - - - - 2 changed files: - .gitlab-ci.yml - setup.py Changes: = .gitlab-ci.yml

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not trigger button on not selected records

2023-02-10 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 08779343 by Nicolas Évrard at 2023-02-03T18:19:31+01:00 Do not trigger button on not selected records Closes #11824 - - - - - 2 changed files: - sao/src/view/list_form.js -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Reconcile the zero lines after saving moves

2023-02-14 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: aae76984 by Nicolas Évrard at 2023-01-23T17:05:55+01:00 Reconcile the zero lines after saving moves - - - - - 4b397c60 by Nicolas Évrard at 2023-01-29T01:08:22+01:00 Save moves before reconciling the lines The previous

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Call set_modified on record in set_client

2023-02-03 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: c806e4e0 by Nicolas Évrard at 2023-02-01T17:54:26+01:00 Call set_modified on record in set_client 403bc7a95b0a introduced set_modified as a record method but not a field one. It was unfortunately called on the field in

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Add global and local set of ignored context keys

2023-02-10 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 8616fb62 by Nicolas Évrard at 2023-02-06T18:40:00+01:00 Add global and local set of ignored context keys Closes #11234 - - - - - 4 changed files: - trytond/CHANGELOG - trytond/doc/ref/cache.rst -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Allow to use width attribute in button columns of tree views

2023-07-06 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: f0c3dde6 by Nicolas Évrard at 2023-07-05T10:08:42+02:00 Allow to use width attribute in button columns of tree views - - - - - 3 changed files: - trytond/doc/topics/views/index.rst - trytond/trytond/ir/ui/tree.rnc -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Clear caches after commit when installing modules

2023-07-17 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 48396d9c by Nicolas Évrard at 2023-07-14T18:50:44+02:00 Clear caches after commit when installing modules A call to clear_all is required after the commit in order to ensure that the transaction uses an empty cache

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Set the score to 0 for HashTranslator in PostgreSQL when include is specified

2023-05-30 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: de4b02c5 by Nicolas Évrard at 2023-05-27T17:12:48+02:00 Set the score to 0 for HashTranslator in PostgreSQL when include is specified For now indexes using the HASH method do not support the use of included columns on

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not reset view when switching to a tabbed wizard form

2023-06-30 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 688198fb by Nicolas Évrard at 2023-05-11T15:39:34+02:00 Do not reset view when switching to a tabbed wizard form Closes #12317 - - - - - 1 changed file: - tryton/tryton/gui/window/wizard.py Changes:

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

2023-06-28 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: cc4b93be 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 - - - - - 1 changed file: -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Hide notebooks and groups when they are empty

2024-04-09 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 9b65bcce by Nicolas Évrard at 2024-03-04T17:14:04+01:00 Hide notebooks and groups when they are empty Closes #13070 - - - - - 1 changed file: - sao/src/view/form.js View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Use a pure CSS solution to compute the container view height and width

2024-04-08 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 3742dd63 by Nicolas Évrard at 2024-04-06T18:30:01+02:00 Use a pure CSS solution to compute the container view height and width Closes #12983 - - - - - 5 changed files: - sao/index.html - sao/src/sao.less -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Instantiate PYSON.Bool expression with new from PYSON.Not instances

2024-04-10 Thread @nicoe
Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Commits: 1d8a5b96 by Nicolas Évrard at 2024-03-11T12:43:53+01:00 Instantiate PYSON.Bool expression with new from PYSON.Not instances Closes #13177 - - - - - 00913381 by Nicolas Évrard at 2024-03-11T16:35:39+01:00 Use PYSONs