Skip to content
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
6 changes: 3 additions & 3 deletions bookstore_mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Authors
Contributors
------------

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

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

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion bookstore_mgmt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Product",
"license": "AGPL-3",
"maintainers": ["peluko00", "miquelalzanillas"],
"version": "17.0.1.1.0",
"version": "17.0.2.0.0",
"depends": ["product"],
"data": [
"security/bookstore_security.xml",
Expand Down
10 changes: 2 additions & 8 deletions bookstore_mgmt/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-13 13:53+0000\n"
"PO-Revision-Date: 2024-11-13 13:53+0000\n"
"POT-Creation-Date: 2025-03-05 07:54+0000\n"
"PO-Revision-Date: 2025-03-05 07:54+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
Expand Down Expand Up @@ -156,11 +155,6 @@ msgstr "Nom"
msgid "Product"
msgstr "Producte"

#. module: bookstore_mgmt
#: model:ir.model,name:bookstore_mgmt.model_product_product
msgid "Product Variant"
msgstr "Variant de producte"

#. module: bookstore_mgmt
#: model:res.groups,name:bookstore_mgmt.bookstore_user
msgid "User"
Expand Down
10 changes: 2 additions & 8 deletions bookstore_mgmt/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-13 13:54+0000\n"
"PO-Revision-Date: 2024-11-13 13:54+0000\n"
"POT-Creation-Date: 2025-03-05 07:54+0000\n"
"PO-Revision-Date: 2025-03-05 07:54+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
Expand Down Expand Up @@ -156,11 +155,6 @@ msgstr "Nombre"
msgid "Product"
msgstr "Producto"

#. module: bookstore_mgmt
#: model:ir.model,name:bookstore_mgmt.model_product_product
msgid "Product Variant"
msgstr "Variante de producto"

#. module: bookstore_mgmt
#: model:res.groups,name:bookstore_mgmt.bookstore_user
msgid "User"
Expand Down
1 change: 0 additions & 1 deletion bookstore_mgmt/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import product_template
from . import product_product
14 changes: 0 additions & 14 deletions bookstore_mgmt/models/product_product.py

This file was deleted.