Friday, January 29, 2021
11 changes
Resolved issues and error corrections
The Belgian financial report now includes section 73 in the profit and loss report. This fixes missing reporting coverage needed by ASBL nonprofit organizations, helping them produce more complete statutory accounts.
Original PR description
This section is needed for ASBLs opw-[2445610](https://www.odoo.com/web#cids=1&id=2445610&model=project.task) manual FP of https://github.com/odoo/enterprise/pull/15932
Miscellaneous changes
Right now, when an online appointment is scheduled, only the person scheduling the appointment is notified with confirmation mail. However, for online appointments, it makes sense to let the event responsible know about the appointment by mail. This commit fixes the issue by passing 'mail_notify_author' in context while scheduling online appointment. Task - 2199620 Forward-Port-Of: odoo/enterprise#15971
Original PR description
Right now, when an online appointment is scheduled, only the person scheduling the appointment is notified with confirmation mail. However, for online appointments, it makes sense to let the event responsible know about the appointment by mail. This commit fixes the issue by passing 'mail_notify_author' in context while scheduling online appointment. Task - 2199620 Forward-Port-Of: odoo/enterprise#15971
- Create a new Tax as configured as - Amount 100% - Included in Price - Affect Base of Subsequent Taxes - Tax Computation: Percentage of Price Tax Included - Create a new Bill and add a product with such tax (Full amount should be included as tax) - Confirm the Bill - Go to Tax Report The Tax added on the line does not reflect in the Tax Report opw-2431988 Forward-Port-Of: odoo/enterprise#15934
Original PR description
- Create a new Tax as configured as - Amount 100% - Included in Price - Affect Base of Subsequent Taxes - Tax Computation: Percentage of Price Tax Included - Create a new Bill and add a product with such tax (Full amount should be included as tax) - Confirm the Bill - Go to Tax Report The Tax added on the line does not reflect in the Tax Report opw-2431988 Forward-Port-Of: odoo/enterprise#15934
Before this commit, if the user print the receipt of a payment of a Bill it will show a warning : 'A signature of this payment is required, but it is not signed.'. The same warning will be shown when printing a receipt of a payment of an Invoice with payment policy of PUE. Now, the warning only appear on invoices with payment policy of PDD. opw-2429401 Forward-Port-Of: odoo/enterprise#15909
Original PR description
Before this commit, if the user print the receipt of a payment of a Bill it will show a warning : 'A signature of this payment is required, but it is not signed.'. The same warning will be shown when printing a receipt of a payment of an Invoice with payment policy of PUE. Now, the warning only appear on invoices with payment policy of PDD. opw-2429401 Forward-Port-Of: odoo/enterprise#15909
Fixing errors reported by @ploegvde Enterprise part of odoo/odoo#65004 Forward-Port-Of: odoo/enterprise#16014 Forward-Port-Of: odoo/enterprise#15936
Original PR description
Fixing errors reported by @ploegvde Enterprise part of odoo/odoo#65004 Forward-Port-Of: odoo/enterprise#16014 Forward-Port-Of: odoo/enterprise#15936
PURPOSE Update sequence of onboarding tours SPEC Update sequence of onboarding tours TASK 2444153 Forward-Port-Of: odoo/enterprise#15972 Forward-Port-Of: odoo/enterprise#15886
Original PR description
PURPOSE Update sequence of onboarding tours SPEC Update sequence of onboarding tours TASK 2444153 Forward-Port-Of: odoo/enterprise#15972 Forward-Port-Of: odoo/enterprise#15886
Currently, when a user having no access to private addresses wants to open the documents to sign view, he gets an access right error if one item is linked to a contact having a private address. We should allow this user to see this item without error, as we do not access the address but only the name of the contact. opw-2431404 Forward-Port-Of: odoo/enterprise#15968
Original PR description
Currently, when a user having no access to private addresses wants to open the documents to sign view, he gets an access right error if one item is linked to a contact having a private address. We should allow this user to see this item without error, as we do not access the address but only the name of the contact. opw-2431404 Forward-Port-Of: odoo/enterprise#15968
- Go to Accounting > Accounting > Assets - Create an Asset: * Original Value: $ 100 * Acquisition Date: 31/12/2019 * Method: Linear * Duration: 8 Months * First Depreciation Date: 31/01/2020 - Confirm - Click on all 8 Depreciation Lines to post them - Create an Invoice of $ 110 with Invoice Date set to 05/05/2020 and post it - On created Asset page, sell it by selecting the created Invoice - You will need to reverse the 4 last Depreciation Lines as their date are after Invoi
Original PR description
- Go to Accounting > Accounting > Assets - Create an Asset: * Original Value: $ 100 * Acquisition Date: 31/12/2019 * Method: Linear * Duration: 8 Months * First Depreciation Date: 31/01/2020 -…
- Go to Accounting > Accounting > Assets - Create an Asset: * Original Value: $ 100 * Acquisition Date: 31/12/2019 * Method: Linear * Duration: 8 Months * First Depreciation Date: 31/01/2020 - Confirm - Click on all 8 Depreciation Lines to post them - Create an Invoice of $ 110 with Invoice Date set to 05/05/2020 and post it - On created Asset page, sell it by selecting the created Invoice - You will need to reverse the 4 last Depreciation Lines as their date are after Invoice Date - Once the 4 lines reversed, sell the Asset - Check the value of the Current Depreciation line of the Sale move (i.e. Value A) - Post the Sale move and check Depreciable Value and Book Value of Asset If we follow the exact same steps without posting the 4 last Depreciation Lines (which means that we will not reverse them), Value A, final Depreciable Value and Book Value will be different. But the values should be the same. When selling the Asset, the depreciated amount is computed from all posted depreciation lines, but it should be computed from posted depreciation lines that have not been reversed. opw-2390385 Forward-Port-Of: odoo/enterprise#15895
Purpose ======= LinkedIn just changed to size limit of the HTTP request (4KB max for the query parameters) we can make to their API. We need to update the code which refresh the statistics of the "social.live.post". Task 2418242 Forward-Port-Of: odoo/enterprise#15340
Original PR description
Purpose ======= LinkedIn just changed to size limit of the HTTP request (4KB max for the query parameters) we can make to their API. We need to update the code which refresh the statistics of the "social.live.post". Task 2418242 Forward-Port-Of: odoo/enterprise#15340
Forward-Port-Of: odoo/enterprise#15976
Original PR description
Forward-Port-Of: odoo/enterprise#15976
When editing the product count manually on the kanban card, clicking outside of the editable field was randomly adding one to either the previous count or the one the user had just entered. Task-2322389 Forward-Port-Of: odoo/enterprise#15874
Original PR description
When editing the product count manually on the kanban card, clicking outside of the editable field was randomly adding one to either the previous count or the one the user had just entered. Task-2322389 Forward-Port-Of: odoo/enterprise#15874