Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 21, 2023
1 parent 8902f76 commit eb6383f
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ addon | version | maintainers | summary
[product_packaging_container_deposit](product_packaging_container_deposit/) | 16.0.1.0.0 | | Add container deposit fees in a order
[product_packaging_dimension](product_packaging_dimension/) | 16.0.1.1.1 | | Manage packaging dimensions and weight
[product_packaging_level](product_packaging_level/) | 16.0.1.1.0 | | This module binds a product packaging to a packaging level
[product_packaging_level_purchasable](product_packaging_level_purchasable/) | 16.0.1.0.0 | | Product Packaging level purchasable
[product_packaging_level_purchasable](product_packaging_level_purchasable/) | 16.0.1.1.0 | | Control purchase of products via packaging settings.
[product_packaging_level_salable](product_packaging_level_salable/) | 16.0.1.0.0 | | Product Packaging level salable
[product_pricelist_direct_print](product_pricelist_direct_print/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Print price list from menu option, product templates, products variants or price lists
[product_pricelist_direct_print_company_group](product_pricelist_direct_print_company_group/) | 16.0.1.0.0 | | Print Pricelist items using the company group model
Expand Down
22 changes: 17 additions & 5 deletions product_packaging_level_purchasable/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Product Packaging level purchasable
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c6e94507b72f8b973ee83c4c8c9f73da6b27e7964a76eb4a5c579c2fd5d4955b
!! source digest: sha256:4f9cd73af6d276b48104f4339bbb0b6fb9bd04c067ab7da678d7ca670643b0f7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
Expand All @@ -28,8 +28,12 @@ Product Packaging level purchasable

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

The creation/update of purchase order line will be blocked (by constraints) if the data on the
purchase.order.line does not fit with the configuration of the product's packagings.
Control purchase of products via packaging settings.

It adds a "Purchaseable" flag to product packaging level and product packaging.

The creation/update of purchase order line will be blocked
if the data on the purchase.order.line does not fit with the configuration of the product's packaging.

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Expand All @@ -44,9 +48,17 @@ purchase.order.line does not fit with the configuration of the product's packagi
Configuration
=============

This module allows odoo users to set:
Packaging level
~~~~~~~~~~~~~~~

* Can be purchased: set the packaging as purchaseable by default


Packaging
~~~~~~~~~

* Can be purchased: override the default

* Can be purchased: On a product packaging level as default value for a new product packaging. On a product packaging to make it available or not on a purchase order line.

Bug Tracker
===========
Expand Down
2 changes: 1 addition & 1 deletion product_packaging_level_purchasable/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Product Packaging level purchasable",
"summary": "Control purchase of products via packaging settings.",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"development_status": "Alpha",
"category": "Product",
"website": "https://github.com/OCA/product-attribute",
Expand Down
46 changes: 30 additions & 16 deletions product_packaging_level_purchasable/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,13 @@ <h1 class="title">Product Packaging level purchasable</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c6e94507b72f8b973ee83c4c8c9f73da6b27e7964a76eb4a5c579c2fd5d4955b
!! source digest: sha256:4f9cd73af6d276b48104f4339bbb0b6fb9bd04c067ab7da678d7ca670643b0f7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/product-attribute/tree/16.0/product_packaging_level_purchasable"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_packaging_level_purchasable"><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/product-attribute&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>The creation/update of purchase order line will be blocked (by constraints) if the data on the
purchase.order.line does not fit with the configuration of the product’s packagings.</p>
<p>Control purchase of products via packaging settings.</p>
<p>It adds a “Purchaseable” flag to product packaging level and product packaging.</p>
<p>The creation/update of purchase order line will be blocked
if the data on the purchase.order.line does not fit with the configuration of the product’s packaging.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">This is an alpha version, the data model and design can change at any time without warning.
Expand All @@ -381,49 +383,61 @@ <h1 class="title">Product Packaging level purchasable</h1>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a><ul>
<li><a class="reference internal" href="#packaging-level" id="toc-entry-2">Packaging level</a></li>
<li><a class="reference internal" href="#packaging" id="toc-entry-3">Packaging</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>This module allows odoo users to set:</p>
<div class="section" id="packaging-level">
<h2><a class="toc-backref" href="#toc-entry-2">Packaging level</a></h2>
<ul class="simple">
<li>Can be purchased: set the packaging as purchaseable by default</li>
</ul>
</div>
<div class="section" id="packaging">
<h2><a class="toc-backref" href="#toc-entry-3">Packaging</a></h2>
<ul class="simple">
<li>Can be purchased: On a product packaging level as default value for a new product packaging. On a product packaging to make it available or not on a purchase order line.</li>
<li>Can be purchased: override the default</li>
</ul>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/product-attribute/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_packaging_level_purchasable%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
<ul class="simple">
<li>Camptocamp</li>
<li>BCIM</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<ul class="simple">
<li>Telmo Santos &lt;<a class="reference external" href="mailto:telmo.santos&#64;camptocamp.com">telmo.santos&#64;camptocamp.com</a>&gt;</li>
<li>Jacques-Etienne Baudoux (BCIM) &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
Expand Down

0 comments on commit eb6383f

Please sign in to comment.