Skip to content
Snippets Groups Projects
Commit d7b073d4 authored by ppr-odoo's avatar ppr-odoo Committed by Yannick Tivisse
Browse files

[FIX] base_setup,stock: Rename 'Multi-Companies' into 'Multi-Company'

As well as 'Inter-Companies' into 'Inter-Company'
parent 09d3b269
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ msgstr ""
#. module: base_setup
#: model:ir.ui.view,arch_db:base_setup.res_config_settings_view_form
msgid "Automate inter-companies transactions"
msgid "Automate inter-company transactions"
msgstr ""
#. module: base_setup
......@@ -198,7 +198,7 @@ msgstr ""
#. module: base_setup
#: model:ir.ui.view,arch_db:base_setup.res_config_settings_view_form
msgid "Inter-Companies Transactions"
msgid "Inter-Company Transactions"
msgstr ""
#. module: base_setup
......@@ -224,7 +224,7 @@ msgstr ""
#. module: base_setup
#: model:ir.ui.view,arch_db:base_setup.res_config_settings_view_form
msgid "Multi-Companies"
msgid "Multi-company"
msgstr ""
#. module: base_setup
......
......@@ -80,14 +80,14 @@
</div>
</div>
<field name="company_id" invisible="1"/>
<h2>Multi-Companies</h2>
<h2>Multi-company</h2>
<div class="row mt16 o_settings_container" name="multi_company">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
<field name="group_multi_company"/>
</div>
<div class="o_setting_right_pane">
<label string="Multi-Companies" for="group_multi_company"/>
<label string="Multi-company" for="group_multi_company"/>
<div class="text-muted">
Manage multiple legal entities with separate accounting
</div>
......@@ -107,9 +107,9 @@
<field name="module_inter_company_rules" widget="upgrade_boolean"/>
</div>
<div class="o_setting_right_pane">
<label string="Inter-Companies Transactions" for="module_inter_company_rules"/>
<label string="Inter-Company Transactions" for="module_inter_company_rules"/>
<div class="text-muted">
Automate inter-companies transactions
Automate inter-company transactions
</div>
<div class="content-group" attrs="{'invisible': [('module_inter_company_rules','=',False)]}" id="inter_companies_rules">
<div class="mt16 text-warning"><strong>Save</strong> this page and come back here to set up the feature.</div>
......
......@@ -74,7 +74,7 @@ msgid "* Vendor Location: Virtual location representing the source location for
"* Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)\n"
"* Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running.\n"
"* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products\n"
"* Transit Location: Counterpart location that should be used in inter-companies or inter-warehouses operations"
"* Transit Location: Counterpart location that should be used in inter-company or inter-warehouses operations"
msgstr ""
#. module: stock
......
......@@ -44,7 +44,7 @@ class Location(models.Model):
"\n* Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)"
"\n* Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running."
"\n* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products"
"\n* Transit Location: Counterpart location that should be used in inter-companies or inter-warehouses operations")
"\n* Transit Location: Counterpart location that should be used in inter-company or inter-warehouses operations")
location_id = fields.Many2one(
'stock.location', 'Parent Location', index=True, ondelete='cascade',
help="The parent location that includes this location. Example : The 'Dispatch Zone' is the 'Gate 1' parent location.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment