Wednesday, June 2, 2021
4 changes · master
New functionality added to Odoo
Users can now download Odoo spreadsheets in an Excel-compatible .xlsx format, making it easier to share and work with files outside Odoo. The update also ensures month and quarter filters keep a default year, preventing unclear filter results in spreadsheets.
Users can now download Odoo spreadsheets as Excel-compatible .xlsx files, making it easier to share and work with spreadsheet data outside Odoo. The update also improves date filter handling and cleans sheet names during export to avoid Excel compatibility issues.
Original PR description
Odoo task ID: [2291419](https://www.odoo.com/web#action=327&cids=1&id=2291419&menu_id=4720&model=project.task&view_type=form)
Enhancements to existing features
Companies using the same Odoo database can now manage social media accounts, posts, and streams without automatically sharing them across the whole organization. The update also prevents duplicate social accounts by reactivating an archived account when the same page is connected again, improving account control and reducing confusion.
Original PR description
Purpose ======= Allow multiple companies to use Social on the same database. That way each company does not necessarily share its social accounts with others companies. Specifications ============== All the social records (post, account...) belong to one company or none. For the social post, if one company is set, we can only select account in the same company or without a company. If no company is set on the post, we can select any social accounts. When creating accounts, check there is no de-activated account before creating a new one. Especially in multi company environment this is important to check. Links ===== Task ID-2415987
Tax reports can now be prepared for defined tax units, grouping companies that file together with tax authorities. This makes multi-company tax reporting more controlled and aligned with country-specific filing requirements, while limiting multi-company reporting to approved tax unit setups.
Original PR description
To handle multicompany in the tax report, it is now possible to define tax units. A tax unit is a group of companies for which the tax report is submitted together to the state. At most one tax unit can be defined per country. When there is one available, an option is available on the tax report to enable of of its companies and display its content. When opening the report with all the companies of the unit in self.env.companies, the options is activated by default. Tax reports now only allow multicompany through the usage of tax units. Task: 2463889