Skip to content

Commit 917f0fa

Browse files
committed
[FIX] fixed wrong dependency
1 parent 1f3f210 commit 917f0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s6r_purchase_invoiced_forced_qty/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
33
{
44
'name': 'S6R Purchase Order Invoiced Forced Qty',
5-
'version': '17.0.1.0.3',
5+
'version': '17.0.1.0.4',
66
'author': 'Scalizer',
77
'website': 'https://www.scalizer.fr',
88
'summary': "This module allows to force the invoiced quantity on Purchase Orders",
99
'sequence': 0,
1010
'license': 'LGPL-3',
1111
'depends': [
12-
'sale',
12+
'purchase',
1313
],
1414
'category': 'Generic Modules/Scalizer',
1515
'complexity': 'easy',

0 commit comments

Comments
 (0)