docs | |
---|---|
tests | |
license | |
contribute | |
share |
School, is a Odoo 13 module that let you:
- Manage Students Information.
This Odoo 13 module include the follow technical features included:
- Data demonstration support.
- Internationalisation (i18n) support.
- Tests units support.
- ACL customs support.
This module requires the following dependencies:
- odoo 13 > https://github.com/odoo/odoo
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
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.
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
- Issue Tracker: https://github.com/macagua/cybrosys_school/issues
- Source Code: https://github.com/macagua/cybrosys_school
- The project is licensed under the AGPL-3.
The followings are the links using as references for development this Odoo 13 module:
- How to Create a Module in Odoo 12.
- How to Create Module in Odoo v12 - Search View and Filters.
- How to Create Module in Odoo 12 - Defining the Views.
- How to Add Chatter to Form View in Odoo v12.
- How to Add Custom Fields to Existing Views in Odoo v12.
- How to Define Header, Statusbar, and Buttons in Odoo v12.
- Automated testing in Odoo.
- Odoo Experience 2018 - Improve the Quality of Your Modules with Automated Tests.