Tuesday, April 25, 2023
30 changes
Miscellaneous changes
task - 3275238 Forward-Port-Of: odoo/enterprise#39802
Original PR description
task - 3275238 Forward-Port-Of: odoo/enterprise#39802
This is only a test for the fix in the community PR Steps to reproduce: - Open any listview (e.g Sales order listview) - select records from the listview, go to Favorites, and click on 'Insert list in spreadsheet' option - Once the spreadsheet is created, Reload your browser. Current behavior: - Spreadsheet goes to an infinite loading. opw-3284058 Forward-Port-Of: odoo/enterprise#40180
Original PR description
This is only a test for the fix in the community PR Steps to reproduce: - Open any listview (e.g Sales order listview) - select records from the listview, go to Favorites, and click on 'Insert list in spreadsheet' option - Once the spreadsheet is created, Reload your browser. Current behavior: - Spreadsheet goes to an infinite loading. opw-3284058 Forward-Port-Of: odoo/enterprise#40180
In `_get_existing_lines(...)` we check if line['analytic_distribution'] is set along with two variables, if one of the three is set we do a subcheck. But if only line['analytic_distribution'] wasn't set it will try to do something like `variable in False` which raises a `bool is not iterable`error. Task: 3283253 Forward-Port-Of: odoo/enterprise#40075
Original PR description
In `_get_existing_lines(...)` we check if line['analytic_distribution'] is set along with two variables, if one of the three is set we do a subcheck. But if only line['analytic_distribution'] wasn't set it will try to do something like `variable in False` which raises a `bool is not iterable`error. Task: 3283253 Forward-Port-Of: odoo/enterprise#40075
Users managing their notification in Odoo would get an access error when opening the referral notification as they don't have access to the record. opw-3285752 Forward-Port-Of: odoo/enterprise#40165
Original PR description
Users managing their notification in Odoo would get an access error when opening the referral notification as they don't have access to the record. opw-3285752 Forward-Port-Of: odoo/enterprise#40165
### Steps to reproduce - install l10n_mx_reports - switch to a mexican company - create a Vendor Bill, confirm it and register a payment for it - create a Credit Note for that bill, confirm it and register a payment too - go to the DIOT report (called `Transactions with third parties [ DIOT ]` in the menu ) The amount in the column "Refunds" should be the tax amount, and not the base amount. (see ticket for confirmation about this) opw-3107102 Forward-Port-Of: odoo/enterprise#396
Original PR description
### Steps to reproduce - install l10n_mx_reports - switch to a mexican company - create a Vendor Bill, confirm it and register a payment for it - create a Credit Note for that bill, confirm it and register a payment too - go to the DIOT report (called `Transactions with third parties [ DIOT ]` in the menu ) The amount in the column "Refunds" should be the tax amount, and not the base amount. (see ticket for confirmation about this) opw-3107102 Forward-Port-Of: odoo/enterprise#39628 Forward-Port-Of: odoo/enterprise#37531