Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[11.0] Fixing issues #1274 #1275 #1276

Closed josemoralesp closed 6 years ago

josemoralesp commented 6 years ago

1274

The writing process calls to _is_analytic_policy_ok method sending more than one recordset in some operations. To avoid getting a singleton error, we are using a loop over "self" object to be sure we are asking for values to a single object.

1275

Odoo removed the custom configuration models by models in the current version. The rest doesn't need an explanation.

fix #1274 fix #1275