Skip to content

Commit 805664f

Browse files
sudhir-erpharborilyas caluwe
authored and
ilyas caluwe
committed
[MIG] Migrated sale_stock_picking_note to v12
1 parent e51c738 commit 805664f

File tree

6 files changed

+12
-16
lines changed

6 files changed

+12
-16
lines changed

sale_stock_picking_note/README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Sale Stock Picking Note
1414
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1515
:alt: License: AGPL-3
1616
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
17-
:target: https://github.com/OCA/sale-workflow/tree/11.0/sale_stock_picking_note
17+
:target: https://github.com/OCA/sale-workflow/tree/12.0/sale_stock_picking_note
1818
:alt: OCA/sale-workflow
1919
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20-
:target: https://translation.odoo-community.org/projects/sale-workflow-11-0/sale-workflow-11-0-sale_stock_picking_note
20+
:target: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_stock_picking_note
2121
:alt: Translate me on Weblate
2222
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/167/11.0
23+
:target: https://runbot.odoo-community.org/runbot/167/12.0
2424
:alt: Try me on Runbot
2525

2626
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -47,7 +47,7 @@ Bug Tracker
4747
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
4848
In case of trouble, please check there if your issue has already been reported.
4949
If you spotted it first, help us smashing it by providing a detailed and welcomed
50-
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_stock_picking_note%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_stock_picking_note%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5151

5252
Do not contact contributors directly about support or help with technical issues.
5353

@@ -63,9 +63,9 @@ Contributors
6363
~~~~~~~~~~~~
6464

6565
* `Tecnativa <https://www.tecnativa.com>`_:
66-
67-
* Carlos Dauden
68-
* David Vidal
66+
* Carlos Dauden
67+
* David Vidal
68+
* Sudhir Arya <sudhir@erpharbor.com>
6969

7070
Maintainers
7171
~~~~~~~~~~~
@@ -80,6 +80,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8080
mission is to support the collaborative development of Odoo features and
8181
promote its widespread use.
8282

83-
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/11.0/sale_stock_picking_note>`_ project on GitHub.
83+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/12.0/sale_stock_picking_note>`_ project on GitHub.
8484

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

sale_stock_picking_note/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2-
31
from . import models

sale_stock_picking_note/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
{
44
'name': 'Sale Stock Picking Note',
55
'summary': 'Add picking note in sale and purchase order',
6-
'version': '11.0.1.0.0',
6+
'version': '12.0.1.0.0',
77
'category': 'Sales',
88
'website': 'https://github.com/OCA/sale-workflow',
99
'author': 'Tecnativa, '
1010
'Odoo Community Association (OCA)',
1111
'license': 'AGPL-3',
12-
'installable': True,
1312
'depends': [
1413
'sale_stock',
1514
],
1615
'data': [
1716
'views/sale_order_view.xml',
1817
'views/stock_picking_view.xml',
1918
],
19+
'installable': True,
2020
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2-
31
from . import sale_stock

sale_stock_picking_note/views/sale_order_view.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2018 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
33
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
44
<odoo>

sale_stock_picking_note/views/stock_picking_view.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2018 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
33
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
44
<odoo>

0 commit comments

Comments
 (0)