forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] product_packaging_dimension/product_logistics_uom: lints
- Loading branch information
Showing
20 changed files
with
78 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,21 +20,23 @@ Product logistics UoM | |
:target: https://github.com/OCA/product-attribute/tree/17.0/product_logistics_uom | ||
:alt: OCA/product-attribute | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-product_logistics_uom | ||
:target: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_logistics_uom | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to choose an Unit Of Measure (UoM) for products weight and volume. | ||
It can be set product per product for users in group_uom. | ||
This module allows to choose an Unit Of Measure (UoM) for products | ||
weight and volume. It can be set product per product for users in | ||
group_uom. | ||
|
||
Without this module, you only have the choice between Kg or Lb(s) and m³ for all the products. | ||
Without this module, you only have the choice between Kg or Lb(s) and m³ | ||
for all the products. | ||
|
||
For some business cases, you need to express in more precise UoM than default ones like Liters | ||
instead of M³. | ||
For some business cases, you need to express in more precise UoM than | ||
default ones like Liters instead of M³. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -46,19 +48,20 @@ Installation | |
|
||
Be aware, that this module only change the UoM but not the value. | ||
|
||
It's the same behavior as base Odoo when you change from Metric System to Imperial System. | ||
It's the same behavior as base Odoo when you change from Metric System | ||
to Imperial System. | ||
|
||
Configuration | ||
============= | ||
|
||
To change the default UoM | ||
|
||
#. Go "General Settings", then in "Products" | ||
#. you have to select a default unit of measure for weights and volumes. | ||
1. Go "General Settings", then in "Products" | ||
2. you have to select a default unit of measure for weights and volumes. | ||
|
||
To change on a specific product | ||
|
||
#. Go the product form you can change the UoM directly. | ||
1. Go the product form you can change the UoM directly. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -74,25 +77,25 @@ Credits | |
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Akretion | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Raphaël Reverdy <[email protected]> | ||
- Raphaël Reverdy <[email protected]> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
------------- | ||
|
||
The development of this module has been financially supported by: | ||
|
||
* Akretion <https://akretion.com> | ||
* La Base <https://labase.coop> | ||
- Akretion <https://akretion.com> | ||
- La Base <https://labase.coop> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
To change the default UoM | ||
|
||
1. Go "General Settings", then in "Products" | ||
2. you have to select a default unit of measure for weights and | ||
volumes. | ||
|
||
To change on a specific product | ||
|
||
1. Go the product form you can change the UoM directly. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Raphaël Reverdy \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The development of this module has been financially supported by: | ||
|
||
- Akretion \<<https://akretion.com>\> | ||
- La Base \<<https://labase.coop>\> |
This file was deleted.
Oops, something went wrong.
12 changes: 7 additions & 5 deletions
12
product_logistics_uom/readme/DESCRIPTION.rst → product_logistics_uom/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
This module allows to choose an Unit Of Measure (UoM) for products weight and volume. | ||
It can be set product per product for users in group_uom. | ||
This module allows to choose an Unit Of Measure (UoM) for products | ||
weight and volume. It can be set product per product for users in | ||
group_uom. | ||
|
||
Without this module, you only have the choice between Kg or Lb(s) and m³ for all the products. | ||
Without this module, you only have the choice between Kg or Lb(s) and m³ | ||
for all the products. | ||
|
||
For some business cases, you need to express in more precise UoM than default ones like Liters | ||
instead of M³. | ||
For some business cases, you need to express in more precise UoM than | ||
default ones like Liters instead of M³. |
3 changes: 2 additions & 1 deletion
3
product_logistics_uom/readme/INSTALL.rst → product_logistics_uom/readme/INSTALL.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Be aware, that this module only change the UoM but not the value. | ||
|
||
It's the same behavior as base Odoo when you change from Metric System to Imperial System. | ||
It's the same behavior as base Odoo when you change from Metric System | ||
to Imperial System. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ Product Packaging Dimension | |
:target: https://github.com/OCA/product-attribute/tree/17.0/product_packaging_dimension | ||
:alt: OCA/product-attribute | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/product-attribute-14-0/product-attribute-14-0-product_packaging_dimension | ||
:target: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_packaging_dimension | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to store dimensions (length, width, height), weight and | ||
volume of product packagings. | ||
This module allows to store dimensions (length, width, height), weight | ||
and volume of product packagings. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -39,7 +39,7 @@ volume of product packagings. | |
Known issues / Roadmap | ||
====================== | ||
|
||
* Resolve conflict with delivery module | ||
- Resolve conflict with delivery module | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -55,20 +55,20 @@ Credits | |
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Camptocamp | ||
* Akretion | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Patrick Tombez <[email protected]> | ||
* Akim Juillerat <[email protected]> | ||
* Kévin Roche <[email protected]> | ||
- Patrick Tombez <[email protected]> | ||
- Akim Juillerat <[email protected]> | ||
- Kévin Roche <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Patrick Tombez \<<[email protected]>\> | ||
- Akim Juillerat \<<[email protected]>\> | ||
- Kévin Roche \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ackaging_dimension/readme/DESCRIPTION.rst → ...packaging_dimension/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
This module allows to store dimensions (length, width, height), weight and | ||
volume of product packagings. | ||
This module allows to store dimensions (length, width, height), weight | ||
and volume of product packagings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Resolve conflict with delivery module |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters