Monday, December 14, 2020
3 changes · master
New functionality added to Odoo
Users can now link or unlink a document to an existing Odoo record through a dedicated action and wizard. This makes it easier to connect files with the right business objects and keep related chatter updates focused on the latest linked document.
Original PR description
Add the possiblity to link/unlink a doc to an existing record (any odoo object) with an action. Renaming values in create_model. Task-2195019
Enhancements to existing features
The Social app now opens the posts view focused on the current user's posts and adds grouping options by date and campaign, making posts easier to find and organize. It also improves social stream readability by formatting large numbers with local thousand separators and clarifies that Shift+Enter creates a line break when commenting.
Original PR description
1) Make the user aware that shift+enter does a line break. This avoids unwanted comment postings when pressing enter key. 2) Add some first filters in the social post view: my_posts, enabled by default, to grant direct access to user's own posts when going to posts menu/view. This is mainly useful for group_social_manager since social_users only have access to their own social posts. Also adds two "group_by" filters for the posts : calendar_date, utm_campaign_id. The latter allows to group all posts from a given campaign in the same column. 3-Social stream post kanban view : On rendering the social accounts stats, improve the display of integer numbers by inserting thousand separators corresponding to the current language, improving readability. The same is done for stream posts like counts, and maintained when liking/unliking the post in the function _updateLikesCount of the stream post kanban controller. Task-ID : 2252063
Belgian companies now have their company registry value filled automatically from the VAT number when appropriate. This helps avoid missing information when exporting Belgian Intrastat XML files and guides users to company settings if the registry is still missing.
Original PR description
In Belgium, the company registry and the VAT number (no country code) are identic. The company registry field is not mandatory, but is needed to export the belgian Intrastat XML file. Now: - belgian company registry is set by default to vat number. - missing company registry warning message redirects to company settings. Task: 2335088