[FIX] nfu_sale_order_batch_packaging: upper version number
This commit is contained in:
parent
44ae949f61
commit
c338873c2f
4 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ Changelog
|
|||
:1.2.1: refactoring
|
||||
:1.3.0: add packaging states
|
||||
:1.3.1: add open_max_qty
|
||||
:1.3.1: fix color indicator
|
||||
:1.3.2: fix color indicator
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"author": "BAKEUP",
|
||||
"website": "https://www.bakeup.org",
|
||||
"category": "Sale",
|
||||
"version": "16.0.1.3.1",
|
||||
"version": "16.0.1.3.2",
|
||||
"depends": ["sale", "sale_order_batch"],
|
||||
"data": [
|
||||
"views/sale_order_views.xml",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
:1.2.1: refactoring
|
||||
:1.3.0: add packaging states
|
||||
:1.3.1: add open_max_qty
|
||||
:1.3.1: fix color indicator
|
||||
:1.3.2: fix color indicator
|
||||
|
|
@ -405,7 +405,7 @@ and adds a packaging default to sale order batch.</p>
|
|||
</tr>
|
||||
<tr class="field"><th class="field-name">1.3.1:</th><td class="field-body">add open_max_qty</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.3.1:</th><td class="field-body">fix color indicator</td>
|
||||
<tr class="field"><th class="field-name">1.3.2:</th><td class="field-body">fix color indicator</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue