Wednesday, June 10, 2020
8 changes
Enhancements to existing features
Manufacturing planning now stores planned purchase dates without unnecessary time details. This makes date-based searches and matches more reliable when working with the master production schedule.
Original PR description
Since we only care about the date, remove time part of the date_planned_mps, so that when search based on a date we can also march it.
Notifications can now appear without a title, so short messages no longer show an empty header area or unnecessary icon spacing. This makes alerts cleaner and easier to read across affected Odoo apps such as Data Merge, Marketing Automation, Stock Barcode, and Web Enterprise.
Original PR description
PURPOSE Currently, the notification pops up on the right top corner, when you are not passing the title parameter as a option when generating the notification,then it will display the blank div with the default button icon only. so it is not possible to have one-line notifications since the title is mandatory. SPEC So the purpose of the task is to make the title optional, allowing for more minimalistic notification. For that we have put the condition for the title div, if the options have title field then only the top titile div will display otherwise not. Also removed some unnecessary titles from the notification and some styling change. Task : 2264749
Resolved issues and error corrections
Odoo Studio now shows the actual technical widget name when a field has no friendly description. This prevents users from seeing a misleading default option while customizing fields outside debug mode.
Original PR description
**PROBLEM** When using web studio, whenever a technical widget is already set on a field and the user customizes it with studio out of the debug mode, the 'widget' option will show him an erroneous information, by simply fallbacking on the first value available. **PURPOSE** By this commit, this issue has been fixed by setting technical widget name in widget field box whenever description is missing and that particular field is selected. **LINK** 2248455 **CO-AUTHOR** Mitali Patel <mpa@odoo.com>
Miscellaneous changes
The hook that download the XSD files for the CFDI was moved to a cron, this to ensure the module installation on sh instances. Now not take time to download the XSD files in the module installation. Was moved for a cron that is executed one time, and could be executed manually with the same server action that already exists. Forward-Port-Of: odoo/enterprise#11045 Forward-Port-Of: odoo/enterprise#6360
Original PR description
The hook that download the XSD files for the CFDI was moved to a cron, this to ensure the module installation on sh instances. Now not take time to download the XSD files in the module installation. Was moved for a cron that is executed one time, and could be executed manually with the same server action that already exists. Forward-Port-Of: odoo/enterprise#11045 Forward-Port-Of: odoo/enterprise#6360
A typo in an email theme styling setting was corrected. This helps ensure the Airmail mass mailing theme displays as intended and avoids small visual inconsistencies in marketing emails.
Original PR description
Introduced by [1]. [1]: https://github.com/odoo/enterprise/commit/148619d1da0f399cb941412cdec3db66ffb76ea2
Fixed an issue where duplicating a PDF report in Studio for the 11th time could keep creating another “10th copy” instead of moving to the next number. This helps users keep duplicated reports clearly named and avoids confusion when managing many copies.
Original PR description
Purpose: - Purpose of this commit is to create duplicate 11th copy instead of multiple 10th copies using studio. Task- 2267990
Forward-Port-Of: https://github.com/odoo/odoo/pull/52466 Forward-Port-Of: odoo/enterprise#11014 Forward-Port-Of: odoo/enterprise#10994
Original PR description
Forward-Port-Of: https://github.com/odoo/odoo/pull/52466 Forward-Port-Of: odoo/enterprise#11014 Forward-Port-Of: odoo/enterprise#10994
Some companies have their office in a country, and sell and pay taxes in another one. Before this commit, they couldn't use Odoo's tax report, as the country set on the res.company than the one to be used with their taxes. It is now possible to do that, using a config parameter. Forward-Port-Of: odoo/enterprise#10991 Forward-Port-Of: odoo/enterprise#10792
Original PR description
Some companies have their office in a country, and sell and pay taxes in another one. Before this commit, they couldn't use Odoo's tax report, as the country set on the res.company than the one to be used with their taxes. It is now possible to do that, using a config parameter. Forward-Port-Of: odoo/enterprise#10991 Forward-Port-Of: odoo/enterprise#10792