Pierrick Brun
b19fa2398d
Make user_id and role_id required in base_user_role_line
6 years ago
Pierrick Brun
c6116c30ba
Revert "[FIX] Crash in base_user_role when role_id is not set on res.users.role.line"
This reverts commit b537941d5a
.
6 years ago
Moises Lopez - https://www.vauxoo.com/
8e46bd2990
Merge pull request #1484 from akretion/10-fix-onchange-helper
[FIX] don't remove computed fields with inverse method of the onchange values
6 years ago
Alexandre Fayolle
7ddc4c7300
[FIX] strange behavior of users_ldap_populate
when the LDAP search returns values for a user existing in Odoo but
deactivated, the 'deactivate unknown users' feature was silently disabled.
This commit changes the behavior to reactivate the user in Odoo
6 years ago
Benoit
1ce04d79cf
[FIX] don't remove computed fields with inverse method of the onchange values
6 years ago
OCA Transbot
5c8be99c1e
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
ee1771778a
[UPD] Update sequence_date_range.pot
6 years ago
oca-travis
346631eb77
[UPD] Update date_range.pot
6 years ago
OCA-git-bot
c1dbf403c7
[ADD] setup.py
6 years ago
OCA-git-bot
9e2d505261
[UPD] README.rst
6 years ago
OCA-git-bot
de8e20e616
[UPD] addons table in README.md
6 years ago
Pedro M. Baeza
9dc2cdbbd5
Merge pull request #1481 from acsone/10.0-sequence_date_range
[10.0][ADD] Add new module sequence_date_range
6 years ago
François Honoré
3b49a35a16
[10.0][ADD] Add new module sequence_date_range
6 years ago
OCA Transbot
fc592f954c
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
5a305d9f5c
[UPD] Update base_exception.pot
6 years ago
OCA-git-bot
08a5ba4092
[UPD] addons table in README.md
6 years ago
Pedro M. Baeza
01dc1da644
Merge pull request #1474 from akretion/10-base_exception-filter-rules
[10][IMP] base_exception allow to filter rules
6 years ago
hparfr
386c5e1055
base_exception allow to filter rules in inherited modules
6 years ago
Pedro Castro Silva
663b436c4b
Translated using Weblate (Portuguese)
Currently translated at 100.0% (52 of 52 strings)
Translation: server-tools-10.0/server-tools-10.0-date_range
Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-date_range/pt/
6 years ago
Pedro M. Baeza
a3dbf5246a
Merge pull request #1471 from elicoidal/10.0
Switch AGPL to LGPL license
6 years ago
elicoidal
de2cb36858
Switch AGPL to LGPL license
6 years ago
OCA Transbot
365318b87e
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
1d517cfcce
[UPD] Update base_exception.pot
6 years ago
OCA-git-bot
3ed87a9d87
[UPD] addons table in README.md
6 years ago
beau sebastien
1c93d3627c
Merge pull request #1410 from akretion/10-sale_exception_by_domain
[10.0][IMP] base_exception add rules by domain and improve perfs
6 years ago
Alexis de Lattre
2f7e3cbc09
[10.0] Avoid crash in base_optional_quick_create during migration ( #1222 )
6 years ago
Pedro M. Baeza
f6de5b144b
Merge pull request #1454 from guewen/fix-quick-create-signal-change
Fix avoid_quick_create with multiprocess
6 years ago
OCA Transbot
963091681f
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
0d2589246b
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
fdcb8c941b
[UPD] Update date_range.pot
6 years ago
oca-travis
a6a66594a8
[UPD] Update base_user_role.pot
6 years ago
oca-travis
374e111cb3
[UPD] Update base_jsonify.pot
6 years ago
Pedro Castro Silva
7c5fdc612f
Translated using Weblate (Portuguese)
Currently translated at 100.0% (34 of 34 strings)
Translation: server-tools-10.0/server-tools-10.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-base_user_role/pt/
6 years ago
OCA-git-bot
47a2363a7b
[ADD] setup.py
6 years ago
OCA-git-bot
c3c6ae14b5
[UPD] README.rst
6 years ago
OCA-git-bot
7a00a231c5
[UPD] addons table in README.md
6 years ago
Laurent Mignon (ACSONE)
8f5be92bbf
Merge pull request #1379 from akretion/10-base_jsonify
[ADD] 10.0 base_jsonify
6 years ago
Pierrick brun
5fd0a0350b
[FIX] misc. fixes in the comments/docstrings
6 years ago
Sylvain Le Gal
71ab8cc710
IMP add view for ir.exports
6 years ago
Guewen Baconnier
7bcff7eb50
Fix avoid_quick_create with multiprocess
When starting Odoo in multiprocess, a change to the field
IrModel.avoid_quick_create would be active only on the current worker.
Otherwise, it would be active after a restart.
The proposed change is to signal a registry change, forcing the other
workers to reload a registry and then be aware of the change.
6 years ago
Hpar
c640d3e6af
Update readme
Add a note about safe_eval
6 years ago
OCA Transbot
4fcf46a677
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
b97f2777f9
[UPD] Update subscription_action.pot
6 years ago
oca-travis
3c7b0a152a
[UPD] Update date_range.pot
6 years ago
OCA-git-bot
7993a7bd16
[ADD] setup.py
6 years ago
OCA-git-bot
a717847e37
[UPD] addons table in README.md
6 years ago
Holger Brunn
14809e76bc
[MIG] subscription_action to 10.0
7 years ago
Holger Brunn
6b0d322d3b
[ADD] subscription_action
8 years ago
Mourad EL HADJ MIMOUNE
7d2f7d6644
[FIX] rename migration floder according to the new version
6 years ago
Hpar
252ee43620
Remove onchange on exception_type
No more empty fields after changing type.
6 years ago