Skip to content

Commit

Permalink
[ADD] condominium: ir_ui_view errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrs-odoo committed Apr 23, 2024
1 parent 86d8dcb commit e6da0e2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions condominium/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
'data/ir_model_fields.xml',
'data/ir_filters.xml',
'data/ir_default.xml',
'data/ir_ui_view.xml',
'data/ir_actions_act_window.xml',
'data/ir_ui_view.xml',
'data/ir_ui_menu.xml',
'data/ir_model_access.xml',
'data/project_task_type.xml',
Expand Down Expand Up @@ -61,5 +61,5 @@
],
'license': 'OPL-1',
'images': ['images/main.png'],
'maintenance_loc': 8
'maintenance_loc': 20,
}
8 changes: 4 additions & 4 deletions condominium/data/ir_ui_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@
</data>
</field>
</record>
<!-- <record id="odoo_studio_sale_ord_327d3c9c-6c12-4824-9a7e-5601c74e7d08" model="ir.ui.view">
<record id="odoo_studio_sale_ord_327d3c9c-6c12-4824-9a7e-5601c74e7d08" model="ir.ui.view">
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='has_recurring_line']" position="after">
<button string="Split per Property" name="691" type="action" invisible="not x_condominium_units_ids"/>
<button name="%(ir_act_server_691)d" string="Split per Property" type="action" invisible="not x_condominium_units_ids"/>
</xpath>
<xpath expr="//button[@name='action_sale_order_log']" position="after">
<button class="oe_stat_button" icon="fa-dollar" type="action" name="748" invisible="x_x_source_sales_order_sale_order_count == 0">
<button name="%(sales_orders_6c43eaf5-ec3f-4b42-95b7-d4981246ff39)d" class="oe_stat_button" icon="fa-dollar" type="action" invisible="x_x_source_sales_order_sale_order_count == 0">
<field widget="statinfo" name="x_x_source_sales_order_sale_order_count" string="Sales Orders"/>
</button>
</xpath>
Expand Down Expand Up @@ -413,7 +413,7 @@
<field name="name">sale.order.form customization</field>
<field name="priority">160</field>
<field name="type">form</field>
</record> -->
</record>
<record id="odoo_studio_sale_ord_38d9ca7a-7b7a-4446-99d4-d70dcbbda179" model="ir.ui.view">
<field name="name">sale.order.tree (orders) customization</field>
<field name="inherit_id" ref="sale.view_order_tree"/>
Expand Down
2 changes: 1 addition & 1 deletion condominium/data/project_project.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<odoo noupdate="1">
<record id="project_project_4" model="project.project">
<field name="name">Kick-Off Template</field>
<field name="analytic_account_id" ref="account_analytic_account_4"/>
Expand Down
2 changes: 1 addition & 1 deletion condominium/data/project_task_type.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<odoo noupdate="1">
<record id="project_task_type_9" model="project.task.type">
<field name="name">Inbox</field>
</record>
Expand Down
2 changes: 1 addition & 1 deletion condominium/data/sale_order_template.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<odoo noupdate="1">
<record id="sale_order_template_2" model="sale.order.template">
<field name="name">Kick-Off Quote</field>
</record>
Expand Down
2 changes: 1 addition & 1 deletion condominium/data/sale_order_template_line.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<odoo noupdate="1">
<record id="sale_order_template_line_11" model="sale.order.template.line">
<field name="name">Communication of information to the notary</field>
<field name="product_id" ref="product_product_9"/>
Expand Down
2 changes: 1 addition & 1 deletion condominium/demo/project_task.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<odoo noupdate="1">
<record id="project_task_10" model="project.task">
<field name="name">Accounting opening/handover</field>
<field name="project_id" ref="project_project_4"/>
Expand Down
2 changes: 1 addition & 1 deletion condominium/demo/res_company.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<field name="email_primary_color">#000000</field>
<field name="anglo_saxon_accounting" eval="True"/>
<field name="bank_account_code_prefix">1014</field>
<field name="logo_web" type="base64" file="condominium/static/src/binary/res_company/3-logo_web.jpg"/>
<field name="logo_web" type="base64" file="condominium/static/src/binary/res_company/3-logo_web"/>
<field name="account_fiscal_country_id" ref="base.us"/>
</record>
<record id="res_company_3" model="res.company">
Expand Down

0 comments on commit e6da0e2

Please sign in to comment.