Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][ADD] bookstore_mgmt: New module bookstore_mgmt #18

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions bookstore_mgmt/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
====================
Bookstore Management
====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:189017479cb3759a4804f6c7b5deab44b84786e225739cf00b8ceaaa55f0224f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fvertical--edition-lightgray.png?logo=github
:target: https://github.com/OCA/vertical-edition/tree/17.0/bookstore_mgmt
:alt: OCA/vertical-edition
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/vertical-edition-17-0/vertical-edition-17-0-bookstore_mgmt
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/vertical-edition&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This application manages books as products, authors, editorials and
genres.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/vertical-edition/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/vertical-edition/issues/new?body=module:%20bookstore_mgmt%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* APSL-Nagarro

Contributors
------------

- [APSL-Nagarro](https://apsl.tech):

- Miquel Alzanillas <[email protected]>
- Antoni Marroig <[email protected]>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-peluko00| image:: https://github.com/peluko00.png?size=40px
:target: https://github.com/peluko00
:alt: peluko00

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-peluko00|

This module is part of the `OCA/vertical-edition <https://github.com/OCA/vertical-edition/tree/17.0/bookstore_mgmt>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions bookstore_mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
20 changes: 20 additions & 0 deletions bookstore_mgmt/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2024 (APSL-Nagarro) - Miquel Alzanillas, Antoni Marroig
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Bookstore Management",
"summary": """Bookstore management system for Odoo""",
"author": "APSL-Nagarro, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/vertical-edition",
"category": "Product",
"license": "AGPL-3",
"maintainers": ["peluko00"],
"version": "17.0.1.0.0",
"depends": ["product"],
"data": [
"security/bookstore_security.xml",
"security/ir.model.access.csv",
"views/product.xml",
"views/bookstore_mgmt.xml",
],
}
180 changes: 180 additions & 0 deletions bookstore_mgmt/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * bookstore_mgmt
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-30 07:37+0000\n"
"PO-Revision-Date: 2023-12-30 08:40+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"Language: ca_ES\n"
"X-Generator: Poedit 2.4.3\n"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_product__author_id
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_template__author_id
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_author_form
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_form_inherited
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_search_books_inherited
msgid "Author"
msgstr "Autor"

#. module: bookstore_mgmt
#: model:ir.actions.act_window,name:bookstore_mgmt.action_product_book_authors
#: model:ir.model,name:bookstore_mgmt.model_product_book_author
#: model:ir.ui.menu,name:bookstore_mgmt.menu_product_books_authors
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_author_tree
msgid "Authors"
msgstr "Autors"

#. module: bookstore_mgmt
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_form_inherited
msgid "Book Information"
msgstr "Fitxa Tècnica"

#. module: bookstore_mgmt
#: model:ir.actions.act_window,name:bookstore_mgmt.action_product_books
#: model:ir.ui.menu,name:bookstore_mgmt.menu_product_books
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_search_books_inherited
msgid "Books"
msgstr "Llibres"

#. module: bookstore_mgmt
#: model:ir.ui.menu,name:bookstore_mgmt.menu_library_root
msgid "Bookstore"
msgstr "Llibreria"

#. module: bookstore_mgmt
#: model:ir.module.category,name:bookstore_mgmt.bookstore_management_accesss
msgid "Bookstore Management"
msgstr "Gestió de llibreria"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__create_uid
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__create_uid
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__create_uid
msgid "Created by"
msgstr "Creat per"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__create_date
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__create_date
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__create_date
msgid "Created on"
msgstr "Creat el"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__display_name
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__display_name
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__display_name
msgid "Display Name"
msgstr "Nom a mostrar"

#. module: bookstore_mgmt
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_form_inherited
msgid "Edition Year"
msgstr "Any d'edició"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_product__editorial_id
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_template__editorial_id
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_editorial_form
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_form_inherited
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_search_books_inherited
msgid "Editorial"
msgstr "Editorial"

#. module: bookstore_mgmt
#: model:ir.actions.act_window,name:bookstore_mgmt.action_product_book_editorials
#: model:ir.model,name:bookstore_mgmt.model_product_book_editorial
#: model:ir.ui.menu,name:bookstore_mgmt.menu_product_books_editorials
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_editorial_tree
msgid "Editorials"
msgstr "Editorials"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_product__genre_id
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_template__genre_id
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_genre_form
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_form_inherited
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_search_books_inherited
msgid "Genre"
msgstr "Gènere"

#. module: bookstore_mgmt
#: model:ir.actions.act_window,name:bookstore_mgmt.action_product_book_genres
#: model:ir.model,name:bookstore_mgmt.model_product_book_genre
#: model:ir.ui.menu,name:bookstore_mgmt.menu_product_books_genres
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_book_genre_tree
msgid "Genres"
msgstr "Gèneres"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__id
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__id
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__id
msgid "ID"
msgstr "ID"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_product__is_book
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_template__is_book
msgid "Is a book"
msgstr "És un llibre"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author____last_update
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial____last_update
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre____last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__write_uid
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__write_uid
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__write_uid
msgid "Last Updated by"
msgstr "Darrera actualització per"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__write_date
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__write_date
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__write_date
msgid "Last Updated on"
msgstr "Darrera actualització el"

#. module: bookstore_mgmt
#: model:res.groups,name:bookstore_mgmt.bookstore_manager
msgid "Manager"
msgstr "Gestor"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_author__name
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_editorial__name
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_book_genre__name
msgid "Name"
msgstr "Nom"

#. module: bookstore_mgmt
#: model:ir.model,name:bookstore_mgmt.model_product_template
msgid "Product"
msgstr "Producte"

#. module: bookstore_mgmt
#: model:res.groups,name:bookstore_mgmt.bookstore_user
msgid "User"
msgstr "Usuari"

#. module: bookstore_mgmt
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_product__year_edition
#: model:ir.model.fields,field_description:bookstore_mgmt.field_product_template__year_edition
#: model_terms:ir.ui.view,arch_db:bookstore_mgmt.view_product_template_search_books_inherited
msgid "Year of Edition"
msgstr "Any d'edició"
Loading
Loading