mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Allow stock_request_submit to be installed from stock_request
This commit is contained in:
@@ -21,3 +21,6 @@ class ResConfigSettings(models.TransientModel):
|
||||
|
||||
module_stock_request_analytic = fields.Boolean(
|
||||
string='Stock Requests Analytic integration')
|
||||
|
||||
module_stock_request_submit = fields.Boolean(
|
||||
string='Submitted state in Stock Requests')
|
||||
|
||||
@@ -41,6 +41,18 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 o_setting_box">
|
||||
<div class="o_setting_left_pane">
|
||||
<field name="module_stock_request_submit"/>
|
||||
</div>
|
||||
<div class="o_setting_right_pane">
|
||||
<label string="Enable Submitted State"
|
||||
for="module_stock_request_purchase"/>
|
||||
<div class="text-muted">
|
||||
Add State to Stock Request and Stock Request Orders if activated.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Purchases</h2>
|
||||
<div class="row mt16 o_settings_container" id="stock_request_purchase">
|
||||
|
||||
Reference in New Issue
Block a user