[FIX] website_sale_aplicoop: Correct XPath for block element
- Changed xpath from div[@id='website_info_settings'] to block[@id='website_info_settings'] - Fixes RPC error when loading res.config.settings view [FIX] product_price_category_supplier: Convert README to reStructuredText - Converted README.md to README.rst for proper Odoo documentation - Fixed docutils warnings and formatting issues - Updated reStructuredText syntax for code blocks and literals
This commit is contained in:
parent
0d5f0be88c
commit
5ba8ddda92
3 changed files with 410 additions and 44 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<field name="model">res.config.settings</field>
|
||||
<field name="inherit_id" ref="website.res_config_settings_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[@id='website_info_settings']" position="after">
|
||||
<xpath expr="//block[@id='website_info_settings']" position="after">
|
||||
<h2>Aplicoop Settings</h2>
|
||||
<div class="row mt16 o_settings_container" id="aplicoop_settings">
|
||||
<div class="col-12 col-lg-6 o_setting_box">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue