Skip to content

Commit

Permalink
[MIG] migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Jun 5, 2019
1 parent 6bffdf3 commit 2fab770
Show file tree
Hide file tree
Showing 14 changed files with 560 additions and 94 deletions.
77 changes: 57 additions & 20 deletions mgmtsystem_manual/README.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,42 @@
.. 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

==========================
Management System - Manual
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/12.0/mgmtsystem_manual
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_manual
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/128/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a menu item "Documentation" and is a dependency of:

* document_page_environment_manual
* document_page_health_safety_manual
* mgmtsystem_quality.


**Table of contents**

.. contents::
:local:

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

Expand All @@ -30,48 +55,60 @@ To use this module, you need to:
* go to Management Systems > Documentation > Manuals
* Create a new page based on existing templates or create your own templates.

.. 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/10.0

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

No known issues

Changelog
=========


12.0.1.0.0 (2019-06-04)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] migration to 12.0.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/
knowledge/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/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:%20
mgmtsystem_manual%0Aversion:%20
10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_manual%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Savoir-faire Linux

Contributors
------------
~~~~~~~~~~~~

* Odoo SA <[email protected]>
* Savoir-faire Linux <[email protected]>
* Gervais Naoussi <[email protected]>
* Eugen Don <[email protected]>
* Jose Maria Alzaga <[email protected]>

Maintainer
----------
Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. 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.
This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/12.0/mgmtsystem_manual>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 2 additions & 3 deletions mgmtsystem_manual/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

{
"name": "Management System - Manual",
"version": "11.0.1.0.0",
"version": "12.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": [
Expand All @@ -17,6 +17,5 @@
'views/mgmtsystem_manual.xml',
'views/document_page.xml',
],
"demo": [],
'installable': True,
}
37 changes: 0 additions & 37 deletions mgmtsystem_manual/i18n/mgmtsystem_manual.pot

This file was deleted.

28 changes: 0 additions & 28 deletions mgmtsystem_manual/i18n/mgmtsystem_manuals.pot

This file was deleted.

1 change: 0 additions & 1 deletion mgmtsystem_manual/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

from . import mgmtsystem_manual
11 changes: 7 additions & 4 deletions mgmtsystem_manual/models/mgmtsystem_manual.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Copyright 2019 Odoo Community Association
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo import models, fields


class MgmtSystemManual(models.Model):

_inherit = 'mgmtsystem.system'
_description = 'Manual'
manual_id = fields.Many2one('document.page', string='Manual',
oldname='manual')

manual_id = fields.Many2one(
'document.page',
string='Manual'
)
1 change: 1 addition & 0 deletions mgmtsystem_manual/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No configuration required.
5 changes: 5 additions & 0 deletions mgmtsystem_manual/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Odoo SA <[email protected]>
* Savoir-faire Linux <[email protected]>
* Gervais Naoussi <[email protected]>
* Eugen Don <[email protected]>
* Jose Maria Alzaga <[email protected]>
6 changes: 6 additions & 0 deletions mgmtsystem_manual/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This module adds a menu item "Documentation" and is a dependency of:

* document_page_environment_manual
* document_page_health_safety_manual
* mgmtsystem_quality.

5 changes: 5 additions & 0 deletions mgmtsystem_manual/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

12.0.1.0.0 (2019-06-04)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] migration to 12.0.
1 change: 1 addition & 0 deletions mgmtsystem_manual/readme/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No installation required.
4 changes: 4 additions & 0 deletions mgmtsystem_manual/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To use this module, you need to:

* go to Management Systems > Documentation > Manuals
* Create a new page based on existing templates or create your own templates.
Loading

0 comments on commit 2fab770

Please sign in to comment.