mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP]rma enable invoicing from settings
This commit is contained in:
@@ -18,3 +18,5 @@ class ResConfigSettings(models.TransientModel):
|
|||||||
readonly=False,
|
readonly=False,
|
||||||
implied_group="rma.group_rma_groups",
|
implied_group="rma.group_rma_groups",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
module_rma_account = fields.Boolean(string="RMA invoicing")
|
||||||
|
|||||||
@@ -34,6 +34,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-12 col-lg-6 o_setting_box">
|
||||||
|
<div class="o_setting_left_pane">
|
||||||
|
<field name="module_rma_account"/>
|
||||||
|
</div>
|
||||||
|
<div class="o_setting_right_pane">
|
||||||
|
<label for="module_rma_account"/>
|
||||||
|
<div class="text-muted">
|
||||||
|
Enable RMA invoicing
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user