oca-travis
5b6ab0148f
[UPD] Update web_confirm_window_close.pot
6 years ago
oca-travis
6594b6785d
[UPD] Update web_chatter_paste.pot
6 years ago
oca-travis
7b737b5229
[UPD] Update web_advanced_search_x2x.pot
6 years ago
oca-travis
bc6b5b168c
[UPD] Update web_advanced_search_wildcard.pot
6 years ago
oca-travis
3b4c6b84c1
[UPD] Update web_action_conditionable.pot
6 years ago
oca-travis
2bb90e6eaf
[UPD] Update web_access_rule_buttons.pot
6 years ago
oca-travis
913e40acae
[UPD] Update support_branding.pot
6 years ago
oca-travis
6e9f0ee7b0
[UPD] Update help_online.pot
6 years ago
Stéphane Bidoul (ACSONE)
c6fb655054
trigger Travis build to generate .pot
6 years ago
Stéphane Bidoul (ACSONE)
9daf14c024
remove obsolete .pot files [ci skip]
6 years ago
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.
7 years ago
OCA Git Bot
a35e8abd25
[UPD] addons table in README.md [ci skip]
7 years ago
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
7 years ago
OCA Git Bot
ed6ffe9e2e
[ADD] setup.py [ci skip]
7 years ago
Pedro M. Baeza
e795371699
Merge pull request #909 from hbrunn/10.0-green_2018-04-10
[FIX] higher python version, no system site packages
7 years ago
Holger Brunn
3913e6c421
[FIX] higher python version, no system site packages
7 years ago
Pedro M. Baeza
95baf3b15c
Merge pull request #890 from hbrunn/10.0-support_branding
[FIX] migrate the error handler too
7 years ago
OCA Git Bot
c15bdd2e86
[ADD] setup.py
7 years ago
OCA Git Bot
cd8f0cdae1
[UPD] addons table in README.md
7 years ago
Moises Lopez - https://www.vauxoo.com/
a1a0a553d7
Merge pull request #738 from phucngta/10.0
[10.0][MIG] web_widget_text_markdown
7 years ago
Holger Brunn
610f187987
[FIX] migrate the error handler too
7 years ago
phuc.nt
d937f31f39
[10.0][MIG] web_widget_text_markdown
Adjustment to make it work version 10.0
7 years ago
OCA Transbot
c79ea22745
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
a7ae61f280
[UPD] addons table in README.md
7 years ago
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"
7 years ago
Pedro M. Baeza
6cdaeaf157
Revert "[FIX] web_m2x_options: fix ignored field options"
7 years ago
Tran Quang Tri
9b515fc408
[FIX + ADD] fix markdown update condition on form view, add markdown support on list view
9 years ago
OCA Git Bot
818e7d72f5
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
93d57d5bdd
[FIX] web_action_conditionable: Pylint
7 years ago
Serpent Consulting Services Pvt. Ltd
11642cf718
[FIX] web_responsive : fixed the issue of fullscreen ( #873 )
Fixes #859
7 years ago
OCA Git Bot
2418568068
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
c2cb85d297
Merge pull request #865 from asphaltzipper/10.0-m2x-options-allow2
[FIX] web_m2x_options: fix ignored field options
7 years ago
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.
7 years ago
OCA Git Bot
8a3afd4173
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
db12eb2545
[FIX] web_hide_db_manager_link: Fix README syntax
7 years ago
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
7 years ago
Pedro M. Baeza
65d408ed88
[FIX] web_domain_field: Fix README syntax
7 years ago
Pedro M. Baeza
ca392e6dcb
[FIX] web_widget_domain_v11: Fix README syntax
7 years ago
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
7 years ago
OCA Git Bot
85f63d1cf1
[ADD] setup.py
7 years ago
OCA Git Bot
af56b7c1ee
[UPD] addons table in README.md
7 years ago
robert rottermann
5308c34145
[MIG] support_branding migration to 10
8 years ago
OCA Git Bot
38f003e333
[ADD] setup.py
7 years ago
OCA Git Bot
d7c0632996
[UPD] addons table in README.md
7 years ago
Brenton Hughes
00601026a7
[IMP] web_widget_slick_example: Add slickroom support
* Add slickroom dependency, example to example module
7 years ago
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
7 years ago
OCA Transbot
9298796eef
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
eea53fada7
[UPD] addons table in README.md
7 years ago
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
7 years ago
Cédric Pigeon
10e3e6524b
[ADD] add setup for web_action_conditionable
7 years ago