We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3f210 commit 917f0faCopy full SHA for 917f0fa
s6r_purchase_invoiced_forced_qty/__manifest__.py
@@ -2,14 +2,14 @@
2
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
3
{
4
'name': 'S6R Purchase Order Invoiced Forced Qty',
5
- 'version': '17.0.1.0.3',
+ 'version': '17.0.1.0.4',
6
'author': 'Scalizer',
7
'website': 'https://www.scalizer.fr',
8
'summary': "This module allows to force the invoiced quantity on Purchase Orders",
9
'sequence': 0,
10
'license': 'LGPL-3',
11
'depends': [
12
- 'sale',
+ 'purchase',
13
],
14
'category': 'Generic Modules/Scalizer',
15
'complexity': 'easy',
0 commit comments