Commit Graph

1178 Commits (08d83bb6b30c4f700b4dc569a4a633c8280c2514)

Author SHA1 Message Date
Alvaro 08d83bb6b3 [IMP] Taking into account core options:
- In Odoo 10.0 the flags 'no_create_edit' and 'no_create' can be used. Without this improvement, they are ignored, and all the views which use this flags are ignored
2018-06-04 12:07:29 +01:00
OCA Git Bot ed6ffe9e2e [ADD] setup.py [ci skip] 2018-04-19 12:14:51 +02:00
Pedro M. Baeza e795371699
Merge pull request #909 from hbrunn/10.0-green_2018-04-10
[FIX] higher python version, no system site packages
2018-04-10 12:03:33 +02:00
Holger Brunn 3913e6c421
[FIX] higher python version, no system site packages 2018-04-10 11:21:41 +02:00
Pedro M. Baeza 95baf3b15c
Merge pull request #890 from hbrunn/10.0-support_branding
[FIX] migrate the error handler too
2018-03-27 09:58:11 +02:00
OCA Git Bot c15bdd2e86 [ADD] setup.py 2018-03-15 04:46:23 +01:00
OCA Git Bot cd8f0cdae1 [UPD] addons table in README.md 2018-03-15 02:42:56 +01:00
Moises Lopez - https://www.vauxoo.com/ a1a0a553d7
Merge pull request #738 from phucngta/10.0
[10.0][MIG] web_widget_text_markdown
2018-03-14 17:51:04 -06:00
Holger Brunn 610f187987
[FIX] migrate the error handler too 2018-03-08 15:44:04 +01:00
phuc.nt d937f31f39 [10.0][MIG] web_widget_text_markdown
Adjustment to make it work version 10.0
2018-02-28 11:01:55 +07:00
OCA Transbot c79ea22745 OCA Transbot updated translations from Transifex 2018-02-28 11:01:54 +07:00
OCA Git Bot a7ae61f280 [UPD] addons table in README.md 2018-02-28 02:43:57 +01:00
Pedro M. Baeza 61427bd2c9
Merge pull request #883 from OCA/revert-865-10.0-m2x-options-allow2
Revert "[FIX] web_m2x_options: fix ignored field options"
2018-02-27 13:11:23 +01:00
Pedro M. Baeza 6cdaeaf157
Revert "[FIX] web_m2x_options: fix ignored field options" 2018-02-27 12:47:35 +01:00
Tran Quang Tri 9b515fc408 [FIX + ADD] fix markdown update condition on form view, add markdown support on list view 2018-02-27 09:26:28 +07:00
OCA Git Bot 818e7d72f5 [UPD] addons table in README.md 2018-02-23 02:43:53 +01:00
Pedro M. Baeza 93d57d5bdd [FIX] web_action_conditionable: Pylint 2018-02-22 09:54:31 +01:00
Serpent Consulting Services Pvt. Ltd 11642cf718 [FIX] web_responsive : fixed the issue of fullscreen (#873)
Fixes #859
2018-02-22 09:43:22 +01:00
OCA Git Bot 2418568068 [UPD] addons table in README.md 2018-02-16 02:43:25 +01:00
Pedro M. Baeza c2cb85d297
Merge pull request #865 from asphaltzipper/10.0-m2x-options-allow2
[FIX] web_m2x_options: fix ignored field options
2018-02-15 09:55:33 +01:00
Matt Taylor 04e3da2477 [FIX] web_m2x_options: fix ignored field options
The module was ignoring the local field options 'create' and 'create_edit'.
For example, specifying options="{'create': true, 'create_edit': true}" on a
field would not override the web_m2x_options system parameters.
2018-02-14 14:36:12 -07:00
OCA Git Bot 8a3afd4173 [UPD] addons table in README.md 2018-02-08 02:42:10 +01:00
Pedro M. Baeza db12eb2545 [FIX] web_hide_db_manager_link: Fix README syntax 2018-02-07 10:10:26 +01:00
Pedro M. Baeza 2120f8032f [FIX] web_widget_bokeh: Fix README syntax
Avoid "Duplicate explicit target name" error using anonymous hyperlink references

Ref.: https://stackoverflow.com/questions/5464627/how-to-have-same-text-in-two-links-with-restructured-text/14067756#14067756
2018-02-07 10:04:54 +01:00
Pedro M. Baeza 65d408ed88 [FIX] web_domain_field: Fix README syntax 2018-02-07 09:18:13 +01:00
Pedro M. Baeza ca392e6dcb [FIX] web_widget_domain_v11: Fix README syntax 2018-02-07 09:16:59 +01:00
Pedro M. Baeza 0f07865ca8 [REM] web_listview_custom_element_number: Useless module
Odoo now includes in core the possibility of selecting a custom element number
2018-02-07 09:05:52 +01:00
OCA Git Bot 85f63d1cf1 [ADD] setup.py 2018-02-06 04:46:15 +01:00
OCA Git Bot af56b7c1ee [UPD] addons table in README.md 2018-02-06 02:43:05 +01:00
robert rottermann 5308c34145 [MIG] support_branding migration to 10 2018-02-05 13:17:35 +01:00
OCA Git Bot 38f003e333 [ADD] setup.py 2018-02-01 04:45:56 +01:00
OCA Git Bot d7c0632996 [UPD] addons table in README.md 2018-02-01 02:43:21 +01:00
Brenton Hughes 00601026a7 [IMP] web_widget_slick_example: Add slickroom support
* Add slickroom dependency, example to example module
2018-01-31 08:49:49 +00:00
Brenton Hughes 6cbd754f51 [ADD] web_widget_slickroom: Create module
* Extend web_widget_slick widget to open web_widget_darkroom modal
  and update selected carousel image on close
* Override _slickRender method from web_widget_slick to add data
  attribute w/ record id
* Change cursor to pointer on slickroom images
* Disable features in read-only mode
  * Keep default cursor
  * Prevent modal from opening
* Add tests

[IMP] web_widget_slickroom: Make requested changes

* Use jquery .data instead of .attr for image record IDs
* Add explicit img selector when finding images by record ID
* Remove svg version of icon
2018-01-31 08:49:49 +00:00
OCA Transbot 9298796eef OCA Transbot updated translations from Transifex 2018-01-27 15:54:48 +01:00
OCA Git Bot eea53fada7 [UPD] addons table in README.md 2018-01-25 02:42:29 +01:00
Moises Lopez - https://www.vauxoo.com/ 2cb5a91deb
Merge pull request #845 from acsone/migration-web-action-conditional-10
[MIG] web_action_conditionable: Migration to 10.0
2018-01-24 10:36:59 -07:00
Cédric Pigeon 10e3e6524b [ADD] add setup for web_action_conditionable 2018-01-24 09:32:45 +01:00
andreparames 807dfd5135 [MIG] web_action_conditionable: Migration to 10.0 2018-01-24 09:32:39 +01:00
OCA Git Bot 9dfa60e82f [UPD] addons table in README.md 2018-01-24 02:42:05 +01:00
Pedro M. Baeza 9664892a37
Merge pull request #844 from tschanzt/tt-translation-context
[FIX] web_translate_dialog: add load argument to ensure correct context split
2018-01-23 14:07:43 +01:00
Pedro M. Baeza 43924c02b7 [MIG] Rename manifest files 2018-01-23 14:07:35 +01:00
Pedro M. Baeza f34a96f026 [MIG] Make modules uninstallable 2018-01-23 14:07:27 +01:00
Stéphane Bidoul 76d32c15bf [UPD] prefix versions with 8.0 2018-01-23 14:07:21 +01:00
Cristian Salamea 58c519be51 [add] web_action_conditionable 2018-01-23 14:06:58 +01:00
Timon Tschanz 363402c9ac [fix] web_translate_dialog: correct context split
Fixes the display of languages other than the user language  in the translation dialog.
split_context checks if we provide more arguments than read has and then uses of the additional one as context.
Since read takes the argument load additionally to the ones already given, we need to provide it as well to ensure the context is split.
2018-01-23 10:00:50 +01:00
OCA Git Bot 3f87e62a35 [ADD] setup.py 2018-01-19 04:44:50 +01:00
OCA Git Bot c7c1d7ae92 [UPD] addons table in README.md 2018-01-19 02:42:13 +01:00
Jordi Ballester Alomar 632502592d
Merge pull request #834 from Eficent/10.0-mig-web_widget_bokeh_chart
[10.0][MIG] web_widget_bokeh_chart
2018-01-18 12:50:21 +01:00
OCA Transbot 737f5a12d8 OCA Transbot updated translations from Transifex 2018-01-17 10:50:20 +01:00