Jordi Riera
69db83fc87
[IMP] prototype: implementation of jinja syntax.
[IMP] prototype: Switched to v8 api.
[IMP] prototype: renamed the templates to avoid confusion with pep8 tests.
[IMP] prototype: renamed some fields in prototype.py.
[IMP] prototype: implemented the process to create the zip file to export.
[IMP] prototype: worked on the generation of __openerp__.py and __init__.py files from the prototype.
[IMP] prototype: pep8
[IMP] prototype: added more comments.
[IMP] prototype: worked on fields.
[IMP] prototype: implemented the generation of files from models/model_name.py.template and models/init.py.template
[IMP] prototype: first work on implementation of generations of views.
[IMP] prototype: improved the arch section in model_view.xml.template
[IMP] prototype: Reviewed the names of many2many from plurials to name_ids.
[IMP] prototype: added menus.
[IMP] prototype: typo in templates/8.0/views/model_view.xml.template
[IMP] prototype: improved template with adding extension to header.template to ease management of file with licence header.
[IMP] prototype: prototype.prototype demo data
[IMP] prototype: worked to get the views and menus properly generated. Added actions to model_menus.xml.template.
[IMP] prototype: should fix pep8 in model_name.py.template.
10 years ago
Maxime Chambreuil
75d00737c9
[ADD] Initial version of prototype
[IMP] Add wizard for API version and templates. Update translation file
[ADD] Security template files
[ADD] Filters for data and demo data
10 years ago
Stéphane Bidoul
6f8a64238b
[UPD] prefix versions with 8.0
9 years ago
OCA Transbot
9d4e68282a
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
52f9f3e9ec
Merge pull request #260 from oihane/8.0-fix-auto_qweb
[IMP] <base_report_auto_create_qweb> added button to fix #255
9 years ago
Holger Brunn
1a51c9e057
[ADD] base_debug4all
9 years ago
oihane
2e31945d47
[IMP] <base_report_auto_create_qweb> Fixed reported problems
* Warning raised when template name does not contain '.'
* Template name was not same as template ID
* Dependecies added to __openerp__.py file
9 years ago
Stefan Rijnhart (Opener)
6bcb018e64
Merge pull request #261 from tafaRU/8.0-base_user_gravatar-imp
[8.0] base_user_gravatar: improve README
9 years ago
Alex Comba
2a6fc51e25
Improve README
9 years ago
Stéphane Bidoul
75cc133609
[UPD] addons table in README.md
9 years ago
oihane
6d834572a1
[IMP] added unidecode to travis
9 years ago
oihane
495db6261a
[IMP] <base_report_auto_create_qweb> added test and some fixes
9 years ago
oihane
2cc68c75ed
[IMP] <base_report_auto_create_qweb> added button to fix #255
9 years ago
Moises Lopez - https://www.vauxoo.com/
2b6db90ba0
Merge pull request #254 from Endika/pr-res_users_with_gravatar
[ADD] base_user_gravatar
9 years ago
Stéphane Bidoul
f3c6b9f0d6
[ADD] addons table in README.md
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
9eea67d877
Merge pull request #256 from OCA/sbidoul-patch-1
[FIX] remove duplicate key in manifest and anomalous backslash in string: '\P
9 years ago
Moises Lopez - https://www.vauxoo.com/
606a8f9f03
[REF] disable_openerp_online: Fix anomalous backslash in string: '\P'
9 years ago
Stéphane Bidoul (ACSONE)
f5a35b953b
[FIX] remove duplicate key in manifest
9 years ago
Stéphane Bidoul
601cd09aa4
unported modules must not be installable
9 years ago
Endika Iglesias García
121864abf7
[UPDATE] i18n files
9 years ago
Endika Iglesias García
62ed92fab6
[UPDATE] add newline at the end of file
9 years ago
Endika Iglesias García
d4839b060c
Merge branch 'pr-res_users_with_gravatar' of github.com:Endika/server-tools into pr-res_users_with_gravatar
9 years ago
Endika Iglesias García
de9d5a121c
[UPDATE]
9 years ago
Endika Iglesias García
dab6ea71ce
[UPDATE]
9 years ago
Endika Iglesias García
e4cc516647
[UPDATE]
9 years ago
Endika Iglesias García
d75fc90618
[UPDATE]
9 years ago
Endika Iglesias García
ab078616ae
[UPDATE]
9 years ago
Endika Iglesias García
3f5c307882
[ADD] res_users_with_gravatar
9 years ago
Endika Iglesias García
c7e4fa26a1
[UPDATE]
9 years ago
Endika Iglesias García
ce73116e71
[UPDATE]
9 years ago
Endika Iglesias García
bd3da17b64
[UPDATE]
9 years ago
Pedro M. Baeza
005dd7a8b7
Merge pull request #248 from savoirfairelinux/8.0-transifex-config
[IMP] Badges and translation config
9 years ago
Endika Iglesias García
b6458c506f
[UPDATE]
9 years ago
Endika Iglesias García
990d57c99e
[UPDATE]
9 years ago
Endika Iglesias García
96387a1f75
[ADD] res_users_with_gravatar
9 years ago
Guewen Baconnier
d58f0b16a0
Merge pull request #251 from hbrunn/8.0-auditlog_dont_crash_on_patched_method
[FIX] if someone else has overridden our patched,
9 years ago
Moises Lopez - https://www.vauxoo.com/
0e36c6e14f
Merge pull request #252 from florian-dacosta/8.0-fix-scheduler_error_mailer
fix scheduler_error_mailer
9 years ago
Florian da Costa
b99c74b79a
fix scheduler_error_mailer
9 years ago
Holger Brunn
919f9f6856
[FIX] if someone else has overridden our patched,
method, don't do anything
9 years ago
Pedro M. Baeza
c34278188e
Merge pull request #195 from tafaRU/8.0-base_report_auto_create_qweb-add
[8.0] Add module 'base_report_auto_create_qweb'
9 years ago
eLBati
924c8076da
FIX duplicate key value violates unique constraint "ir_model_data_module_name_uniq" while installing modules which create qweb view before report
Now, report duplication is only activated by dedicated wizard
9 years ago
eLBati
b193f4c38f
FIX Access Denied with users != admin
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
fae982bfbf
[FIX] Transifex secure
9 years ago
Maxime Chambreuil
1f55644dd9
[IMP] Badges and translation config
9 years ago
Pedro M. Baeza
5b16b587db
Merge pull request #239 from hbrunn/8.0-database_cleanup-cleanup_menus
[ADD] allow to clean up menus
9 years ago
Holger Brunn
18ed8f6a3c
[FIX] pass context
9 years ago
Moises Lopez - https://www.vauxoo.com/
c817c5aab3
Merge pull request #243 from lepistone/silence-warning
remove deprecated checks list
9 years ago
Leonardo Pistone
c088571346
remove deprecated checks list
9 years ago
Pedro M. Baeza
79b57be62b
Merge pull request #240 from sysadminmatmoz/8.0
Slovene translation added
9 years ago
Matjaž Mozetič
e71c812c00
Slovene translation added
9 years ago