Skip to content

Commit edaffa5

Browse files
committed
[BOT] post-merge updates
1 parent 918a6ce commit edaffa5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
2424
[product_category_code](product_category_code/) | 19.0.1.0.0 | <a href='https://github.com/rousseldenis'><img src='https://github.com/rousseldenis.png' width='32' height='32' style='border-radius:50%;' alt='rousseldenis'/></a> | Allows to define a code on product categories
2525
[product_code_unique](product_code_unique/) | 19.0.1.0.0 | | Set Product Internal Reference as Unique
2626
[product_company_default](product_company_default/) | 19.0.1.0.0 | | Product Company Default
27-
[product_net_weight](product_net_weight/) | 19.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Add 'Net Weight' on product models
27+
[product_net_weight](product_net_weight/) | 19.0.1.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Add 'Net Weight' on product models
2828

2929
[//]: # (end addons)
3030

product_net_weight/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Products - Net Weight
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:6cecd3e69838f7d430818c3eb70cfda51ae25c46038eaa06270f4d0498742dd5
14+
!! source digest: sha256:c3f19cb07b960ac9c212abcfc24c98bfd63994b5f92649817c42a47e3f1d9237
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -43,8 +43,8 @@ weight. (container excluded)
4343
Usage
4444
=====
4545

46-
- Go to 'Inventory > Master Data > Product' and edit items.
47-
- Go to 'Inventory' tab, and fill the "Net Weight" value.
46+
- Go to 'Inventory > Master Data > Product' and edit items.
47+
- Go to 'Inventory' tab, and fill the "Net Weight" value.
4848

4949
|image1|
5050

@@ -83,14 +83,14 @@ Authors
8383
Contributors
8484
------------
8585

86-
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
87-
- `Greenice <https://www.greenice.com>`__:
86+
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
87+
- `Greenice <https://www.greenice.com>`__:
8888

89-
- Fernando La Chica <fernandolachica@gmail.com>
89+
- Fernando La Chica <fernandolachica@gmail.com>
9090

91-
- `Tecnativa <https://www.tecnativa.com>`__:
91+
- `Tecnativa <https://www.tecnativa.com>`__:
9292

93-
- Sergio Teruel
93+
- Sergio Teruel
9494

9595
Maintainers
9696
-----------

product_net_weight/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Products - Net Weight",
66
"summary": "Add 'Net Weight' on product models",
7-
"version": "19.0.1.0.0",
7+
"version": "19.0.1.0.1",
88
"category": "Product",
99
"author": "GRAP,Odoo Community Association (OCA)",
1010
"maintainers": ["legalsylvain"],

product_net_weight/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Products - Net Weight</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:6cecd3e69838f7d430818c3eb70cfda51ae25c46038eaa06270f4d0498742dd5
375+
!! source digest: sha256:c3f19cb07b960ac9c212abcfc24c98bfd63994b5f92649817c42a47e3f1d9237
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/product-attribute/tree/19.0/product_net_weight"><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-19-0/product-attribute-19-0-product_net_weight"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of stock module to support net

0 commit comments

Comments
 (0)