OCA Git Bot
b9b7461fe4
[ADD] setup.py
8 years ago
OCA Git Bot
a405c9fa2c
[UPD] addons table in README.md
8 years ago
Daniel Reis
00293b99d2
Merge pull request #535 from akretion/9.0-sql_export
9.0 sql export
8 years ago
OCA Transbot
4d71a3177d
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
29cb041fa7
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
50e9a8a56f
Merge pull request #492 from Tecnativa/9.0-base_custom_info-field_types
[9.0][IMP][base_custom_info] New types and access rules system.
8 years ago
Jairo Llopis
e2ccad415b
[FIX][base_custom_info] Make tests work
8 years ago
OCA Transbot
b172b7fe9b
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
cf189ff2bd
[ADD] setup.py
8 years ago
OCA Git Bot
ab3160268a
[UPD] addons table in README.md
8 years ago
Dave Lasley
0579f3b058
Merge pull request #824 from hbrunn/9.0-subscription_action
[ADD] subscription_action
8 years ago
Holger Brunn
1d3ca5709a
[ADD] subscription_action
8 years ago
OCA Git Bot
a0c410b21a
[ADD] setup.py
8 years ago
OCA Git Bot
7f780cad91
[UPD] addons table in README.md
8 years ago
Alexandre Fayolle
4d542931bc
Merge pull request #821 from syleam/9.0-add-oauth_provider-jwt-module
[9.0] Add oauth_provider_jwt module
8 years ago
Sylvain LE GAL
a0a22615aa
[FIX] various improvement. Courtesy @dreispt review
8 years ago
OCA Transbot
9bf0bf5727
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
e40271567d
[FIX] website URI
8 years ago
OCA Transbot
f54867e4ff
OCA Transbot updated translations from Transifex
8 years ago
Sylvain GARANCHER
dc3205a6e0
[ADD] Add oauth_provider_jwt module
8 years ago
Holger Brunn
14396ca2af
[ADD] allow creating missing indexes and purging properties ( #736 )
* [ADD] allow creating missing indexes
* [FIX] tests; installation
* [ADD] allow purging properties
* [ADD] missing file
* [ADD] test purging properties
* [ADD] missing parent_id for menu entry
* [FIX] don't delete too many and wrong properties
8 years ago
OCA Git Bot
79dd712005
[ADD] setup.py
8 years ago
OCA Git Bot
b8caddb484
[UPD] addons table in README.md
8 years ago
Dave Lasley
0dbdf73a64
Merge pull request #611 from syleam/9.0-add-oauth_provider-module
[9.0] Add oauth_provider module
8 years ago
Sylvain GARANCHER
0aa4b7e8f2
[ADD] Add oauth_provider module
8 years ago
Pedro M. Baeza
4efb9c308f
[FIX] base_report_auto_create_qweb: Change authors to new ones
8 years ago
OCA Git Bot
54321e4f22
[UPD] addons table in README.md
8 years ago
Sergio Teruel Albert
65967a752b
[FIX] base_custom_info: fix demo template csv
8 years ago
Pedro M. Baeza
46628774c5
[IMP] base_custom_info: Make backend UI work
8 years ago
Jairo Llopis
d0dfdc76c2
[IMP] base_custom_info: Recursive templates.
- Select an option with an additional template and get it filled on the owner.
- Drop support for onchange, too many bugs to workaround.
- Improve demo data.
- Improve tests.
- Almost cool material icon, this is an app now!
- Fun pics.
8 years ago
Jairo Llopis
6e0e3c22ff
[IMP]base_custom_info: New types and access rules system.
* Now you can define properties types, and access rules are inherited from the model/record
linked to the custom info record.
* Simplified version of computed value.
* Implement for res.partner.
* Add tests and fix bugs discovered in the meantime.
* Allow to disable partner custom info tab, and custom info menu.
* All of it can be set within general settings.
* Now, by default, this module does not display custom info for partners unless in demo mode.
Better fit for a base module.
* You can disable the top menu entry too if it disturbs you, or enable it for everybody.
* Give a special form when editing in partner custom info tab.
* Sortable properties.
* Sort values at onchange time.
* Improve performance in onchange.
* Split in several model files.
8 years ago
Jairo Llopis
231ef10f97
[CHG] base_custom_info: Relicense to LGPL with all authors' consent
8 years ago
Ronald Portier
d3494cc334
[8.0][ADD] Add list manipulation operations to base_view_inheritance_extension. ( #804 )
* Add list_add operation.
* Add list_remove operation.
8 years ago
Pedro M. Baeza
2a30056592
Merge pull request #799 from Tecnativa/9.0-mass_editing-fix_missing_views
9.0 mass editing fix missing views
8 years ago
Jairo Llopis
b1a6ddabb6
[FIX][mass_editing] Add default `views` parameter to fields
Without this patch, if you created a mass editing definition that included a *2many object and then opened the wizard, you got this exception:
Uncaught TypeError: Cannot read property 'list' of undefined
http://localhost/web/static/src/js/views/form_view.js:488
Traceback:
TypeError: Cannot read property 'list' of undefined
at http://localhost/web/static/src/js/views/form_view.js:488:30
at Function._.each._.forEach (http://localhost/web/static/lib/underscore/underscore.js:150:9 )
at http://localhost/web/static/src/js/views/form_view.js:486:19
at Function._.each._.forEach (http://localhost/web/static/lib/underscore/underscore.js:150:9 )
at Class._build_onchange_specs (http://localhost/web/static/src/js/views/form_view.js:473:11 )
at Class.do_onchange (http://localhost/web/static/src/js/views/form_view.js:523:18 )
at Array.<anonymous> (http://localhost/web/static/src/js/views/form_view.js:377:26 )
at fire (http://localhost/web/static/lib/jquery/jquery.js:3119:58 )
at Object.fireWith [as resolveWith] (http://localhost/web/static/lib/jquery/jquery.js:3231:49 )
at Object.<anonymous> (http://localhost/web/static/lib/jquery/jquery.js:3360:58 )
8 years ago
Jairo Llopis
38bda4f78c
[FIX][mass_editing] Remove view mode space
This resulted in frontend searching for ` tree` view, which of course does not exist.
8 years ago
OCA Git Bot
c3083f2616
[ADD] setup.py
8 years ago
OCA Git Bot
0f0d458606
[UPD] addons table in README.md
8 years ago
Dave Lasley
c8c7c4efaf
Merge pull request #516 from akretion/9-external-file-location
9 external file location
8 years ago
OCA Git Bot
4a9de4d439
[UPD] addons table in README.md
8 years ago
Ronald Portier
15b5f4b453
[9.0][FIX] Make letsencrypt resilient for alternate name removal. ( #756 )
8 years ago
OCA Git Bot
1b11bd6d6c
[UPD] addons table in README.md
8 years ago
Sylvain LE GAL
84896db3f5
Merge pull request #18 from aheficent/9.0-sql_report
[IMP]encode output file
8 years ago
OCA Transbot
c918ee0b9c
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
29c7246368
[UPD] addons table in README.md
8 years ago
Lorenzo Battistini
ef53ea53d8
[FIX] auto_backup: SFTP cleanup ( #768 )
8 years ago
Lorenzo Battistini
cfe23c5d4b
[auto_backup] FIX: failure type notification ( #771 )
Fixes https://github.com/OCA/server-tools/issues/710
8 years ago
aheficent
55d4b251b2
[IMP]encode output file
8 years ago
OCA Git Bot
dc285e99fa
[UPD] addons table in README.md
8 years ago
Jairo Llopis
be446c74ee
Bump version
See https://github.com/OCA/server-tools/pull/728#issuecomment-279772432
8 years ago