3
0
Fork 0
Commit Graph

614 Commits (f3dd839d115ec91631becb1cda99def3e2d935ce)

Author SHA1 Message Date
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
Nicolas JEUDY 6551a802a5 fix: add disclaimer for licence incompatibility with odoo enterprise 2015-12-15 17:12:10 +01:00
Nicolas JEUDY 4bee6e6e69 fix: remove comments and empty line in README.rst 2015-12-15 17:10:24 +01:00
Nicolas JEUDY 6f6025835b fix: full width for sheet v9
- Add margin for better visibility
- Add web_sheet_full_width migration state Done
- Update to new OCA README.rst format.
2015-11-18 13:48:10 +01:00
Stéphane Bidoul c16790e797 [UPD] addons table in README.md 2015-10-14 20:12:18 +02:00
Pedro M. Baeza 1ceb3d1722 [FIX] web_tree_dynamic_colored_fied: Fix manifest 2015-10-14 10:33:11 +02:00
Pedro M. Baeza 60ad45c588 [MIG] Update metafiles 2015-10-14 02:57:07 +02:00
Pedro M. Baeza 8a9710a005 [MIG] Make modules uninstallable 2015-10-14 02:57:05 +02:00
Stéphane Bidoul 99c83e3259 [MOV] move addons out of __unported__ (they remain not installable) 2015-10-13 16:59:21 +02:00
Stéphane Bidoul 2e6cc8ab40 [UPD] addons table in README.md 2015-10-12 22:43:19 +02:00
Daniel Reis 295ddb0ca3 Merge pull request #238 from LeartS/web_tree_image_resize
[web_tree_image]: Add support for image resize
2015-10-12 10:39:45 +01:00
Leonardo Donelli 2f860de25c Version bump, update README 2015-10-09 16:34:28 +02:00
Leonardo Donelli 09feead204 [web_tree_image] Add support resize option
set resize="<width>,<height>" in the field tag definition to
make the server return a resized version of the image.
Useful for saving bandwidth when dealing with large images and to
have uniform image sizes (aspect ratio is mantained by filling
emtpy areas with transparent background)
2015-10-09 16:12:37 +02:00
Stéphane Bidoul fa199590b3 [UPD] prefix versions with 8.0 2015-10-09 10:03:39 +02:00
Pedro M. Baeza 85e9fafddf Merge pull request #219 from acsone/8-0_help_online_fix_193-lmi
[FIX] Issue #193. Display help button as inline-block
2015-10-08 00:34:45 +02:00
Pedro M. Baeza a3a7c6cec2 Merge pull request #228 from hparfr/fix_ribbon_overlap
[FIX] web_environment_ribbon : Fix menu_navbar overlap
2015-10-05 10:13:50 +02:00
Stéphane Bidoul d99f10d05a [UPD] addons table in README.md 2015-10-04 18:05:35 +02:00
Pedro M. Baeza da4402d224 Merge pull request #162 from acsone/8.0-web_readonly_bypass-jne
[ADD] New module: web_readonly_bypass
2015-10-04 04:18:50 +02:00
Stéphane Bidoul f9111fdbd6 [UPD] addons table in README.md 2015-10-04 00:23:16 +02:00
Sylvain LE GAL c958936773 Merge pull request #233 from hparfr/web_switch_company_warning
[ADD] web_switch_company_warning : display a message saying it's time…
2015-10-02 11:46:21 +02:00
Jonathan Nemry (ACSONE) 980c157d13 [CHG] Improve contributors into README.rst 2015-10-02 09:17:47 +02:00
Jonathan Nemry (ACSONE) 2140046f2b [CHG] Code review
* Improve .rst
* user_strict into js
* review Authors
2015-10-01 18:16:38 +02:00
hparfr 861ad87e7e [FIX] web_switch_company_warning
Fix typo in worker file name
2015-09-30 11:04:49 +02:00
hparfr 8c2e309080 [FIX] web_switch_company_warning
Missing , in __openerp_.py
2015-09-30 09:56:45 +02:00
hparfr a582b8c68e [FIX] web_switch_company_warning
Fix travis build stuff.
2015-09-30 09:54:08 +02:00
hparfr e94c27983e [FIX] web_switch_company_warning
Rename readme in README
2015-09-30 09:44:06 +02:00