Skip to content

Commit 2295b97

Browse files
committed
[REF] rename module
1 parent 0c1a6b0 commit 2295b97

File tree

21 files changed

+19
-25
lines changed

21 files changed

+19
-25
lines changed

Diff for: account_move_stock_create/README.rst renamed to account_move_picking_match_or_create/README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========================
2-
Account Move Stock Create
3-
=========================
1+
====================================
2+
Account Move Picking Match or Create
3+
====================================
44

55
..
66
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -17,18 +17,18 @@ Account Move Stock Create
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github
20-
:target: https://github.com/OCA/account-invoicing/tree/14.0/account_move_stock_create
20+
:target: https://github.com/OCA/account-invoicing/tree/14.0/account_move_picking_match_or_create
2121
:alt: OCA/account-invoicing
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_stock_create
23+
:target: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_picking_match_or_create
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
2626
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=14.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module enables the creation of stock transfers directly from invoices, streamlining the inventory update process and ensuring alignment between sales and stock levels.
31+
This module helps matching or creating stock transfers directly from invoices, streamlining the inventory update process and ensuring alignment between sales and stock levels.
3232

3333
.. IMPORTANT::
3434
This is an alpha version, the data model and design can change at any time without warning.
@@ -66,7 +66,7 @@ Bug Tracker
6666
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues>`_.
6767
In case of trouble, please check there if your issue has already been reported.
6868
If you spotted it first, help us to smash it by providing a detailed and welcomed
69-
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_stock_create%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
69+
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_picking_match_or_create%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7070

7171
Do not contact contributors directly about support or help with technical issues.
7272

@@ -96,6 +96,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
9696
mission is to support the collaborative development of Odoo features and
9797
promote its widespread use.
9898

99-
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/14.0/account_move_stock_create>`_ project on GitHub.
99+
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/14.0/account_move_picking_match_or_create>`_ project on GitHub.
100100

101101
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Diff for: account_move_stock_create/__manifest__.py renamed to account_move_picking_match_or_create/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
44

55
{
6-
"name": "Account Move Stock Create",
7-
"summary": """This addon creates stock transfers from an account move""",
6+
"name": "Account Move Picking Match or Create",
7+
"summary": """This addon helps matching or creating stock transfers from an account move""",
88
"version": "14.0.1.0.0",
99
"license": "AGPL-3",
1010
"author": "KMEE,Odoo Community Association (OCA)",

Diff for: account_move_stock_create/models/account_move.py renamed to account_move_picking_match_or_create/models/account_move.py

-6
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,3 @@ def _create_picking(self, picking_values):
117117
:return: picking
118118
"""
119119
return self.env["stock.picking"].create(picking_values)
120-
121-
# def action_match_pickings_from_invoices(self):
122-
# action = self.env.ref("account_move_stock_create.action_account_move_match_picking")
123-
# result = action.sudo().read()[0]
124-
# result.update({"res_id": self.id})
125-
# return result
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This module helps matching or creating stock transfers directly from invoices, streamlining the inventory update process and ensuring alignment between sales and stock levels.

Diff for: account_move_stock_create/static/description/index.html renamed to account_move_picking_match_or_create/static/description/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Account Move Stock Create</title>
6+
<title>Account Move Picking Match or Create</title>
77
<style type="text/css">
88

99
/*
@@ -360,17 +360,17 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="account-move-stock-create">
364-
<h1 class="title">Account Move Stock Create</h1>
363+
<div class="document" id="account-move-picking-match-or-create">
364+
<h1 class="title">Account Move Picking Match or Create</h1>
365365

366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:d6d4854666e5badaa6d03f574dd80462df7efbed75f3b700eddbba2277927b10
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/account-invoicing/tree/14.0/account_move_stock_create"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_stock_create"><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/account-invoicing&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373-
<p>This module enables the creation of stock transfers directly from invoices, streamlining the inventory update process and ensuring alignment between sales and stock levels.</p>
372+
<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/account-invoicing/tree/14.0/account_move_picking_match_or_create"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_picking_match_or_create"><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/account-invoicing&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373+
<p>This module helps matching or creating stock transfers directly from invoices, streamlining the inventory update process and ensuring alignment between sales and stock levels.</p>
374374
<div class="admonition important">
375375
<p class="first admonition-title">Important</p>
376376
<p class="last">This is an alpha version, the data model and design can change at any time without warning.
@@ -418,7 +418,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
418418
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoicing/issues">GitHub Issues</a>.
419419
In case of trouble, please check there if your issue has already been reported.
420420
If you spotted it first, help us to smash it by providing a detailed and welcomed
421-
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_stock_create%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
421+
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_picking_match_or_create%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
422422
<p>Do not contact contributors directly about support or help with technical issues.</p>
423423
</div>
424424
<div class="section" id="credits">
@@ -444,7 +444,7 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
444444
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
445445
mission is to support the collaborative development of Odoo features and
446446
promote its widespread use.</p>
447-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoicing/tree/14.0/account_move_stock_create">OCA/account-invoicing</a> project on GitHub.</p>
447+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoicing/tree/14.0/account_move_picking_match_or_create">OCA/account-invoicing</a> project on GitHub.</p>
448448
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
449449
</div>
450450
</div>

Diff for: account_move_stock_create/readme/DESCRIPTION.rst

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../account_move_picking_match_or_create

Diff for: setup/account_move_stock_create/odoo/addons/account_move_stock_create

-1
This file was deleted.

0 commit comments

Comments
 (0)