Skip to content

Commit

Permalink
[17.0][UPD] deltatech_picking_transit
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuStefan2001 committed Feb 14, 2025
1 parent c477b1e commit 739d4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ addon | version | maintainers | summary | price
[deltatech_picking_restrict_entry_exit](deltatech_picking_restrict_entry_exit/) | 17.0.0.0.7 | [![VoicuStefan2001](https://github.com/VoicuStefan2001.png?size=30px)](https://github.com/VoicuStefan2001) | You can't create entry/exit picking if there are no purchase/sale atached | Free
[deltatech_picking_services](deltatech_picking_services/) | 17.0.1.0.2 | [![danila12](https://github.com/danila12.png?size=30px)](https://github.com/danila12) | Service lines in pickings | Free
[deltatech_picking_split](deltatech_picking_split/) | 17.0.1.0.1 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Picking Manual Backorder | Free
[deltatech_picking_transit](deltatech_picking_transit/) | 17.0.0.0.7 | [![VoicuStefan2001](https://github.com/VoicuStefan2001.png?size=30px)](https://github.com/VoicuStefan2001) | Automate internal transfer from transit location | Free
[deltatech_picking_transit](deltatech_picking_transit/) | 17.0.0.0.8 | [![VoicuStefan2001](https://github.com/VoicuStefan2001.png?size=30px)](https://github.com/VoicuStefan2001) | Automate internal transfer from transit location | Free
[deltatech_portal_invoice](deltatech_portal_invoice/) | 17.0.1.0.1 | | Portal invoice | Free
[deltatech_pos_decimal_numpad_dot](deltatech_pos_decimal_numpad_dot/) | 17.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Numpad Dot as decimal separator | Free
[deltatech_pos_product_filter](deltatech_pos_product_filter/) | 17.0.1.0.0 | [![dhongu](https://github.com/dhongu.png?size=30px)](https://github.com/dhongu) | Searching pos order using product | Free
Expand Down
2 changes: 1 addition & 1 deletion deltatech_picking_transit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stock Auto Transfer",
"version": "17.0.0.0.7",
"version": "17.0.0.0.8",
"author": "Terrabit, Voicu Stefan",
"website": "https://www.terrabit.ro",
"category": "Warehouse",
Expand Down
2 changes: 1 addition & 1 deletion deltatech_picking_transit/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
type="object"
string="Create Transfer"
class="btn-primary"
invisible="is_transit_transfer==False"
invisible="is_transit_transfer==False or origin!=False"
/>
</xpath>
</field>
Expand Down

0 comments on commit 739d4ac

Please sign in to comment.