Browse Source

publish muk_branding - 12.0

pull/30/head
MuK IT GmbH 5 years ago
parent
commit
363c3bb345
  1. 4
      muk_branding/__manifest__.py
  2. 8
      muk_branding/data/company.xml
  3. BIN
      muk_branding/static/src/img/favicon.ico

4
muk_branding/__manifest__.py

@ -20,7 +20,7 @@
{
"name": "MuK Branding",
"summary": """Branding and Debranding""",
"version": "12.0.1.0.3",
"version": "12.0.1.0.6",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",
@ -33,8 +33,8 @@
"muk_utils",
],
"data": [
"data/company.xml",
"views/res_config_settings_view.xml",
"data/users.xml",
],
"qweb": [
"static/src/xml/*.xml",

8
muk_branding/data/users.xml → muk_branding/data/company.xml

@ -17,12 +17,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<odoo noupdate="1">
<odoo>
<record id="base.partner_root" model="res.partner">
<field name="name">Bot</field>
<field name="image"></field>
<field name="email">bot@example.com</field>
<record id="base.main_company" model="res.company">
<field name="favicon" type="base64" file="muk_branding/static/src/img/favicon.ico"/>
</record>
</odoo>

BIN
muk_branding/static/src/img/favicon.ico

Loading…
Cancel
Save