|
2 | 2 | <odoo>
|
3 | 3 |
|
4 | 4 | <record id="module_type_rule_odoo_framework" model="ir.module.type.rule">
|
5 |
| - <field name="sequence">1</field> |
| 5 | + <field name="sequence">0</field> |
6 | 6 | <field name="module_type_id" ref="module_type_odoo_framework" />
|
7 | 7 | <field
|
8 | 8 | name="module_domain"
|
9 | 9 | >[('name', 'in', ('base', 'web', 'iap', 'iap_mail', 'mail', 'web_editor', 'web_kanban_gauge', 'web_tour', 'rating', 'portal', 'rating', 'utm', 'http_routing', 'digest', 'fetchmail', 'bus', 'board', 'base_automation', 'base_vat', 'base_import', 'base_iban', 'base_setup', 'base_sparse_field', 'auth_password_policy', 'auth_password_policy_signup', 'auth_signup'))]</field>
|
10 | 10 | </record>
|
11 | 11 |
|
12 |
| - <record id="module_type_rule_oca" model="ir.module.type.rule"> |
13 |
| - <field name="sequence">2</field> |
14 |
| - <field name="module_type_id" ref="module_type_oca" /> |
15 |
| - <field |
16 |
| - name="module_domain" |
17 |
| - >[('author_ids', '=', 'Odoo Community Association (OCA)')]</field> |
18 |
| - </record> |
19 |
| - |
20 | 12 | <record id="module_type_rule_shopinvader" model="ir.module.type.rule">
|
21 |
| - <field name="sequence">3</field> |
| 13 | + <field name="sequence">150</field> |
22 | 14 | <field name="module_type_id" ref="module_type_shopinvader" />
|
23 | 15 | <field
|
24 | 16 | name="module_domain"
|
25 | 17 | >['|', ('website', 'ilike', 'shopinvader'), ('name', 'ilike', 'shopinvader')]</field>
|
26 | 18 | </record>
|
27 | 19 |
|
28 | 20 | <record id="module_type_rule_custom" model="ir.module.type.rule">
|
29 |
| - <field name="sequence">4</field> |
| 21 | + <field name="sequence">200</field> |
30 | 22 | <field name="module_type_id" ref="module_type_custom" />
|
31 | 23 | <field
|
32 | 24 | name="module_domain"
|
33 | 25 | >[('website', 'ilike', 'https://gitlab.akretion.com')]</field>
|
34 | 26 | </record>
|
35 | 27 |
|
36 | 28 | <record id="module_type_rule_incubator" model="ir.module.type.rule">
|
37 |
| - <field name="sequence">5</field> |
| 29 | + <field name="sequence">250</field> |
38 | 30 | <field name="module_type_id" ref="module_type_incubator" />
|
39 | 31 | <field name="module_domain">[('author_ids', '=', 'Akretion')]</field>
|
40 | 32 | </record>
|
41 | 33 |
|
42 |
| - <record id="module_type_rule_odoo_module" model="ir.module.type.rule"> |
43 |
| - <field name="sequence">6</field> |
44 |
| - <field name="module_type_id" ref="module_type_odoo_module" /> |
45 |
| - <field |
46 |
| - name="module_domain" |
47 |
| - >[('author_ids.name', 'in', ['Odoo S.A.', 'OpenERP SA', 'Odoo SA'])]</field> |
48 |
| - </record> |
49 |
| - |
50 | 34 | </odoo>
|
0 commit comments