darshan-serpent
e8cbd470bb
Migrated base_search_fuzzy to v9
8 years ago
OCA Transbot
1bd28fc27e
OCA Transbot updated translations from Transifex
8 years ago
Daniel Reis
0d23d329d0
Fix typo
8 years ago
Christoph Giesel
f1fb5d1fae
Renamed module base_trgm_search to base_search_fuzzy, added Unit tests, added translations, added access permissions, moved the monkey patching to method _register_hook of ir.model and fixed _auto_init, added README, cleaned up some aprts
9 years ago
Dave Lasley
4a8e1951cc
Merge pull request #711 from Yenthe666/patch-1
[auto_backup] FIX: failure type notification
8 years ago
Yenthe V.G
3ed13f3f09
[auto_backup] FIX: failure type notification
Fixes https://github.com/OCA/server-tools/issues/710
8 years ago
Dave Lasley
a8df2ca348
[10.0][FIX] Move DB libs to travis file ( #713 )
Move libraries that require development headers to travis file to band-aid build
8 years ago
Dave Lasley
5d71aafb12
[10.0][FIX] base_multi_image: Uninstall hook ( #709 )
8 years ago
OCA Git Bot
a42530fe4c
[UPD] addons table in README.md
8 years ago
OCA Transbot
bc81c42e58
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
e0f2ca4e1b
[ADD] setup.py
8 years ago
Dave Lasley
018596335b
Merge pull request #659 from LasLabs/feature/10.0/OCA-base_external_dbsource-upgrade
[10.0][IMP] base_external_dbsource: Refactor & Split by source
8 years ago
Dave Lasley
ba5330b8ae
[IMP] base_external_dbsource: Refactor & Split by source
* Heavily refactor code for reusability
* Split all sources into independent modules
* Add more test coverage
* Add CRUD methods
* Add iterator execute return to roadmap
8 years ago
Dave Lasley
0addd5540b
[FIX] base_multi_image: Use env in uninstall_hook ( #677 )
* [FIX] base_multi_image: Use env in uninstall_hook
8 years ago
Stefan Rijnhart (Opener)
5ad786ea04
Merge pull request #692 from LasLabs/bugfix/10.0/674-password_security-invalid_leaf
[10.0][FIX] password_security: Fix history rule
8 years ago
Dave Lasley
703e5beb06
[FIX] password_security: Fix history rule
* Switch security to be on correct model to fix OCA#674
8 years ago
OCA Transbot
2c57b89927
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
1620173d88
[UPD] addons table in README.md
8 years ago
Moises Lopez - https://www.vauxoo.com/
7d15584995
Merge pull request #669 from LasLabs/hotfix/10.0/password_security-ignore_admin_demo
[10.0][FIX] password_security: Validate admin pass
8 years ago
OCA Git Bot
6873c35ad4
[ADD] setup.py
8 years ago
OCA Git Bot
44a58ccbd5
[UPD] addons table in README.md
8 years ago
Stephan
e1b1b3254e
10.0 Migrate users_ldap_mail module ( #651 )
* [ADD] Add README.rst to users_ldap_mail
* [MIG] Migrate users_ldap_mail to 10.0
* [FIX] Fixes in code style in module users_ldap_mail
Changes in models/users_ldap_mail include:
- remove unused imports
- indentation of too long lines
* [FIX] users_ldap_mail: Fix copyright notice
* [FIX] users_ldap_mail: set UTF-8 encoding
users_ldap_mail/models/__init__.py should be UTF-8 encoded
* [FIX] users_ldap_mail: remove size argument from Char fields
* [FIX] users_ldap_mail: return value can be combined in one line
* [FIX] Update read me
Fixes included:
- Make module name human readable
- Instead of numbering steps, use #
- Update broken link
8 years ago
Stephan
0e310b7bdd
10.0 migrate users_ldap_populate ( #657 )
* [MIG] migrate users_ldap_populate to 10.0
Changes include:
- move views to views folder
- move models to models folder
- in views rename openerp to odoo
- __openerp__.py to __manifest__.py
* [FIX] Add read me to module users_ldap_populate
* [FIX] users_ldap_populate: cleanup manifest file
Cleanup of the author list
* [FIX] users_ldap_populate: More modern copyright in .py files
* [FIX] users_ldap_populate: Update read me
Fixes include:
- more human module name
- Fix web links
8 years ago
OCA Transbot
2f584cc1bf
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
cf750f7c2f
[FIX] password_security: Validate admin pass
* Add current time as password_write_date for admin user in demo, disabling the reset prompt - fixes #652
8 years ago
OCA Git Bot
97e88bad19
[UPD] addons table in README.md
8 years ago
Daniel Reis
f3a6c6a2f8
Merge pull request #658 from LasLabs/feature/10.0/base_external_dbsource-refactor
[10.0][IMP] base_external_dbsource: Relicense to LGPL
8 years ago
OCA Git Bot
4d25bf9e90
[ADD] setup.py
8 years ago
Dennis Sluijk
4271241689
[10.0][MIG] Module Prototyper ( #634 )
* [ADD] Updated manifest and README
* [ADD] Version 10.0 template and api_version model
* [ADD] Updated license header, updated api call
* [FIX] Flake
* [FIX] Flake
* [FIX] Tests
* [FIX] Flake8
* [ADD] Extra test for changed method 'set_jinja_env'
* [FIX] Fixed 'Try me on runbot' button
8 years ago
Daniel Reis
feaee24cd0
Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635 )
8 years ago
OCA Transbot
47462f23bd
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
497150a830
[ADD] setup.py
8 years ago
OCA Git Bot
a6d7e0225f
[UPD] addons table in README.md
8 years ago
Dave Lasley
144235dfdd
Merge pull request #614 from laslabs/release/10.0/auto_backup
[MIG][10.0] auto_backup
8 years ago
OCA Git Bot
9e61c3d46f
[UPD] addons table in README.md
8 years ago
Michell Stuttgart
4b75084980
[10.0] Add Firebird database support to base_external_dbsource ( #623 )
8 years ago
Pedro M. Baeza
5fa168cc96
Merge pull request #629 from laslabs/bugfix/10.0/base_multi_image-unlink_bypass
[FIX][10.0] base_multi_image: Adhere to image delete bypass
8 years ago
Dave Lasley
da69c1870a
[FIX] base_multi_image: Adhere to image delete bypass
* Add catch in owner unlink to allow for image delete bypass via context
8 years ago
OCA Transbot
34ebc9a22d
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
99143cb8b4
[ADD] setup.py
8 years ago
OCA Git Bot
485c11f70b
[UPD] addons table in README.md
8 years ago
Dave Lasley
d0445a2127
[IMP] auto_backup: Add timeout note & blog link
8 years ago
Dave Lasley
4c77da4b77
[MIG] auto_backup: Update to v10
* Change openerp to odoo
* Bump version
* Rename manifest
* Add pysftp to requirements
* Add base_setup and update view
8 years ago
Dave Lasley
c46a309505
[ADD] auto_backup: Test coverage
* compute_name
* check_folder
* action_sftp_test_connection
* action_backup - sftp
* action_backup_all
* sftp_connection
* filename
8 years ago
Dave Lasley
a385974fc8
[MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
8 years ago
Stéphane Bidoul (ACSONE)
8c4d5daf7e
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
7220128029
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
aaa7d9564c
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
ed124d685e
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
ff45639c43
OCA Transbot updated translations from Transifex
9 years ago