[tryton-commits] changeset in modules/stock_lot_unit:default Rename inventory cou...

2021-04-11 Thread David Harper
changeset be4c2569640e in modules/stock_lot_unit:default details: https://hg.tryton.org/modules/stock_lot_unit?cmd=changeset=be4c2569640e description: Rename inventory count field quantity_added to quantity issue7873 review287621002 diffstat: stock.py | 2 +- 1 files

[tryton-commits] changeset in modules/stock:default Rename inventory count field ...

2021-04-11 Thread David Harper
changeset 57b7fe208133 in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset=57b7fe208133 description: Rename inventory count field quantity_added to quantity issue7873 review287621002 diffstat: CHANGELOG| 1

[tryton-commits] changeset in readthedocs:default Replace glossary with definitio...

2021-04-11 Thread David Harper
changeset 1d6dfbc57028 in readthedocs:default details: https://hg.tryton.org/readthedocs?cmd=changeset=1d6dfbc57028 description: Replace glossary with definition list issue9788 review300801002 diffstat: account.rst | 158

[tryton-commits] changeset in readthedocs:default Mark as orphans any files not i...

2021-04-11 Thread David Harper
changeset e6901146a010 in readthedocs:default details: https://hg.tryton.org/readthedocs?cmd=changeset=e6901146a010 description: Mark as orphans any files not in a toctree issue9788 review298981004 diffstat: account.rst | 2 ++ analytic.rst | 2 ++

[tryton-commits] changeset in modules/sale:default Improve documentation

2021-04-11 Thread David Harper
changeset 3eef9f032cfb in modules/sale:default details: https://hg.tryton.org/modules/sale?cmd=changeset=3eef9f032cfb description: Improve documentation issue9764 review328601002 diffstat: doc/conf.py | 61 ++ doc/design.rst | 272

[tryton-commits] changeset in modules/company:default Improve documentation

2021-04-11 Thread David Harper
changeset 4e7e648ccf7a in modules/company:default details: https://hg.tryton.org/modules/company?cmd=changeset=4e7e648ccf7a description: Improve documentation issue9601 review296281002 diffstat: doc/conf.py | 61 +++ doc/design.rst

[tryton-commits] changeset in modules/account_invoice:default Allow using debt ac...

2021-04-11 Thread Sergi Almacellas Abellana
changeset b33b6e913b27 in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=b33b6e913b27 description: Allow using debt accounts on supplier invoices issue10164 review357341003 diffstat: CHANGELOG | 1 + invoice.py |

[tryton-commits] changeset in modules/account_es:default Add check to mark accoun...

2021-04-11 Thread Sergi Almacellas Abellana
changeset 2007d9a3de34 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset=2007d9a3de34 description: Add check to mark accounts as debt issue10164 review357341003 diffstat: account.xml| 12

[tryton-commits] changeset in modules/account_be:default Add check to mark accoun...

2021-04-11 Thread Sergi Almacellas Abellana
changeset 146db9c44550 in modules/account_be:default details: https://hg.tryton.org/modules/account_be?cmd=changeset=146db9c44550 description: Add check to mark accounts as debt issue10164 review357341003 diffstat: account_be.xml| 1 + account_be_fr.xml | 1 +

[tryton-commits] changeset in modules/account:default Add check to mark accounts ...

2021-04-11 Thread Sergi Almacellas Abellana
changeset 1ce785a9f7c3 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset=1ce785a9f7c3 description: Add check to mark accounts as debt issue10164 review357341003 diffstat: CHANGELOG | 1 + account.py

[tryton-commits] changeset in modules/party:default Add language to contact mecha...

2021-04-11 Thread Cédric Krier
changeset 6f4256e8e68d in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset=6f4256e8e68d description: Add language to contact mechanism issue10223 review349611002 diffstat: CHANGELOG| 1 + __init__.py

[tryton-commits] changeset in modules/notification_email:default Add language to ...

2021-04-11 Thread Cédric Krier
changeset 9bddb7148307 in modules/notification_email:default details: https://hg.tryton.org/modules/notification_email?cmd=changeset=9bddb7148307 description: Add language to contact mechanism issue10223 review349611002 diffstat: notification.py | 3 ++- 1 files

[tryton-commits] changeset in modules/company:default Add language to contact mec...

2021-04-11 Thread Cédric Krier
changeset 19959855edb6 in modules/company:default details: https://hg.tryton.org/modules/company?cmd=changeset=19959855edb6 description: Add language to contact mechanism issue10223 review349611002 diffstat: __init__.py | 1 + party.py| 11 +++ 2 files

[tryton-commits] changeset in modules/sale_subscription:default Make consumption ...

2021-04-11 Thread Cédric Krier
changeset 5e5472e3f8f5 in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset=5e5472e3f8f5 description: Make consumption quantity required It is needed to compute the quantity to invoice. issue10138

[tryton-commits] changeset in sao:default Keep 0 as value for numeric Dict and ke...

2021-04-11 Thread Cédric Krier
changeset 8058db617181 in sao:default details: https://hg.tryton.org/sao?cmd=changeset=8058db617181 description: Keep 0 as value for numeric Dict and keep step of 1 for integer issue10123 review357681002 diffstat: src/view/form.js | 57

[tryton-commits] changeset in modules/production:default Add access right on conf...

2021-04-11 Thread Cédric Krier
changeset 2e51d7d1e981 in modules/production:default details: https://hg.tryton.org/modules/production?cmd=changeset=2e51d7d1e981 description: Add access right on configuration issue6655 review338001002 diffstat: configuration.xml | 15 +++ 1 files changed,

[tryton-commits] changeset in tryton:default Add domain on completion of Many2Many

2021-04-11 Thread Cédric Krier
changeset e440811334aa in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=e440811334aa description: Add domain on completion of Many2Many issue10264 review320891002 diffstat: tryton/gui/window/view_form/view/form_gtk/many2many.py | 7 ++- 1 files

[tryton-commits] changeset in sao:default Add completion on xxx2Many and Dict

2021-04-11 Thread Cédric Krier
changeset 8dcb3f10cbd2 in sao:default details: https://hg.tryton.org/sao?cmd=changeset=8dcb3f10cbd2 description: Add completion on xxx2Many and Dict issue10265 review330691003 diffstat: CHANGELOG| 1 + src/common.js| 5 ++- src/view/form.js | 97

[tryton-commits] changeset in sao:default Implement key press event on One2Many

2021-04-11 Thread Cédric Krier
changeset 6af100dbc938 in sao:default details: https://hg.tryton.org/sao?cmd=changeset=6af100dbc938 description: Implement key press event on One2Many issue3838 review15831002 diffstat: src/view/form.js | 23 ++- 1 files changed, 22 insertions(+), 1

[tryton-commits] changeset in tryton:default Show week numbers on calendar popup

2021-04-11 Thread Cédric Krier
changeset 38c4c47da161 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset=38c4c47da161 description: Show week numbers on calendar popup issue10256 review359471002 diffstat: tryton/common/datetime_.py | 3 ++- 1 files changed, 2 insertions(+), 1

[tryton-commits] changeset in trytond:default Use same evaluation context for sea...

2021-04-11 Thread Cédric Krier
changeset 36ec54f7952c in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset=36ec54f7952c description: Use same evaluation context for search than eval issue10254 review349691002 diffstat: trytond/convert.py | 19 ++- 1 files changed,

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset 960375aa797c in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=960375aa797c description: Translated using Weblate (Hungarian) Currently translated at 78.3% (606 of 773 strings) Translation: Tryton/stock Translate-URL:

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset ae6c455d432b in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=ae6c455d432b description: Translated using Weblate (Hungarian) Currently translated at 81.4% (193 of 237 strings) Translation: Tryton/product Translate-URL:

[tryton-commits] changeset in modules/purchase:default Add deductible rate of tax...

2021-04-11 Thread Cédric Krier
changeset c68f60eec696 in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset=c68f60eec696 description: Add deductible rate of taxes to supplier invoice issue6911 review341801002 diffstat: purchase.py | 5 +

[tryton-commits] changeset in modules/account_product:default Add deductible rate...

2021-04-11 Thread Cédric Krier
changeset bf8cd50e1840 in modules/account_product:default details: https://hg.tryton.org/modules/account_product?cmd=changeset=bf8cd50e1840 description: Add deductible rate of taxes to supplier invoice issue6911 review341801002 diffstat: CHANGELOG | 2 ++

[tryton-commits] changeset in modules/account_invoice:default Add deductible rate...

2021-04-11 Thread Cédric Krier
changeset 59093c3932e2 in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=59093c3932e2 description: Add deductible rate of taxes to supplier invoice issue6911 review341801002 diffstat: CHANGELOG

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset 843363ccb4f2 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=843363ccb4f2 description: Translated using Weblate (Hungarian) Currently translated at 76.4% (39 of 51 strings) Translation: Tryton/account_product Translate-URL:

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset 66b4446f331d in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=66b4446f331d description: Translated using Weblate (Hungarian) Currently translated at 77.7% (7 of 9 strings) Translation: Tryton/account_invoice_stock Translate-URL:

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset 91ae6574d784 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=91ae6574d784 description: Translated using Weblate (Hungarian) Currently translated at 73.0% (222 of 304 strings) Translation: Tryton/account_invoice Translate-URL:

[tryton-commits] changeset in modules/account_invoice:default Add missing company...

2021-04-11 Thread Cédric Krier
changeset 7c198bad747f in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=7c198bad747f description: Add missing company in depends of _get_tax_context diffstat: invoice.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset 52b12f1b4106 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=52b12f1b4106 description: Translated using Weblate (Hungarian) Currently translated at 80.9% (880 of 1087 strings) Translation: Tryton/account Translate-URL:

[tryton-commits] changeset in weblate:default Translated using Weblate (Hungarian)

2021-04-11 Thread Dukai Gábor
changeset a97c9853dc80 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=a97c9853dc80 description: Translated using Weblate (Hungarian) Currently translated at 65.3% (583 of 892 strings) Translation: Tryton/ir Translate-URL:

[tryton-commits] changeset in modules/account_payment:default Add employee on pay...

2021-04-11 Thread Maxime Richez
changeset 994ab0494b59 in modules/account_payment:default details: https://hg.tryton.org/modules/account_payment?cmd=changeset=994ab0494b59 description: Add employee on payments for some states issue9677 review359451002 diffstat: CHANGELOG | 2