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 Abellana at 2023-07-21T11:47:38+02:00 Avoid duplicated total amount on SII invoices with multiple taxes per line (grafted from 5c48c3defc0b23589ed993ab27874d5271c64d10) - - - - - 3901ce4f 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 when optional dependencies are not activated PoolMeta shold be added because all classes in the pool must inherit from it Closes #12375 (grafted from 9d44adffbffee56f8d34841a0c9baf9db7751414) - - - - - d0a0097c 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 (grafted from c1a4b9177152a432b019412ec533b094d6792c09) - - - - - 2da67985 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 (grafted from f8309d9d096cfd564345ac9829e1938fec72429d) - - - - - f043d903 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 #12301 (grafted from b190ea97bd1a2040686ed6c9565ac20c45c529f4) - - - - - ed8557f3 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. Closes #12408 (grafted from 5a7e7df5b604992006bc8d6d05d9bd077ed0ab13) - - - - - bd370129 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 payment lines are also shown for overpayment. Closes #12403 (grafted from 72345bf646caff0e1aa9c373a68906270fe7b688) - - - - - 48650c7c 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 (grafted from 377d8e966f1a9dcb2b43526b0542bb2854c2138b) - - - - - 2c31b61b 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 services. The data of the request is then cached but the url is not so the client forget about it. Because of the cached data, when selecting a particular profile data is taken from the cache but the url is not updated leaving it unchanged and empty or with a url from last request. Closes #12440 (grafted from f19de425f8c3c038a4aaed2b30a34155bb750939) - - - - - 1f115e1a by Cédric Krier at 2023-08-06T19:25:41+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 from ffef63a3959b55756c395ebfd3ee1224f4dc7611) - - - - - 481142a5 by Nicolas Évrard at 2023-06-13T13:39:22+02:00 Rename function with_inactive_records in documentation The commit e6c72b1f23e7 added the function but the documentation used another name (grafted from 3d60ede5821bf9f05324e1b12651f1a37309e97d) - - - - - 30 changed files: - + cookiecutter-module/{{ cookiecutter.module_name }}/.readthedocs.yaml - + modules/account/.readthedocs.yaml - modules/account/move.py - + modules/account_asset/.readthedocs.yaml - + modules/account_be/.readthedocs.yaml - + modules/account_budget/.readthedocs.yaml - + modules/account_cash_rounding/.readthedocs.yaml - + modules/account_consolidation/.readthedocs.yaml - + modules/account_credit_limit/.readthedocs.yaml - + modules/account_de_skr03/.readthedocs.yaml - + modules/account_deposit/.readthedocs.yaml - + modules/account_dunning/.readthedocs.yaml - + modules/account_dunning_email/.readthedocs.yaml - + modules/account_dunning_fee/.readthedocs.yaml - + modules/account_dunning_letter/.readthedocs.yaml - + modules/account_es/.readthedocs.yaml - + modules/account_es_sii/.readthedocs.yaml - modules/account_es_sii/account.py - modules/account_es_sii/tests/test_module.py - + modules/account_eu/.readthedocs.yaml - + modules/account_fr/.readthedocs.yaml - + modules/account_fr_chorus/.readthedocs.yaml - + modules/account_invoice/.readthedocs.yaml - modules/account_invoice/invoice.py - + modules/account_invoice_correction/.readthedocs.yaml - + modules/account_invoice_defer/.readthedocs.yaml - + modules/account_invoice_history/.readthedocs.yaml - + modules/account_invoice_line_standalone/.readthedocs.yaml - + modules/account_invoice_secondary_unit/.readthedocs.yaml - + modules/account_invoice_stock/.readthedocs.yaml The diff was not included because it is too large. View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/076c4916b11c1bcbe875472b2a1dcc1814a1eb8d...481142a5985a94162105011a38ccf2d5608da743 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/076c4916b11c1bcbe875472b2a1dcc1814a1eb8d...481142a5985a94162105011a38ccf2d5608da743 You're receiving this email because of your account on foss.heptapod.net.
