Skip to content

Commit

Permalink
[IMP] pim: remove completeness dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kobros-tech committed Feb 6, 2025
1 parent 991ab3e commit c36be28
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 289 deletions.
3 changes: 2 additions & 1 deletion pim/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Product Information Management
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8b963d932df94ad17db1e9648bdd4017e7210106167af3942824a0e17fc91b37
!! source digest: sha256:90ca4229a4bc6ac1a4599e4c6215399a0a3e4721ae029bbc6497fcda6f43288c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -78,6 +78,7 @@ Contributors
* Cédric PIGEON <cedric.pigeon@acsone.eu>
* Denis Roussel <denis.roussel@acsone.eu>
* Dhara Solanki <dhara.solanki@initos.com>
* Mohamed Alkobrosli <malkobrosly@kencove.com>

Maintainers
~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion pim/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"depends": [
"product",
"product_attribute_set",
"product_attribute_set_completeness",
],
"data": [
"data/ir_module_category_data.xml",
Expand Down
142 changes: 0 additions & 142 deletions pim/i18n/es.po

This file was deleted.

128 changes: 0 additions & 128 deletions pim/i18n/it.po

This file was deleted.

1 change: 1 addition & 0 deletions pim/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
* Cédric PIGEON <cedric.pigeon@acsone.eu>
* Denis Roussel <denis.roussel@acsone.eu>
* Dhara Solanki <dhara.solanki@initos.com>
* Mohamed Alkobrosli <malkobrosly@kencove.com>
4 changes: 3 additions & 1 deletion pim/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Product Information Management</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8b963d932df94ad17db1e9648bdd4017e7210106167af3942824a0e17fc91b37
!! source digest: sha256:90ca4229a4bc6ac1a4599e4c6215399a0a3e4721ae029bbc6497fcda6f43288c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/odoo-pim/tree/16.0/pim"><img alt="OCA/odoo-pim" src="https://img.shields.io/badge/github-OCA%2Fodoo--pim-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-pim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/odoo-pim&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>A basic module for Product Information Management.</p>
Expand Down Expand Up @@ -423,6 +423,8 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Clément Mombereau &lt;<a class="reference external" href="mailto:clement.mombereau&#64;akretion.com.br">clement.mombereau&#64;akretion.com.br</a>&gt;</li>
<li>Cédric PIGEON &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</li>
<li>Denis Roussel &lt;<a class="reference external" href="mailto:denis.roussel&#64;acsone.eu">denis.roussel&#64;acsone.eu</a>&gt;</li>
<li>Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</li>
<li>Mohamed Alkobrosli &lt;<a class="reference external" href="mailto:malkobrosly&#64;kencove.com">malkobrosly&#64;kencove.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
16 changes: 0 additions & 16 deletions pim/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@
groups="uom.group_uom"
/>
<field name="attribute_set_id" />
<field
widget="label_selection"
name="attribute_set_completion_state"
options="{'classes': {'complete': 'success', 'not_complete': 'danger'}}"
attrs="{'invisible': [('attribute_set_id', '=', False)]}"
/>
<field
name="attribute_set_completion_rate"
attrs="{
'invisible': [
'|',
('attribute_set_id', '=', False),
('attribute_set_completion_state', '=', 'complete'),
],
}"
/>
</tree>
</field>
</record>
Expand Down

0 comments on commit c36be28

Please sign in to comment.