knowledge/document_page
Iván Todorovich adc4b0ccd8 [9.0] Improve document_page (#162)
* [document_page] FIX creating history when there are no changes made. Add history name field, to name revisions. Modified views to allow setting this field.

* [document_page] FIX BUG: UI hanging when editing content. This was due to the api.depends on _compute_diff. Removing it because it's not really necessary since the field is not stored.

* [document_page] page_id should be readonly.

* [document_page] Implement active field

* [document_page] Update version number
2018-06-01 13:36:19 -05:00
..
demo [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
i18n OCA Transbot updated translations from Transifex 2018-04-14 06:22:35 +02:00
images images added 2015-12-07 14:51:43 +01:00
migrations/9.0.2.0.0 [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
models [9.0] Improve document_page (#162) 2018-06-01 13:36:19 -05:00
security [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
static/src/css [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
tests [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
views [9.0] Improve document_page (#162) 2018-06-01 13:36:19 -05:00
wizard [IMP][9.0] Change Requests and workflow improvements on documents (#155) 2018-04-12 15:27:32 -07:00
__init__.py @dreipst not corrected 2015-12-07 14:19:10 +01:00
__openerp__.py [9.0] Improve document_page (#162) 2018-06-01 13:36:19 -05:00
README.rst Error corrected 2015-12-03 10:49:36 +01:00

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
   :alt: License: AGPL-3

=============
Document Page
=============

This module allows you to write web pages for internal documentation.

Installation
============

This module depends on module knowledge. So make sure to have it in your addons list.

Configuration
=============

No configuration required

Usage
=====

To use this module, you need to:

* Go to Knowledge menu
* Click on Categories to create the document's category you need with the template
* Click on Pages to create pages and select the previous category to use the template


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/118/9.0

Known issues / Roadmap
======================

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/Knowledge/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------

* Odoo SA <info@odoo.com>
* Savoir-faire Linux <support@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.