Browse Source

Rename module as base_concurrency

pull/144/head
Matthieu Dietrich 10 years ago
parent
commit
727e0a1025
  1. 0
      base_concurrency/__init__.py
  2. 7
      base_concurrency/__openerp__.py
  3. 0
      base_concurrency/cron.xml
  4. 0
      base_concurrency/res_users.py
  5. 0
      base_concurrency/security/ir.model.access.csv

0
base_login_date_improvement/__init__.py → base_concurrency/__init__.py

7
base_login_date_improvement/__openerp__.py → base_concurrency/__openerp__.py

@ -19,12 +19,15 @@
#
##############################################################################
{"name": "Base Login Date Improvement",
{"name": "Base Concurrency",
"version": "1.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"category": "Specific Module",
"description": """
Module to separate the login date from res.users; on long transactions,
Module to regroup all workarounds/fixes to avoid concurrency issues in SQL.
* res.users login_date:
the login date is now separated from res.users; on long transactions,
"re-logging" by opening a new tab changes the current res.user row,
which creates concurrency issues with PostgreSQL in the first transaction.

0
base_login_date_improvement/cron.xml → base_concurrency/cron.xml

0
base_login_date_improvement/res_users.py → base_concurrency/res_users.py

0
base_login_date_improvement/security/ir.model.access.csv → base_concurrency/security/ir.model.access.csv

Loading…
Cancel
Save