Bookstore Management

bookstore_mgmt
REPOSITORY
REPOSITORYOCA/vertical-edition
GIT
GIThttps://github.com/OCA/vertical-edition.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-edition/tree/17.0/bookstore_mgmt
VERSION
VERSION 3.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar, bobrador
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-edition
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits product.product_template_form_view
view_product_template_search_books_inherited product.template.search.book.inherited product.template xpath Inherits product.product_template_search_view
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.