-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
31 additions
and
39 deletions.
There are no files selected for viewing
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,21 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data> | ||
<record id="res_partner_find" model="ir.actions.act_window"> | ||
<field name="name">Find Partner</field> | ||
<field name="type">ir.actions.act_window</field> | ||
<field name="res_model">barcode.action</field> | ||
<field name="view_mode">form</field> | ||
<field | ||
name="context" | ||
>{'default_model': 'res.partner', 'default_method': 'find_res_partner_by_ref_using_barcode'}</field> | ||
name="context" | ||
>{'default_model': 'res.partner', 'default_method': 'find_res_partner_by_ref_using_barcode'}</field> | ||
<field name="target">new</field> | ||
</record> | ||
<menuitem | ||
id="menu_orders_customers" | ||
name="Find partners" | ||
action="res_partner_find" | ||
parent="base.menu_administration" | ||
/> | ||
</data> | ||
id="menu_orders_customers" | ||
name="Find partners" | ||
action="res_partner_find" | ||
parent="base.menu_administration" | ||
/> | ||
</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
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,17 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data> | ||
<template | ||
id="assets_tests" | ||
name="Base Import Security Group Assets Tests" | ||
inherit_id="web.assets_tests" | ||
> | ||
id="assets_tests" | ||
name="Base Import Security Group Assets Tests" | ||
inherit_id="web.assets_tests" | ||
> | ||
<xpath expr="." position="inside"> | ||
<script | ||
type="text/javascript" | ||
src="/base_import_security_group/static/src/js/tour_import.js" | ||
/> | ||
type="text/javascript" | ||
src="/base_import_security_group/static/src/js/tour_import.js" | ||
/> | ||
</xpath> | ||
</template> | ||
</data> | ||
</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
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
11 changes: 4 additions & 7 deletions
11
base_tier_validation_correction/security/correction_groups.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,15 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="0"> | ||
<odoo noupdate="0"> | ||
|
||
<record id="group_tier_correction" model="res.groups"> | ||
<field name="name">Tier Review Correction</field> | ||
<field name="category_id" ref="base.module_category_hidden" /> | ||
<field | ||
name="users" | ||
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]" | ||
/> | ||
name="users" | ||
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]" | ||
/> | ||
</record> | ||
|
||
</data> | ||
</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
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
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
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
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
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