Skip to content

Commit 4806a6b

Browse files
committed
[ADD] Base
1 parent cd0a08d commit 4806a6b

File tree

5 files changed

+1179
-8
lines changed

5 files changed

+1179
-8
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---Models in module 'base_setup'---
2+
---Fields in module 'base_setup'---
3+
---XML records in module 'base_setup'---
4+
DEL ir.actions.client: web_settings_dashboard.web_settings_dashboard_action
5+
DEL ir.ui.menu: web_settings_dashboard.web_dashboard_menu
6+
NEW ir.ui.view: base_setup.assets_backend
7+
DEL ir.ui.view: web_settings_dashboard.assets_backend
8+
DEL ir.ui.view: web_settings_dashboard.dashboard_qunit_suite
9+
# NOTHING TO DO

odoo/addons/base/migrations/13.0.1.3/noupdate_changes.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,12 @@
1414
<field name="favicon" model="res.company" eval="obj()._get_default_favicon(original=True)"/>
1515
</record>
1616
<record id="main_partner" model="res.partner">
17-
<field name="customer"/>
18-
<field name="image" type="base64" file="base/static/img/res_company_logo.png"/>
1917
<field name="image_1920" type="base64" file="base/static/img/res_company_logo.png"/>
2018
</record>
2119
<record id="partner_admin" model="res.partner">
22-
<field name="customer"/>
23-
<field name="image" type="base64" file="base/static/img/avatar.png"/>
2420
<field name="image_1920" type="base64" file="base/static/img/avatar_grey.png"/>
2521
</record>
26-
<record id="partner_root" model="res.partner">
27-
<field name="customer"/>
28-
</record>
2922
<record id="public_user" model="res.users">
30-
<field name="image" type="base64" file="base/static/img/public_user-image.png"/>
3123
<field name="image_1920" type="base64" file="base/static/img/public_user-image.png"/>
3224
</record>
3325
<record id="res_company_rule_employee" model="ir.rule">

0 commit comments

Comments
 (0)