-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] repair_picking_after_done: pre-commit auto fixes
- Loading branch information
1 parent
93ed7d6
commit 3e5dfc4
Showing
2 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
29 changes: 15 additions & 14 deletions
29
repair_picking_after_done/views/res_config_settings_views.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
|
||
<record id="res_config_settings_view_form_inherit" model="ir.ui.view"> | ||
<field name="name">res.config.settings.view.form.inherit.repair</field> | ||
<field name="model">res.config.settings</field> | ||
<field name="inherit_id" ref="base_repair_config.res_config_settings_view_form" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//block[@name='repair_setting_container']" position="inside"> | ||
<setting | ||
<record id="res_config_settings_view_form_inherit" model="ir.ui.view"> | ||
<field name="name">res.config.settings.view.form.inherit.repair</field> | ||
<field name="model">res.config.settings</field> | ||
<field | ||
name="inherit_id" | ||
ref="base_repair_config.res_config_settings_view_form" | ||
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//block[@name='repair_setting_container']" position="inside"> | ||
<setting | ||
id="auto_transfer_repair_setting" | ||
help="Automatically create and validate stock transfers for completed repair orders." | ||
> | ||
<field name="auto_transfer_repair" /> | ||
</setting> | ||
</xpath> | ||
</field> | ||
</record> | ||
|
||
<field name="auto_transfer_repair" /> | ||
</setting> | ||
</xpath> | ||
</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters