Daily updates from Odoo
Navigate
Branch
Wednesday, January 23, 2019
4 changes
New functionality added to Odoo
This change adds a command-line option that can generate default Odoo, nginx, and log rotation configuration files based on the server environment. It helps administrators start with safer, more complete production settings such as workers, proxy mode, and SSL instead of searching for examples manually.
Original PR description
Description of the issue/feature this PR addresses: [IMP] New command line option to generate default nginx and odoo config file Using workers, proxy_mode and ssl by default Current behavior before PR: Starting point for configuration is google Desired behavior after PR is merged: A command line to generate a generic config file, based on current hardware ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @KangOl
Enhancements to existing features
This update moves certain stock movement checks into the database to make processing faster and more reliable. Businesses should see improved performance during stock operations, especially when handling larger volumes of inventory movements.
Original PR description
@sle-odoo
Resolved issues and error corrections
The Intrastat invoice report template has been corrected so it is treated as a main report template. This helps ensure the report can be generated and customized reliably where businesses rely on Intrastat reporting.
Features or functions removed from Odoo
Odoo no longer manages log file rotation itself because the built-in approach was unreliable in multi-worker deployments. Administrators should use standard operating-system or external log rotation tools, which are more dependable and widely supported.
Original PR description
[It's completely FUBAR when using workers](https://stackoverflow.com/questions/34186774/why-doesnt-timedrotatingfilehandler-work-properly-and-how-to-solve-this-issuer) and properly reimplementing it is not really worth the effort when logrotate and newsyslog and rotatelogs and cyclog/multilog/cronolog and system-managed event logs (syslog & co) exist.