Cédric Krier pushed to branch branch/6.6 at Tryton / Tryton
Commits: 5cbaf39d 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) - - - - - 5302b8fc 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) - - - - - d2306d01 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) - - - - - 062dbd59 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) - - - - - 5eed293f 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) - - - - - 0551ca78 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) - - - - - cca962f7 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) - - - - - f642911b by Cédric Krier at 2023-08-06T19:24:46+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) - - - - - 30 changed files: - + cookiecutter-module/{{ cookiecutter.module_name }}/.readthedocs.yaml - + modules/account/.readthedocs.yaml - + 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 - + modules/account_invoice_watermark/.readthedocs.yaml The diff was not included because it is too large. View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/298c4144ee6bb92db1f7a71612c53df5459cadc8...f642911bbfac2d7a98bec714a32b66c924c5c0ff -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/298c4144ee6bb92db1f7a71612c53df5459cadc8...f642911bbfac2d7a98bec714a32b66c924c5c0ff You're receiving this email because of your account on foss.heptapod.net.
