Sulla 11 le differenze sono ancora meno:
commit 1f909cf008222be81acbcaaf3ed215cbddc1f879
Author: Carlos Dauden <carlos.dauden@tecnativa.com>
Date: Fri Nov 10 19:13:47 2017 +0100
[FIX] account: Payments without payment_id related aren't showed in statement
commit 386a936dd42bf9e89a0b8c48a58d6e414fa26558
Author: Nicolas Martinelli <nim@odoo.com>
Date: Tue May 29 17:40:18 2018 +0200
[FIX] mail: Render mail in the template language
On an optimization done for not rendering each time the template, the possibility
of sending the template in the proper language when multiple recipients was lost.
This is being refactoring in master, but for this version, Odoo won't merge a
change in the behavior, although it's the correct one as in previous versions.
Extracted by pedrobaeza from https://gist.github.com/nim-odoo/8a9749037370343f05c7e6681324f576
commit 8c2be36c7bd31e5503a6bfc3a4f4762860aba390
Author: Moisés López <moylop260@vauxoo.com>
Date: Thu May 3 13:56:25 2018 -0500
[REF] .travis.yml: Patch test_crawl in order to increase timeout
* Fix https://github.com/OCA/OCB/issues/667
commit c951b421cb95a716135f7596e6ca252802e894f0
Author: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
Date: Tue May 1 02:36:06 2018 -0500
[REF] .travis.yml: Enable test_crawl and exclude just hw_scanner and hw_escpos (#740)
commit 1888a321b4e3d346e58f6a167ae946178c7b9261
Author: Goffin Simon <sig@odoo.com>
Date: Tue Oct 24 17:07:20 2017 +0200
[FIX] stock: Forecasted stock report is not multi-company compliant
To take the company into account in the report.stock.forecast.
opw:777270
commit a534b5aa5ad7aabd64371b9a0b46c7478b478286
Author: Miquel Raïch <miquel.raich@eficent.com>
Date: Fri Apr 20 19:34:15 2018 +0200
[FIX] requirements: Move gengo install to travis file (#738)
commit c9ac6797553041733c666883c9cf7346c7ba1d3f
Author: Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>
Date: Fri Apr 20 10:30:29 2018 -0500
[11.0][FIX] travis: split up travis jobs (#734)
* [ADD] Test modules in separate jobs
* [REF] .travis.yml: Avoid auto-install generic_coa and disable `test_crawl.py` because is failing in all cases.
commit 3e5bea144fe648af04aeee4cf168b366d9cfa1b8
Author: Pedro M. Baeza <pedro.baeza@gmail.com>
Date: Mon Jan 22 23:23:19 2018 +0100
[FIX] requirements: Don't complain on missing library
Module sms wizard try to import this library and complains with a warning
if not found. This makes runbot to turn brown, which for Travis status
means red, causing falses alarms by that.
As most of the 11.0 repositories uses OCB for building runbot instances,
this will greenify the PRs without adding the library repository per
repository.
commit c769a581cbd823bb3e104db9470792b52b272acf
Author: Stefan Rijnhart <stefan@opener.am>
Date: Fri Dec 22 17:16:30 2017 +0100
[RFR] Exclude base_gengo and website_gengo
There are no tests for these modules and their installation raises a warning
because the Gengo library is not required by default, and that warning
makes runbot fail on the PR.
commit fd074010b0dd13cbae3c19239d26f8b378f25b25
Author: Stefan Rijnhart <stefan@opener.am>
Date: Fri Dec 22 15:51:14 2017 +0100
[FIX] Exclude recent l10n_fr certification modules
This should fix tests as all localization modules are excluded, but the
OCA travis script will prepare a test database that includes any modules
that are excluded but are dependencies of modules that are not excluded.
In this case, l10n_fr is installed in this pre-stage, which depends on the
account module and friends. But not all modules support reloading of demo
data.
loading l10n_generic_coa/../account/demo/account_invoice_demo.yml
2017-12-22 13:49:37,362 5185 ERROR openerp_test odoo.sql_db: bad query: b'INSERT INTO "account_invoice_line" ("id", "account_id", "quantity", "product_id", "discount", "is_rounding_line", "sequence", "invoice_id", "price_unit", "create_uid", "write_uid", "create_date", "write_date") VALUES(nextval(\'account_invoice_line_id_seq\'), NULL, \'5.000\', 36, \'0.00\', false, 10, 1, \'642.00\', 1, 1, (now() at time zone \'UTC\'), (now() at time zone \'UTC\')) RETURNING id'
ERROR: null value in column "name" violates not-null constraint
commit 9890dd1ec88a576dd9bc6a2148a8c7be44d62417
Author: Moisés López <moylop260@vauxoo.com>
Date: Tue Nov 7 10:34:00 2017 -0600
[REF] .travis.yml: Enable runbot
commit 4d25aa2cf518fb206f2c10cee6e0b3073ec450f8
Author: Simone Orsi <simahawk@users.noreply.github.com>
Date: Tue Oct 31 01:23:08 2017 +0100
[fix] add travis.yml for v11 (closes #663) (#664)