Tuesday, August 11, 2020
2 changes · master
Resolved issues and error corrections
Billing users can now access the AFIP invoice consultation menu without needing advanced accounting permissions. The menu was moved to a more accessible accounting configuration area, reducing unnecessary permission barriers for everyday billing work.
Original PR description
task 347 --- Be able to see the menu for all the billing users. Before this commit only the users in "Technical / Show Full Accounting Features" where able to see this menu, with this change all the Billing users are able to see it. In order to do it we move the menu to the Accounting / Configuration menu (originally was in "Invoicing/Accounting/Actions" menu that is also only visible for users in "Technical / Show Full Accounting Features").
The referral and Twitter wall sharing links now use LinkedIn’s current sharing address. This keeps social sharing working reliably for users and aligns Odoo with LinkedIn’s latest supported format.
Original PR description
## Description
Replace the old linkedin share link with the new one. (See official doc https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/plugins/share-plugin)
Actual : https://www.linkedin.com/shareArticle?mini=true&url={url}
New one: https://www.linkedin.com/sharing/share-offsite/?url={url}