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

[16.0][mig] product_attribute_set_completeness: Migration to 16.0 #164

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3622e62
[ADD] add new features to manage completion rate and completion state…
Jun 10, 2020
26f6c5b
[UPD] README.rst
Jun 18, 2020
ccad78d
product_attribute_set_completeness 12.0.1.0.1
Jun 18, 2020
9cdfdd0
[10.0][FIX] attribute_set_completeness: Add not completed fields
rousseldenis Jun 26, 2020
2af29b0
[10.0][IMP] pre-commit updates
rousseldenis Jun 29, 2020
7c29652
product_attribute_set_completeness: fix completion_rate widget
simahawk Sep 30, 2020
81d589c
product_attribute_set_completeness 12.0.1.1.0
Oct 2, 2020
b1e960d
[FIX] attribute_set_completeness: speed up completion fields
Jul 7, 2020
b4fc37a
product_attribute_set_completeness 12.0.1.2.0
Oct 5, 2020
a58e2f6
[IMP] product_attribute_set_completeness UI
clementmbr Oct 16, 2020
37d994b
[IMP] Hide completeness state and rate if no completeness_ids
clementmbr Oct 17, 2020
f4e1ad9
product_attribute_set_completeness 12.0.1.2.1
Oct 20, 2020
6ffd7c4
[IMP] product_attribute_set_completeness: black, isort, prettier
xavier-bouquiaux Apr 15, 2021
2df2ce5
[14.0][MIG] product_attribute_set_completeness
xavier-bouquiaux Apr 16, 2021
902bd35
[UPD] Update product_attribute_set_completeness.pot
Oct 6, 2021
995033b
[UPD] README.rst
OCA-git-bot Oct 6, 2021
1264225
[ADD] icon.png
OCA-git-bot Oct 6, 2021
7f887c8
product_attribute_set_completeness 14.0.1.0.1
OCA-git-bot Oct 6, 2021
4e6fbc6
[CHG] product_attribute_set_completeness: re-introduce completion_sta…
Feb 2, 2022
d69b52e
[UPD] Update product_attribute_set_completeness.pot
Oct 17, 2022
7fc8e30
product_attribute_set_completeness 14.0.2.0.0
OCA-git-bot Oct 17, 2022
7ebc020
[IMP] product_attribute_set_completeness: pre-commit stuff
dsolanki-initos Jul 20, 2023
e16a96e
[MIG] product_attribute_set_completeness: Migration to 16.0
dsolanki-initos Jul 20, 2023
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
85 changes: 85 additions & 0 deletions product_attribute_set_completeness/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
==================================
Product Attribute Set Completeness
==================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fodoo--pim-lightgray.png?logo=github
:target: https://github.com/OCA/odoo-pim/tree/14.0/product_attribute_set_completeness
:alt: OCA/odoo-pim
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/odoo-pim-14-0/odoo-pim-14-0-product_attribute_set_completeness
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/295/14.0
:alt: Try me on Runbot

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

This module adds the completion rate and the completion state on the products.

**Table of contents**

.. contents::
:local:

Usage
=====

Completion rate and completion state are visible on the product form.
These 2 properties are also searchable through the search view ("Complete" and "Not Complete" filters).

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/odoo-pim/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/odoo-pim/issues/new?body=module:%20product_attribute_set_completeness%0Aversion:%2014.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
~~~~~~~

* ACSONE SA/NV

Contributors
~~~~~~~~~~~~

* Cédric PIGEON <[email protected]>
* Xavier Bouquiaux <[email protected]>
* `Camptocamp <https://www.camptocamp.com>`_

* Iván Todorovich <[email protected]>

* Dhara Solanki <[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.

This module is part of the `OCA/odoo-pim <https://github.com/OCA/odoo-pim/tree/14.0/product_attribute_set_completeness>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions product_attribute_set_completeness/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import components
13 changes: 13 additions & 0 deletions product_attribute_set_completeness/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Product Attribute Set Completeness",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/odoo-pim",
"depends": ["product_attribute_set", "attribute_set_completeness"],
"data": ["views/product_template_view.xml"],
"auto_install": True,
}
3 changes: 3 additions & 0 deletions product_attribute_set_completeness/components/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright 2020 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import product_template_event_listener
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2020 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo.addons.component.core import Component


class ProductTemplateEventListener(Component):
_name = "product.template.event.listener"
_inherit = ["attribute.set.owner.event.listener"]

_apply_on = ["product.template"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_attribute_set_completeness
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_attribute_set_completeness
#: model_terms:ir.ui.view,arch_db:product_attribute_set_completeness.product_template_search_view
msgid "Complete"
msgstr ""

#. module: product_attribute_set_completeness
#: model_terms:ir.ui.view,arch_db:product_attribute_set_completeness.product_template_search_view
msgid "Not Complete"
msgstr ""

#. module: product_attribute_set_completeness
#: model_terms:ir.ui.view,arch_db:product_attribute_set_completeness.product_template_view_form
msgid "Not completed attributes"
msgstr ""
7 changes: 7 additions & 0 deletions product_attribute_set_completeness/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Cédric PIGEON <[email protected]>
* Xavier Bouquiaux <[email protected]>
* `Camptocamp <https://www.camptocamp.com>`_

* Iván Todorovich <[email protected]>

* Dhara Solanki <[email protected]>
1 change: 1 addition & 0 deletions product_attribute_set_completeness/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds the completion rate and the completion state on the products.
2 changes: 2 additions & 0 deletions product_attribute_set_completeness/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Completion rate and completion state are visible on the product form.
These 2 properties are also searchable through the search view ("Complete" and "Not Complete" filters).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading