macagua / cybrosys_school

School, a Record Student Information created from the "How to Create a Module in Odoo 12" tutorial.

Home Page:https://www.cybrosys.com/blog/how-to-create-module-in-odoo12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School

docs Documentation Source Odoo 13 Documentation Odoo Help
tests
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

School, is a Odoo 13 module that let you:

  • Manage Students Information.

Features

This Odoo 13 module include the follow technical features included:

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

Dependencies

This module requires the following dependencies:

Install

Download the source code:

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

Move cybrosys_school folder into extra-addons Odoo directory:

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

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

Install 'School' Module

Install 'School' Module

Then go to Main menu at left top corner and click to School > Students and click to Edit button for edit it or click to Create or create a new student.

Access 'Manage Students' from School App

Access 'Manage Students' from School App

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 cybrosys_school --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

About

School, a Record Student Information created from the "How to Create a Module in Odoo 12" tutorial.

https://www.cybrosys.com/blog/how-to-create-module-in-odoo12

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%