Skip to content

Commit

Permalink
[IMP] manually fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Oct 30, 2023
1 parent a2b1892 commit 6e970b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions shopfloor/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ msgstr "Ultima modifica il"
#, python-format
msgid "Last operation of transfer {}. Next operation ({}) is ready to proceed."
msgstr ""
"Ultima operazione del trasferimento {}. L'operazone sccessiva (}) è pronta a "
"Ultima operazione del trasferimento {}. L'operazone sccessiva ({}) è pronta a "
"procedere."

#. module: shopfloor
Expand Down Expand Up @@ -980,7 +980,7 @@ msgstr "Il collo {} non è nel trasferimento attuale."
#: code:addons/shopfloor/actions/message.py:0
#, python-format
msgid "Package {} not found in location {}"
msgstr "Il collo } non è stato trovato nell'ubicazione {}"
msgstr "Il collo {} non è stato trovato nell'ubicazione {}"

#. module: shopfloor
#: code:addons/shopfloor/actions/message.py:0
Expand Down
4 changes: 2 additions & 2 deletions stock_dynamic_routing/views/stock_routing_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<field name="active" invisible="1" />
<group string="Routing Rules" name="rule">
<field name="rule_ids" nolabel="1">
<tree string="Routing Rules">
<tree name="routing-rules">
<field name="sequence" widget="handle" />
<field name="method" />
<field name="picking_type_id" />
Expand Down Expand Up @@ -80,7 +80,7 @@
<field name="name">stock.routing</field>
<field name="model">stock.routing</field>
<field name="arch" type="xml">
<tree string="Dynamic Routing">
<tree name="dynamic-routing">
<field name="sequence" widget="handle" />
<field name="location_id" />
<field name="picking_type_id" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<field name="name">stock.source.relocate</field>
<field name="model">stock.source.relocate</field>
<field name="arch" type="xml">
<tree string="Source Relocation">
<tree name="source-relocation">
<field name="sequence" widget="handle" />
<field name="location_id" />
<field name="picking_type_id" />
Expand Down
2 changes: 1 addition & 1 deletion stock_release_channel/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ msgstr "Trasferimenti disponibili"
#: code:addons/stock_release_channel/models/stock_release_channel.py:0
#, python-format
msgid "Channel %s has no validated transfer yet."
msgstr "Il canale %(name)s non ha ancora un trasferimento validato."
msgstr "Il canale %s non ha ancora un trasferimento validato."

#. module: stock_release_channel
#: model:ir.model.fields,field_description:stock_release_channel.field_stock_release_channel__color
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<field name="name">package.storage.location.tree.view</field>
<field name="model">stock.storage.location.sequence</field>
<field name="arch" type="xml">
<tree string="Storage locations" editable="bottom">
<tree name="storage-locations" editable="bottom">
<field name="sequence" widget="handle" />
<field
name="package_storage_type_id"
Expand Down

0 comments on commit 6e970b4

Please sign in to comment.