Alaguraj0361 353281e248 Refactor and update Chennora theme to Shivasakthi branding
- Removed obsolete XML views related to product templates and configuration settings.
- Deleted shop page layout and snippets XML files to streamline theme structure.
- Added new logo and slider images for Shivasakthi theme.
- Updated SCSS styles for improved footer design and added pre-footer food slider.
- Modified layout XML to incorporate new logo and enhanced footer with social links and contact information.
- Removed premium auto-sliding gallery section from pages XML.
- Updated site metadata and canonical links in HTML files to reflect Shivasakthi branding.
- Adjusted Docker Compose configuration for new database and volume names.
2026-06-09 13:04:44 +05:30

18 lines
611 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="base_title_param" model="ir.config_parameter">
<field name="key">web.base_title</field>
<field name="value">Shivasakthi</field>
</record>
</data>
<data>
<record id="base.main_company" model="res.company">
<field name="phone">+1(647)856-2878</field>
</record>
<!-- Note: 'phone' field is not available on the website model in Odoo 17.
Phone/contact info should be set on res.company (line above) instead. -->
</data>
</odoo>