Skip to content

Commit 6ec3dde

Browse files
committed
[MIG] rename stock_product_variant_mto
1 parent 98c610f commit 6ec3dde

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

stock_product_variant_mto/README.rst renamed to product_variant_route_mto/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=========================
2-
Stock Product Variant MTO
2+
Product Variant Route MTO
33
=========================
44

55
..
@@ -16,14 +16,14 @@ Stock Product Variant MTO
1616
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
19-
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github
20-
:target: https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_product_variant_mto
21-
:alt: OCA/stock-logistics-workflow
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github
20+
:target: https://github.com/OCA/product-attribute/tree/18.0/product_variant_route_mto
21+
:alt: OCA/product-attribute
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-18-0/stock-logistics-workflow-18-0-stock_product_variant_mto
23+
:target: https://translation.odoo-community.org/projects/product-attribute-18-0/product-attribute-18-0-product_variant_route_mto
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=18.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -46,10 +46,10 @@ The routes are moved from product template to product product.
4646
Bug Tracker
4747
===========
4848

49-
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_.
49+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues>`_.
5050
In case of trouble, please check there if your issue has already been reported.
5151
If you spotted it first, help us to smash it by providing a detailed and welcomed
52-
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_product_variant_mto%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
52+
`feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_variant_route_mto%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5353

5454
Do not contact contributors directly about support or help with technical issues.
5555

@@ -97,6 +97,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
9797

9898
|maintainer-mmequignon|
9999

100-
This module is part of the `OCA/stock-logistics-workflow <https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_product_variant_mto>`_ project on GitHub.
100+
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/18.0/product_variant_route_mto>`_ project on GitHub.
101101

102102
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
File renamed without changes.

stock_product_variant_mto/__manifest__.py renamed to product_variant_route_mto/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
33

44
{
5-
"name": "Stock Product Variant MTO",
5+
"name": "Product Variant Route MTO",
66
"summary": "Allow to individually set variants as MTO",
77
"version": "18.0.1.0.0",
88
"development_status": "Alpha",
99
"category": "Inventory",
10-
"website": "https://github.com/OCA/stock-logistics-workflow",
10+
"website": "https://github.com/OCA/product-attribute",
1111
"author": "Camptocamp SA, Odoo Community Association (OCA)",
1212
"maintainers": ["mmequignon"],
1313
"license": "AGPL-3",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)