Commit Graph

644 Commits (f855877ce69fc84dada0450030823bfade55480a)

Author SHA1 Message Date
docmfried f855877ce6 Added new form field web timepicker widget for Odoo Version 9.0 2016-05-15 11:06:18 +02:00
OCA Git Bot 7d240b2b83 [ADD] setup.py 2016-05-14 04:39:55 +02:00
OCA Git Bot 8349c9f2a8 [UPD] addons table in README.md 2016-05-14 02:40:31 +02:00
Daniel Reis 91fb85daa1 Merge pull request #344 from pedrobaeza/9.0-web_favicon
[9.0] [MIG] web_favicon
2016-05-13 08:09:09 +01:00
OCA Git Bot 19c3fb5a88 [ADD] setup.py 2016-04-30 04:39:56 +02:00
OCA Git Bot 2dbc242f4b [UPD] addons table in README.md 2016-04-30 02:40:01 +02:00
Pedro M. Baeza 54e203d2ec Merge pull request #345 from BT-fgarbely/9.0_fgarbely_web_dev
Set 'web_readonly_bypass' to installable: True
2016-04-29 11:39:04 +02:00
Frédéric Garbely 4f22d6bd5f Set 'web_readonly_bypass' to installable: True 2016-04-29 10:06:09 +02:00
Pedro M. Baeza 28dbb5c80c [MIG] web_favicon: Migration to 9.0 2016-04-14 09:49:32 +02:00
Pedro M. Baeza 23274467ee Merge branch '8.0-extract' into 9.0-web_favicon 2016-04-14 09:37:28 +02:00
OCA Git Bot 73146b3002 [UPD] addons table in README.md 2016-04-08 02:41:13 +02:00
Pedro M. Baeza fdfcad30ff [IMP] web_favicon: Nicer icon + README imp + support files 2016-04-07 14:37:51 +02:00
Pedro M. Baeza bc14918b45 [REM] web_popup_large: Not needed anymore due to web_popup_large 2016-04-07 02:55:45 +02:00
OCA Git Bot 960fdb7062 [UPD] addons table in README.md 2016-04-07 02:40:24 +02:00
OCA Git Bot 59fe021347 [ADD] setup.py 2016-04-06 21:44:12 +02:00
Pierre Verkest 4fd6076bc0 [9.0]Add web_duplicate_visibility
[ADD] web_duplicate_visibility
2016-04-06 20:02:03 +02:00
OCA Git Bot 477b5db43e [ADD] setup.py 2016-04-06 11:05:57 +02:00
OCA Git Bot 6ec221478e [ADD] setup.py 2016-04-06 10:45:07 +02:00
OCA Git Bot 899e0e8a5c [UPD] addons table in README.md 2016-04-04 02:40:33 +02:00
Pedro M. Baeza e84612ffe8 Merge pull request #337 from bud-e/9.0-web-searchbar-full-width
[MIG] web_searchbar_full_width : migrate to v9.0
2016-04-03 23:23:47 +02:00
Siddharth Bhalgami 292430310e [MIG] web_searchbar_full_width : migrate to v9.0 2016-04-03 09:24:42 +05:30
Pedro M. Baeza abfdac60b0 [IMP] web_dashboard_tile: README 2016-04-02 00:34:06 +02:00
Pedro M. Baeza 806d37cc2c Merge pull request #336 from bealdav/patch-1
[FIX] preview image in README
2016-04-01 12:29:43 +02:00
David Beal 696265a749 [FIX] preview image in README 2016-04-01 11:03:04 +02:00
OCA Git Bot d64642d628 [UPD] addons table in README.md 2016-03-14 02:33:46 +01:00
Pedro M. Baeza f3dd839d11 Merge pull request #323 from OCA/revert-322-revert-312-9.0-widget-many2many-multi-selection
Revert "Revert "[MIG]Migrated web widget many2many_tags multi selection in v9""
2016-03-13 12:59:35 +01:00
Pedro M. Baeza d8e806d7d2 Revert "Revert "[MIG]Migrated web widget many2many_tags multi selection in v9"" 2016-03-10 11:34:34 +01:00
Pedro M. Baeza e24a106efc Merge pull request #322 from OCA/revert-312-9.0-widget-many2many-multi-selection
Revert "[MIG]Migrated web widget many2many_tags multi selection in v9"
2016-03-10 11:34:29 +01:00
Pedro M. Baeza 2de635d1dc Revert "[MIG]Migrated web widget many2many_tags multi selection in v9" 2016-03-10 11:34:12 +01:00
Pedro M. Baeza 9729bdf305 Merge pull request #312 from jas-odoo/9.0-widget-many2many-multi-selection
[MIG]Migrated web widget many2many_tags multi selection in v9
2016-03-10 09:41:55 +01:00
Holger Brunn 3199103fb0 Merge pull request #316 from guewen/fix-web_access_rule_buttons-transient
[9.0] web_access_rule_buttons: Skip check on TransientModels without ID
2016-03-10 08:13:54 +01:00
Guewen Baconnier fa5e879757 Skip check on TransientModels without ID
Fix:

Traceback (most recent call last):
  File "/opt/odoo/src/openerp/http.py", line 643, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo/src/openerp/http.py", line 680, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo/src/openerp/http.py", line 316, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo/src/openerp/service/model.py", line 118, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo/src/openerp/http.py", line 309, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo/src/openerp/http.py", line 959, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo/src/openerp/http.py", line 509, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo/src/addons/web/controllers/main.py", line 893, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/opt/odoo/src/addons/web/controllers/main.py", line 885, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/opt/odoo/src/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/src/openerp/api.py", line 381, in old_api
    result = method(recs, *args, **kwargs)
  File "/opt/odoo/external-src/web/web_access_rule_buttons/models.py", line 24, in check_access_rule_all
    result[operation] = True
  File "/opt/odoo/src/openerp/api.py", line 248, in wrapper
    return new_api(self, *args, **kwargs)
  File "/opt/odoo/src/openerp/api.py", line 574, in new_api
    result = method(self._model, cr, uid, self.ids, *args, **old_kwargs)
  File "/opt/odoo/src/openerp/models.py", line 3554, in check_access_rule
    WHERE id IN %%s""" % self._table, (tuple(ids),))
  File "/opt/odoo/src/openerp/sql_db.py", line 139, in wrapper
    return f(self, *args, **kwargs)
  File "/opt/odoo/src/openerp/sql_db.py", line 218, in execute
    res = self._obj.execute(query, params)
ProgrammingError: syntax error at or near ")"
LINE 3:                           WHERE id IN ()
2016-03-01 13:42:25 +01:00
Jamin Shah b01dd814d3 [MIG]Migrated web widget many2many_tags multi selection in v9 2016-02-20 20:33:43 +05:30
OCA Git Bot ff44e94b50 [UPD] addons table in README.md 2016-02-02 02:33:43 +01:00
Pedro M. Baeza 72585fb75a Merge pull request #260 from Sudokeys/web_easy_switch_company_migrate_90
[MIG] web_easy_switch_company: migrate to 9.0
2016-02-01 20:33:27 +01:00
OCA Git Bot cef0bb6d98 [UPD] addons table in README.md 2016-01-29 02:37:45 +01:00
Yannick Vaucher 38985b5009 Merge pull request #284 from guewen/add-web_access_rule_buttons
[9.0] Add web_access_rule_buttons
2016-01-27 10:50:19 +01:00
Nicolas JEUDY 9b1c9b1090 fix: rebase on 9.0 and remove README.md changes 2016-01-13 09:42:56 +01:00
Nicolas JEUDY a8acc5ffb2 fix: remove description in __openerp__.py 2016-01-13 09:41:50 +01:00
Nicolas JEUDY dcdda1e2ef fix: typo on README 2016-01-13 09:41:50 +01:00
Nicolas JEUDY d00e0808f6 fix: remove unneeded dependency 2016-01-13 09:41:50 +01:00
Nicolas JEUDY 0fe39e8dc9 new: Add correct README.txt and rebase:
- Rebase to latest 9.0 branch
    - Modify README without legal claim
    - Test an check on latest odoo community and enterprise 9.0.
2016-01-13 09:41:50 +01:00
Nicolas JEUDY 4281511d31 fix: update README.md for migration state 2016-01-13 09:41:49 +01:00
Nicolas JEUDY e678e3e080 fix: migrate to 9.0
- Use new UserMenu include method
- Works with Community and enterprise
2016-01-13 09:41:49 +01:00
Guewen Baconnier 38118ae32a Check if button is defined and use .prop() 2016-01-11 12:02:39 +01:00
Guewen Baconnier 36457bd54f Remove unused variables 2016-01-11 11:57:32 +01:00
Yannick Vaucher 0c1df28982 Check if buttons are set in case we are in a popup window 2016-01-05 17:03:37 +01:00
Guewen Baconnier fe1848db2d Add web_access_rule_buttons
Disable buttons which lead to action disallowed by record rules.
2016-01-05 17:03:37 +01:00
OCA Git Bot c7917a56bc [UPD] addons table in README.md 2015-12-30 02:33:27 +01:00
Pedro M. Baeza fe5893c20f Merge branch 'Sudokeys-web_sheet_full_width_migrate_90' into 9.0 2015-12-28 04:04:17 +01:00