3
0
Fork 0
Commit Graph

1383 Commits (241d9d2d026d48771ce3ba4be23f468d5a348e9c)

Author SHA1 Message Date
oca-travis 6e9f0ee7b0 [UPD] Update help_online.pot 2018-06-24 01:39:19 +00:00
Stéphane Bidoul (ACSONE) c6fb655054
trigger Travis build to generate .pot 2018-06-23 18:31:37 +02:00
Stéphane Bidoul (ACSONE) 9daf14c024
remove obsolete .pot files [ci skip] 2018-06-15 23:52:49 +02:00
Alex Clay 1550a9e322 [FIX] web_m2x_options: fix ignored field options (again)
System parameter m2x options work just fine, but setting
`options={...}` does not work for `create` and `create_edit` keys.
This change removes the faulty logic and uses the core Odoo logic
for `can_create` on the field.
2018-06-05 08:51:57 +01:00
OCA Git Bot a35e8abd25 [UPD] addons table in README.md [ci skip] 2018-06-05 03:00:42 +02:00
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