Daily updates from Odoo
Thursday, April 26, 2018
2 changes
Enhancements to existing features
Project cards with cover images now have balanced top and bottom spacing. This makes the Kanban view look cleaner and more consistent without changing how users work.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=54019&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.145da1bd99f853e4486c9fc8c288912d Current behavior before PR: In project cover image top, bottom padding not proper set https://drive.google.com/file/d/1Dt3CW608GVwLCs-0bfM-KqLj3IVooYJX/view Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Windows installer build now updates its bundled Python packages from the project's requirements list. This helps ensure Windows installations include the dependencies expected by Odoo, while build logs show which packages were successfully added.
Original PR description
Description of the issue/feature this PR addresses: When building the Windows installer, a virtual machine is used with prepackaged python modules. With this commit, the packaging script will try to install on the virtual machine the python packages specified in requirements.txt. Each package is installed individually, that way, if an install fails, the install of the other packages continues. At the end of the process, successfully packages are listed so that they will appear in the build log files. Also, the Makefile was cleaned in this commit (removal of py2exe stuffs). Current behavior before PR: The Odoo Windows installer ships only Python packages prepared on the Virtual Machine used for builds. Desired behavior after PR is merged: The Odoo Windows installer will ship Python packages specified in the requirements.txt -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr