Daily updates from Odoo
Friday, October 26, 2018
2 changes
Resolved issues and error corrections
Chrome-based automated tests can now run correctly inside container environments such as CI services. This helps teams using containerized testing avoid setup failures and adopt browser testing more easily.
Original PR description
Closes #26455 Based on: https://github.com/SeleniumHQ/docker-selenium/issues/520#issuecomment-384156465 **Description of the issue/feature this PR addresses:** - Make chrome testing work in containers **Current behavior before PR:** - Port `8071` get's never bound (maybe because of not running as root) **Desired behavior after PR is merged:** - Port `8071` get's bound. **Note:** Please merge as soon as convenient to fuel adoption of new chrome js testing in containered environments, such as travis, gitlab, etc. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
Supplier refunds are now included in the supplier invoice count and related invoice button results. This gives users a more accurate view of supplier billing activity, matching how customer invoices and refunds are already handled.
Original PR description
If a supplier had a refund, it was not included in the supplier invoice count
nor in the results in the statbutton
On the customer side, fields like total_invoiced works on both the out_invoice
and out_refund