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
odoo/odoo:
- web
- bus
- uom
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 IDNameModelTypeStatus
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)
  • name Char
Public methods (0)

No public methods.

New fields (1)
  • name Char
Public methods (0)

No public methods.

New fields (1)
  • name Char
Public methods (0)

No public methods.

New fields (5)
  • author_id Many2one → product.book.author
    string='Author' args: 'product.book.author'
  • editorial_id Many2one → product.book.editorial
    string='Editorial' args: 'product.book.editorial'
  • genre_id Many2one → product.book.genre
    string='Genre' args: 'product.book.genre'
  • is_book Boolean
    string='Is a book'
  • year_edition Integer
    string='Year of Edition'
Public methods (0)

No public methods.