Cédric Pigeon
abc954b042
[FIX] flake 8
10 years ago
Cédric Pigeon
3c6ca4fdbb
[FIX] change updatable property of data + note for record rules in description
10 years ago
Jonathan Nemry
74c7d84ef4
[FIX] inherit from "assets_editor" instead of "layout" to avoid "uncaught ReferenceError"
10 years ago
Cédric Pigeon
6b8ea4f2b0
[FLAKE8] fix flake 8 issue
10 years ago
Cédric Pigeon
ee4fd24d17
Merge branch '8.0help_online_export' of github.com:acsone/web into 8.0help_online_export
10 years ago
Cédric Pigeon
520130abbe
[FIX] remove usage of minidom, use pretty print feature from lxml
10 years ago
Cédric Pigeon
d1948fb8b1
[FIX] remove usage of minidom, use pretty print feature from lxml
10 years ago
Cédric Pigeon
f54d362f91
[FIX] take https website in account
10 years ago
Yannick Vaucher
58364b27ad
Merge pull request #47 from legalsylvain/8.0_fix_flake8
[8.0] fix flake8
10 years ago
Cédric Pigeon
3dc64137de
[PEP8] docstrings with double quotes
10 years ago
Cédric Pigeon
e062ec2d96
[PEP8] docstrings with double quotes
10 years ago
Sylvain LE GAL
d7262cffcb
[REF] Readme File : change url
10 years ago
Sylvain LE GAL
96e6102aec
[FIX] 'web_export_view' flake8
10 years ago
Sylvain LE GAL
5b02c32702
[FIX] 'web_easy_switch_company' flake8
10 years ago
Cédric Pigeon
679e03c668
[FLAKE8] fix falke 8 issues
10 years ago
Cédric Pigeon
ac4724a98d
[FIX] install python package for travis
10 years ago
Cédric Pigeon
5314375795
[ADD] import help feature + security + menu + french translation
10 years ago
Laurent Mignon (aka lmi)
ed0697344c
[PEP8] Fixes licences
10 years ago
Cédric Pigeon
ebe5ede397
[8.0][IMP] add export feature for help online
10 years ago
Yannick Vaucher
129777faa4
Merge pull request #39 from dreispt/8-0-update-dotfiles
Update TravisCI tests
10 years ago
Pedro M. Baeza
3d3944b46f
Merge pull request #40 from acsone/add-help_online
[ADD] Module help_online
10 years ago
Laurent Mignon
f857516880
[FIX] use a smoother color for the button when the help page does not exist
10 years ago
Laurent Mignon
5419ecb705
[FIX] typo
10 years ago
Laurent Mignon
381f99db52
[FIX] passes domain and context to get_page_url()
10 years ago
Laurent Mignon
d0c3f518b2
[FX] licence
10 years ago
Laurent Mignon
8064eab318
[ADD] Module help_online
This module allows the creation of an online help available from the
lists and forms in Odoo.
When loading a view, the module generates a button allowing access to
an help page for the related model if the page exists and the user is
member of the group 'Help reader'. If the page doesn't exist and the
user is member of the group 'Help writer', the module generate a button
allowing the creation an help page.
The help pages are created and managed via the website Module.
10 years ago
Daniel Reis
1574503ae7
Update TravisCI tests
10 years ago
Adrien Peiffer
7da3558054
[ADD] Add security file for web_shortcuts addons
10 years ago
Adrien Peiffer
30b843279b
[IMP] PEP8
10 years ago
Adrien Peiffer
6c8a80fd9e
[IMP] Rename shortcut model file
10 years ago
Adrien Peiffer
61637c566f
[IMP] Improve shortcut model
10 years ago
Adrien Peiffer
4d88efa750
[PORT] Port web_shortcut to v8
10 years ago
Holger Brunn
79112e8b34
Merge pull request #27 from taktik/8.0-web_export_view
[IMP] easy_web_export : migration to 8.0
10 years ago
Adil Houmadi
01872a582b
[FIX] : see => https://github.com/OCA/web/pull/27#discussion-diff-15447231
10 years ago
Holger Brunn
d43170ef80
Merge pull request #28 from taktik/8.0-web_easy_switch_company
[FIX] Remove obsolete instruct (JS) in openerp.py
10 years ago
Adil Houmadi
291f122d52
[FIX] Fix bad indentation https://github.com/OCA/web/pull/27#discussion_r15434034
10 years ago
Adil Houmadi
aa05cfd2bb
[FIX] Apply menu only on list view
10 years ago
Adil Houmadi
434e119c51
[Fix] ./web_export_view/__init__.py:21:19: W292 no newline at end of file
10 years ago
Adil Houmadi
43d2fb636a
[FIX] Remove obsolete instruct (JS) in __openerp.py
In the new version of Odoo the JS is appended using template and xpath
Check this file : view/res_users_view
10 years ago
Adil Houmadi
dd3a326b3e
remove debugger instruction
10 years ago
Adil Houmadi
5ecec62023
Migrate web_export_view to v 8.0
10 years ago
Adil Houmadi
a0c192e8e0
Move plugin for __unported__ dir
10 years ago
Pedro M. Baeza
529e7cb8b0
Merge pull request #18 from taktik/master
[MIG] web_easy_switch_company
10 years ago
Adil Houmadi
13faa4066d
[FIX] change icon path from /static/src/img to /static/description see : https://github.com/OCA/web/pull/18#issuecomment-50164937
10 years ago
Adil Houmadi
6856ea47a1
- Remove web_easy_switch_company from the __unported__ folder
- The first module is here so we need to remove the placeholder folder
10 years ago
Adil Houmadi
81f5e939d5
Flake8 issues
10 years ago
Adil Houmadi
8cce6a5a2a
Try to make flake8 happy !
./web_easy_switch_company/controllers/main.py:26:1: E302 expected 2 blank lines, found 1
./web_easy_switch_company/controllers/main.py:32:9: F841 local variable 'context' is assigned to but never used
./web_easy_switch_company/controllers/main.py:36:1: W391 blank line at end of file
10 years ago
Adil Houmadi
0c4acb4847
Migrate web_easy_switch_company to the last v8
- change route in controller
- adapt the JS to call the backend
- modify the css to graft the widget in the toolbar
10 years ago
Pedro M. Baeza
0cc75aaedc
Merge pull request #1 from hbrunn/master_import_lp
[ADD] standard files
[MIG] Move to __unported__ dir all files and put flag installable as False
10 years ago
Holger Brunn
dd0aa9e42c
[ADD] comment
10 years ago