docs | |
---|---|
tests | |
license | |
contribute | |
share |
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.
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.
This module requires the following dependencies:
- odoo 13 > https://github.com/odoo/odoo
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
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.
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
- Issue Tracker: https://github.com/macagua/my_conferences/issues
- Source Code: https://github.com/macagua/my_conferences
- The project is licensed under the AGPL-3.
The followings are the links using as references for development this Odoo 13 module:
- Automated testing in Odoo.
- Odoo Experience 2018 - Improve the Quality of Your Modules with Automated Tests.