Jairo Llopis
65ad1a0a16
[auto_backup] Refactor.
- Follow template README.
- Remove HTML README.
- Move models to models folder.
- Model and view file names follow guidelines.
- Unused methods cleanup.
- Remove unneeded `.pot` file.
- Fix permissons.
- Follow PEP8 in names everywhere.
- Set more descriptive field names.
- Disable backups for other databases, for security.
- Remove db name from generated file, for easier cleanup.
- EAFP logic everywhere.
- More descriptive name.
- Data files moved to YAML, with cleaner ir.cron record creation.
- Add permissions for db.backup model.
- Icons.
- Update tests with new format.
- Storage method is a selectable, for easier extensibility.
- Instead of custom mailing, it just has a mail thread where you can subscribe.
- Should fix almost all comments in https://github.com/OCA/server-tools/pull/203 .
9 years ago
Pedro M. Baeza
e831cb2a50
Merge pull request #373 from hbrunn/8.0-auth_dynamic_groups-fix_newstyle_call
[FIX] we need to call our login method old style
9 years ago
Jairo Llopis
134e8129d4
Remove wrong copyright.
9 years ago
Jairo Llopis
979b840253
Cache images' URL.
9 years ago
Jairo Llopis
8d9acf8d49
Reduce methods.
9 years ago
Jairo Llopis
13344c402f
Add sequence to images.
9 years ago
Jairo Llopis
3d8fe4c7b0
Do not require a name.
9 years ago
Jairo Llopis
ae726003a5
No default value for storage.
9 years ago
Jairo Llopis
000ede6eaa
Tenames and typos.
9 years ago
Jairo Llopis
2b45f07e5f
Extend model example.
9 years ago
David Beal
f9b75eb1ee
[IMP] README file
9 years ago
David Beal
32c3fb62bc
[FIX] community remarks
9 years ago
David Beal
ff8e65e982
[FIX] check if class is in installed module, README
9 years ago
David Beal
12b333db8c
[FIX] python header in akretion modules
9 years ago
Valentin Chemiere
5478608e36
Add file import/export
10 years ago
Jairo Llopis
ab79da603a
Merge branch 'multi_image_TEMP' of ../product-attribute into multi_image
9 years ago
Jairo Llopis
f8bb336609
Split model in abstract & concrete.
9 years ago
Holger Brunn
710da4bf80
[FIX] we need to call our login method old style
9 years ago
eLBati
fccb35cc6e
moving email regex to module data and adding unique constraint
9 years ago
eLBati
91df5ad366
use the same example of demo data for email
9 years ago
eLBati
dfd43307ca
FIX copyright header
9 years ago
eLBati
0a192c6591
FIX module version
9 years ago
eLBati
6ad0509274
No need for pot files
9 years ago
eLBati
9eb8c03d90
Old and new api methods can be freely mixed in the same models.Model subclass
9 years ago
eLBati
d436897d9a
REF using _patch_method
9 years ago
eLBati
cd604744c6
rename field model_id
9 years ago
eLBati
6b610114c4
[FIX] keep _register_hook's signature and call super
https://github.com/OCA/server-tools/pull/340
9 years ago
eLBati
83805f3b42
Improve validator_line check
9 years ago
Nicola Malcontenti
fe056968a2
[FIX] add if on vals
9 years ago
eLBati
04b524be5d
IMP dir struct and copyright
9 years ago
eLBati
4ecfa97846
IMP description, size param and check_vals
9 years ago
eLBati
a197bb632b
IMP translation
9 years ago
eLBati
75a8d7e2d1
partially porting to 8.0 API
9 years ago
eLBati
f18d61591f
ADD translation files
9 years ago
eLBati
c6cf105daf
IMP description and message
Conflicts:
base_field_validator/ir_model.py
9 years ago
eLBati
f216bf5cac
moving signal_registry_change to _register_hook
9 years ago
eLBati
c6dd2c62ab
FIX call super _register_hook
9 years ago
eLBati
c217cd5061
IMP only search for models with validator_line_ids
9 years ago
eLBati
bea6bb4b04
FIX _wrap_write return value
9 years ago
eLBati
4d3502dcc3
IMP message
9 years ago
Lorenzo Battistini
0a9c288605
[IMP] module description
10 years ago
Lorenzo Battistini
fa16db31f8
[ADD] icon
10 years ago
Lorenzo Battistini
1eaa72adf9
[REF] module renamed to base_field_validator
10 years ago
OCA Transbot
55711389c0
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
91cdc9e249
[UPD] addons table in README.md
9 years ago
beau sebastien
dc40776537
Merge pull request #160 from akretion/8.0-save-translation-file
[IMP] Add 'save_translation_file' module
9 years ago
sebalix
3f9152ccbe
[IMP] auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions
9 years ago
Moises Lopez - https://www.vauxoo.com/
f71e93721d
Merge pull request #365 from dreispt/8.0-add-requirements
Add requirements.txt
9 years ago
Daniel Reis
e58dcab9b3
Add requirements.txt
9 years ago
Pedro M. Baeza
dd6846b613
Merge pull request #363 from gurneyalex/8.0-unsafe-eval
[SEC] fetchmail_attach_from_folder: fix unsafe eval
9 years ago