hilarak / odoo_community_addons

Odoo Community Addons (My works) Hilar AK
https://www.odoo.com/apps/modules/browse?author=Hilar%20AK
GNU Affero General Public License v3.0
23 stars 24 forks source link

Serialization error #20

Closed lukvml closed 5 years ago

lukvml commented 5 years ago

Impacted versions: 12.0e

Current behavior: creates double entries everywhere (SO,PO,Timesheets)

Error postgres odoo@AIT ERROR: could not serialize access due to concurrent update odoo@AIT STATEMENT: UPDATE "bus_presence" SET "last_poll"='2019-01-20 20:32:49' WHERE id IN (1)

Error odoo: odoo.service.model: SERIALIZATION_FAILURE, retry 1/5 in 0.8038 sec...

prakashjain commented 5 years ago

Facing similar server issue every time Try to reconnect odoo application. @lukvml Is any extra other customize done in odoo-debrand module? Odoo 12 downloaded from git or nightly builds?

hilarak commented 5 years ago

Can you please give me the details to reproduce the same

prakashjain commented 5 years ago

After installing De-branding module, please create new employee or user record and list view search the created record, same record entry will showing 2 times. De-branding module JS related code removed after that issue fixed. Please let me know to keep js code feature and double entry issue fix .

hilarak commented 5 years ago

Thanks, @prakashjain @lukvml, I will check and the test the addon. Will reach you soon.

hilarak commented 5 years ago

Fix related duplicating records is done.

prakashjain commented 5 years ago

Thanks @hilarak will check. Please let me know De-branding without depends "Website" module is available ?