Skip to content

Latest commit

 

History

History
193 lines (120 loc) · 5.68 KB

README.rst

File metadata and controls

193 lines (120 loc) · 5.68 KB

My conferences

docs Documentation Source Odoo 13 Documentation Odoo Help
tests
Python 3.7.5 version Odoo 13 version Travis-CI Build Status Coveralls Checkout Status
license Github License
contribute Github Issues Github Forks Github Contributors
share Share at Twitter Github Favorites

About

My conferences, is an Odoo 13 module to ease the management of conferences, you can manage registration of guests as well as resources.

This Odoo module let you manage:

  • manage conferences.

Features

This Odoo 13 module include the follow technical features included:

  • Data demonstration support.
  • Internationalisation (i18n) support.
  • Tests units support.
  • ACL and security rules customs support.

Dependencies

This module requires the following dependencies:

Install

Download the source code:

$ git clone https://github.com/macagua/my_conferences.git

Move my_conferences folder into extra-addons Odoo directory:

$ mv my_conferences /full/path/to/extra-addons/

Restart the Odoo instance server, login and got to Apps > My conferences > Install

Install 'My conferences' Module

Install 'My conferences' Module

Then go to Main menu at left top corner and click to Manage Conferences and click to Edit button for edit it or click to Create or create a new conference.

Access to 'Manage Conferences' Menu

Access to 'Manage Conferences' Menu

Testing

For run the module tests, with the following command:

$ /full/path/to/odoo-bin --addons-path=/full/path/to/addons,/full/path/to/extra-addons \
  -d t -i my_conferences --test-enable --stop-after-init --log-level=test

Contribute

License

  • The project is licensed under the AGPL-3.

References

The followings are the links using as references for development this Odoo 13 module:

Development

Quality assurance

Translations