TIP: You can type at any time to perform a new search.
Bookstore Management
bookstore_mgmt · OCA/vertical-edition
- Repository
- OCA/vertical-edition · module folder · Try on Runboat
- Module version
- 3.0.0
- Category
- Product
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-edition
- Last tracking update
- 2026-08-07 08:23:14
- Authors
- Odoo Community Association (OCA), APSL-Nagarro
- Maintainers
- Odoo Community Association (OCA), APSL-Nagarro
- Committers
- Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar, bobrador
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- bookstore_mgmt_google_books_api
- Description
This application manages books as products, authors, editorials and genres.
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_product_book_author_form |
product.book.author.form | product.book.author | form | New |
view_product_book_author_tree |
product.book.author.tree | product.book.author | tree | New |
view_product_book_editorial_form |
product.book.editorial.form | product.book.editorial | form | New |
view_product_book_editorial_tree |
product.book.editorial.tree | product.book.editorial | tree | New |
view_product_book_genre_form |
product.book.genre.form | product.book.genre | form | New |
view_product_book_genre_tree |
product.book.genre.tree | product.book.genre | tree | New |
view_product_template_form_inherited |
product.template.form.inherited | product.template | form | Inherits product.product_template_form_view |
view_product_template_search_books_inherited |
product.template.search.book.inherited | product.template | search | Inherits product.product_template_search_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
nameChar
No public methods.
New fields (1)
-
nameChar
No public methods.
New fields (1)
-
nameChar
No public methods.
New fields (5)
-
author_idMany2one → product.book.authorstring='Author' args: 'product.book.author' -
editorial_idMany2one → product.book.editorialstring='Editorial' args: 'product.book.editorial' -
genre_idMany2one → product.book.genrestring='Genre' args: 'product.book.genre' -
is_bookBooleanstring='Is a book' -
year_editionIntegerstring='Year of Edition'
No public methods.