You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement some kind of externally accessible API that allows to access users's collection data (only collections, not items). Access to the data should be provided via "api token".
Add an link inside user profile that return a generated api token.
Then implement an Odoo application that allow to store information about collections (only collections, not items). Odoo collections should have the following fields: owner, name, description, number of items, category. The user can view the list of collections, can create/edit/delete a collection (everything inside the Odoo).
Add an action to the Odoo that will import collections (without items) from your course project by the provided "api token".
Optional (hard): add customizeable items with import support.
The text was updated successfully, but these errors were encountered:
Inside of your course project:
Then implement an Odoo application that allow to store information about collections (only collections, not items). Odoo collections should have the following fields: owner, name, description, number of items, category. The user can view the list of collections, can create/edit/delete a collection (everything inside the Odoo).
Add an action to the Odoo that will import collections (without items) from your course project by the provided "api token".
Optional (hard): add customizeable items with import support.
The text was updated successfully, but these errors were encountered: