Odoo web client UI related addons
 
 
 
 
 
Go to file
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.
2014-09-19 08:38:06 +02:00
__unported__ Move plugin for __unported__ dir 2014-07-26 13:57:10 +02:00
help_online [ADD] Module help_online 2014-09-19 08:38:06 +02:00
web_easy_switch_company [FIX] Remove obsolete instruct (JS) in __openerp.py 2014-07-26 14:53:22 +02:00
web_export_view [FIX] : see => https://github.com/OCA/web/pull/27#discussion-diff-15447231 2014-08-02 11:05:20 +02:00
.coveragerc [IMP] Sandy's suggestions 2014-07-07 15:44:23 +02:00
.gitignore add standard files 2014-07-07 12:29:58 +02:00
.travis.yml [ADD] comment 2014-07-08 11:39:54 +02:00
README.md add standard files 2014-07-07 12:29:58 +02:00

README.md

Build Status Coverage Status

Web addons for Odoo

This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:

  • Add facilities to the UI
  • Add widgets
  • Ease the import/export features
  • Generally add clientside functionality