Saturday, December 3, 2022
5 changes · master
Miscellaneous changes
Since mail.thread was removed from the account.bank.statement, the message_post code was causing a crash. This commit retries the messages from the returned action and displays them using the notification service Forward-Port-Of: odoo/odoo#106168
Original PR description
Since mail.thread was removed from the account.bank.statement, the message_post code was causing a crash. This commit retries the messages from the returned action and displays them using the notification service Forward-Port-Of: odoo/odoo#106168
In order to pass the validation of the snailmail provider, the margins are required to have nothing but white pixels. To avoid letters being stuck until their layout is fixed, we fill the margins with white. Forward-Port-Of: odoo/odoo#107141 Forward-Port-Of: odoo/odoo#106791
Original PR description
In order to pass the validation of the snailmail provider, the margins are required to have nothing but white pixels. To avoid letters being stuck until their layout is fixed, we fill the margins with white. Forward-Port-Of: odoo/odoo#107141 Forward-Port-Of: odoo/odoo#106791
Usecase ======= Fiduciaries have a "master/template" database. They copy it for each of their customers. When they update/improve one dashboard in this master database, they want to export it and import it to their customer's databases. Fix === Currently, if you have a spreadsheet json file and you want to import it to replace a dashboard, you have to be very carefull about what you are doing. You must ensure the `spreadsheet_snapshot` is also updated (or reset) and you have t
Original PR description
Usecase ======= Fiduciaries have a "master/template" database. They copy it for each of their customers. When they update/improve one dashboard in this master database, they want to export it and…
Usecase ======= Fiduciaries have a "master/template" database. They copy it for each of their customers. When they update/improve one dashboard in this master database, they want to export it and import it to their customer's databases. Fix === Currently, if you have a spreadsheet json file and you want to import it to replace a dashboard, you have to be very carefull about what you are doing. You must ensure the `spreadsheet_snapshot` is also updated (or reset) and you have to make sure there's no pending revisions. Otherwise they will be applied on data which is unrelated. With this commit, you can update the `data` field with a new json file and the snapshot and the revisions will be automatically deleted, as if the spreadsheet was brand new. The field `spreadsheet_snapshot` is removed from the list view since it's no longer required to update/reset it manually. And it might confuse the user, not knowing what it is. Task 3089052 Forward-Port-Of: odoo/enterprise#34597
The `_compute_attached_document_count` method on project.project is not working on recordset containing more than one record. This PR fixes the method so that the field can be computed on all recordsets. Forward-Port-Of: odoo/enterprise#34609 Forward-Port-Of: odoo/enterprise#34604
Original PR description
The `_compute_attached_document_count` method on project.project is not working on recordset containing more than one record. This PR fixes the method so that the field can be computed on all recordsets. Forward-Port-Of: odoo/enterprise#34609 Forward-Port-Of: odoo/enterprise#34604
Due to the removal of mail.thread from account.bank.statement, the import function's attempt to post a message was causing a stacktrace With this commit, a notification is used to provide information to the user Forward-Port-Of: odoo/enterprise#34191
Original PR description
Due to the removal of mail.thread from account.bank.statement, the import function's attempt to post a message was causing a stacktrace With this commit, a notification is used to provide information to the user Forward-Port-Of: odoo/enterprise#34191