Daniel Reis
9bee986251
Relicense to LGPL
...
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635 )
2018-06-27 13:42:52 +02:00
Michell Stuttgart
7e1fd8a198
[10.0] Add Firebird database support to base_external_dbsource ( #623 )
2018-06-27 13:42:52 +02:00
OCA Transbot
87702933b5
OCA Transbot updated translations from Transifex
2018-06-27 13:42:52 +02:00
Henry Zhou
e952dae464
[MIG][10.0] base_external_dbsource ( #578 )
2018-06-27 13:42:52 +02:00
OCA Transbot
480b03f293
OCA Transbot updated translations from Transifex
2018-06-27 13:42:52 +02:00
Gervais Naoussi
7d935f2e94
[MIG] base external dbsource
...
* Migration of base_external_dbsource to odoo 9.0
* Fixing test error
* Moving test from yaml to python
* Fixing pylint error in test class
* Placeholder added to connection string text zone
* improving test coverage
2018-06-27 13:42:52 +02:00
OCA Transbot
faadee69aa
OCA Transbot updated translations from Transifex
2018-06-27 13:42:52 +02:00
Sandy
89e118bd37
Activate base_external_dbsource
2018-06-27 13:42:52 +02:00
lauris
1351e4ef26
base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1
2018-06-27 13:42:52 +02:00
Stéphane Bidoul
b3bb5c38e7
move all modules to __unported__ on master branch and set installable=False
2018-06-27 13:42:52 +02:00
Maxime Chambreuil
f0b22efea5
[IMP] Update to v7 menu structure and dos2unix conversion
...
(../ext rev 366)
2018-06-27 13:42:52 +02:00
Daniel Reis
e84ddff65e
[CHG] simplified dbsource.execute api to a single method with two possible behaviors
...
(../ext rev 351.3.4)
2018-06-27 13:38:43 +02:00
webtec
3e04e24313
CHG: adapted to base_external_dbsource; code refactored
...
(../ext rev 351.3.3)
2018-06-27 13:38:43 +02:00
OCA Git Bot
6018d46a4d
[ADD] setup.py
2018-06-27 05:29:59 +02:00
Holger Brunn
6db343c643
Merge pull request #5 from BT-fgarbely/11.0-mig-base_suspend_security
...
MIG: base_suspend_security: Migration to 11.0
2018-06-26 16:16:34 +02:00
Frédéric Garbely
fc4d1cb2f8
[MIG] base_suspend_security: Migration to 11.0
2018-06-26 15:56:07 +02:00
OCA Transbot
6b929e2841
OCA Transbot updated translations from Transifex
2018-06-26 15:56:06 +02:00
Stéphane Bidoul (ACSONE)
8efb54f2dc
[FIX] rst syntax errors
2018-06-26 15:56:06 +02:00
Adrien Peiffer (ACSONE)
c36c7e4f0e
[MIG] base_suspend_security to 10.0 ( #586 )
2018-06-26 15:56:06 +02:00
Pedro M. Baeza
a34ecbfb0e
[MIG] Rename manifest files
2018-06-26 15:56:06 +02:00
Pedro M. Baeza
5df0ceae13
[MIG] Make modules uninstallable
2018-06-26 15:56:06 +02:00
Laurent Mignon
b73947dfa1
[FIX] Bump version to 9.0.1.0.0
2018-06-26 15:56:06 +02:00
Adrien Peiffer (ACSONE)
cba388082e
[PORT] Port base_suspend_security to 9.0
2018-06-26 15:56:06 +02:00
Pedro M. Baeza
e91239e023
[MIG] Make modules uninstallable
2018-06-26 15:56:06 +02:00
Stéphane Bidoul
a8f8646160
[UPD] prefix versions with 8.0
2018-06-26 15:56:06 +02:00
Holger Brunn
65740baa74
[FIX] flake8
2018-06-26 15:56:06 +02:00
Holger Brunn
9c2f68e028
[ADD] base_suspend_security
2018-06-26 15:56:06 +02:00
Stéphane Bidoul (ACSONE)
b7e82f7ec4
trigger Travis build to generate .pot
2018-06-23 18:22:37 +02:00
Stéphane Bidoul (ACSONE)
19ba7cf4ab
remove obsolete .pot files [ci skip]
2018-06-15 23:41:22 +02:00
OCA Git Bot
96ca4c248e
[ADD] setup.py [ci skip]
2018-04-19 11:53:48 +02:00
Pedro M. Baeza
714d3879d6
Merge pull request #3 from acsone/11-default_roles-bwi
...
[IMP] Use default user to define default roles to create for a new user
2018-03-06 13:17:10 +01:00
Benjamin Willig
0cee0f6767
[IMP] Use default user to define default roles to create for a new user
2018-02-21 09:12:31 +01:00
Dave Lasley
d654f5d5ed
[MIG] base_external_system: Upgrade to v11
...
* Perform standard v11 migration
2017-12-19 08:48:55 -08:00
Dave Lasley
4db2a3ea1f
[IMP] base_external_system: Add create bypass
...
* In cases of deep inheritance, it may be required to create an adapter directly. Add an override in the create via the env context to support this.
* Add default system type if creating from an interface
* Fix interface assignment during creation in adapter
2017-12-19 08:48:48 -08:00
Dave Lasley
368380e9e8
[ADD] base_external_system: Implement interface/adapter ( #993 )
...
* [ADD] base_external_system: Implement interface/adapter for external systems
* base_external_system: Fix OS model, add inherits, add validate
* base_external_system: Usability and private key pass
* base_external_system: Use contextmanager in adapter client
* base_external_system: Move contextmanager to interface
* base_external_system: Include contextmanager on adapter and system
* base_external_system: Unify client
* Use password widget for password field
* Add tests & security
* Fix lint
* Add plaintext note
2017-12-19 08:48:39 -08:00
OCA Git Bot
1ea47ba221
[ADD] setup.py
2017-12-07 04:35:23 +01:00
Dave Lasley
6b6dbbcb76
Merge pull request #1 from novawish/11.0-mig-base_user_role
...
11.0 mig base user role
2017-12-06 08:58:18 -08:00
Duc Dao
0f55051261
[MIG] Update test cases for testing (unlink role and role line) to new api
2017-12-05 13:56:39 +07:00
sebalix
c2d6580a90
[FIX] base_user_role: ensure that the user's groups are updated when its last role line is removed
2017-11-23 23:55:54 +07:00
sebalix
34b4db6469
[IMP] base_user_role: add some test cases to check user's groups when its last role line is removed
2017-11-23 23:55:54 +07:00
sebalix
118089c338
[FIX] base_user_role: update users' groups when a role is deleted
2017-11-23 23:55:54 +07:00
Duc Dao
a97b909eba
[MIG] base_user_role: Migration to 11.0
2017-11-21 16:35:16 +07:00
Benjamin Willig
9dc3b6e170
[10.0][FIX] User group not updating when removing a user from the role view
2017-11-19 22:44:57 +07:00
Alexis de Lattre
2744a1ca23
[FIX] Crash in base_user_role when role_id is not set on res.users.role.line
2017-11-19 22:44:57 +07:00
Adrien Peiffer (ACSONE)
559e9bf786
[MIG] base_user_role: Port to 10.0
2017-11-19 22:44:57 +07:00
sebalix
51beb2a111
base_user_role - Set a default category to associated groups
2017-11-19 22:44:56 +07:00
Stéphane Bidoul (ACSONE)
547f74012c
base_user_role: display roles as first tab in user form
2017-11-19 22:43:32 +07:00
sebalix
604a9d1c63
base_user_role - Bump module version to '9.0.1.0.0'
...
[IMP] base_user_role - Replace '<openerp>' tags by '<odoo>' + Remove useless '<data>' tags + Reindent XML content
[FIX] base_user_role - Fix noupdate declaration
[REM] base_user_role - Remove old migration script
2017-11-19 22:43:32 +07:00
Sébastien Alix
8240ef42f4
8.0 - New module 'base_user_role' to manage user roles efficiently ( #608 )
...
* [ADD] New module 'base_user_role'
* [FIX] base_user_role - Review
* [FIX] base_user_role - Review s/is_active/is_enabled/
* [FIX] base_user_role - Review s/is_active/is_enabled/
* [IMP] base_user_role - Translations updated (template + FR)
* [FIX] base_user_role - Lint
2017-11-19 22:43:32 +07:00
OCA Git Bot
f0489c33c4
[ADD] setup.py
2017-10-11 14:27:28 +02:00