From ba9937876776fbf9da856fd6bcdf54ef4acb3031 Mon Sep 17 00:00:00 2001
From: mega
Date: Tue, 17 Jun 2025 14:43:26 +0530
Subject: [PATCH 01/20] Cleanup commit -1
- dumy commit .
---
condominium/__manifest__.py | 34 +-
condominium/data/base_automation.xml | 36 +-
condominium/data/documents_folder.xml | 16 +
condominium/data/ir_actions_act_window.xml | 352 +-
.../data/ir_actions_act_window_view.xml | 28 +
condominium/data/ir_actions_report.xml | 17 +
condominium/data/ir_actions_server.xml | 427 ++-
condominium/data/ir_default.xml | 96 +-
condominium/data/ir_model.xml | 368 +-
condominium/data/ir_model_access.xml | 597 ++-
condominium/data/ir_model_fields.xml | 2427 ++++++++++---
condominium/data/ir_rule.xml | 5 +
condominium/data/ir_ui_menu.xml | 289 +-
condominium/data/ir_ui_view.xml | 3201 ++++++++++++++++-
condominium/data/knowledge_article.xml | 280 +-
condominium/data/meter_view.xml | 4 +-
condominium/data/product_product.xml | 43 +-
condominium/data/project_project.xml | 8 +
condominium/data/project_task_type.xml | 31 +-
condominium/data/res_company.xml | 15 +
condominium/data/res_config_settings.xml | 5 +
condominium/data/res_partner.xml | 211 ++
condominium/data/sale_order_template_line.xml | 134 +-
condominium/data/sale_subscription_plan.xml | 8 +
.../data/sale_subscription_pricing.xml | 18 +
condominium/data/x_buildings.xml | 66 +
.../data/x_calendar_event_line_a1bce.xml | 123 +
...x_calendar_event_line_a1bce_line_a3f04.xml | 949 +++++
condominium/data/x_distribution_key.xml | 39 +
condominium/data/x_meeting.xml | 7 +
condominium/data/x_meter_reading.xml | 141 +
condominium/data/x_period.xml | 15 +
condominium/data/x_property.xml | 132 +
condominium/data/x_property_line_019a4.xml | 73 +
condominium/data/x_property_line_07bf7.xml | 7 +
condominium/data/x_property_line_bfb14.xml | 17 +
condominium/data/x_ratios.xml | 628 ++++
condominium/data/x_vote_criteria.xml | 18 +
condominium/demo/account_analytic_account.xml | 110 +-
condominium/demo/calendar_event.xml | 12 +
condominium/demo/res_company.xml | 12 -
condominium/demo/sale_order.xml | 109 +-
condominium/demo/sale_order_line.xml | 314 +-
condominium/demo/sale_order_post.xml | 2 +-
condominium/demo/x_buildings.xml | 8 +
...x_calendar_event_line_a1bce_line_a3f04.xml | 949 +++++
condominium/static/src/js/my_tour.js | 1 -
47 files changed, 11133 insertions(+), 1249 deletions(-)
create mode 100644 condominium/data/ir_actions_act_window_view.xml
create mode 100644 condominium/data/ir_actions_report.xml
create mode 100644 condominium/data/res_company.xml
create mode 100644 condominium/data/res_partner.xml
create mode 100644 condominium/data/sale_subscription_plan.xml
create mode 100644 condominium/data/sale_subscription_pricing.xml
create mode 100644 condominium/data/x_buildings.xml
create mode 100644 condominium/data/x_calendar_event_line_a1bce.xml
create mode 100644 condominium/data/x_calendar_event_line_a1bce_line_a3f04.xml
create mode 100644 condominium/data/x_distribution_key.xml
create mode 100644 condominium/data/x_meeting.xml
create mode 100644 condominium/data/x_meter_reading.xml
create mode 100644 condominium/data/x_period.xml
create mode 100644 condominium/data/x_property.xml
create mode 100644 condominium/data/x_property_line_019a4.xml
create mode 100644 condominium/data/x_property_line_07bf7.xml
create mode 100644 condominium/data/x_property_line_bfb14.xml
create mode 100644 condominium/data/x_ratios.xml
create mode 100644 condominium/data/x_vote_criteria.xml
create mode 100644 condominium/demo/calendar_event.xml
create mode 100644 condominium/demo/x_calendar_event_line_a1bce_line_a3f04.xml
diff --git a/condominium/__manifest__.py b/condominium/__manifest__.py
index 2e6bfbc97e..25f6bb70c5 100644
--- a/condominium/__manifest__.py
+++ b/condominium/__manifest__.py
@@ -3,6 +3,7 @@
'version': '1.3',
'category': 'Services',
'depends': [
+ 'account_peppol',
'account_check_printing',
'account_followup',
'accountant',
@@ -22,13 +23,15 @@
'data/ir_attachment_pre.xml',
'data/ir_model.xml',
'data/ir_model_fields.xml',
- 'data/base_automation.xml',
+ 'data/ir_actions_report.xml',
'data/ir_actions_server.xml',
+ 'data/base_automation.xml',
'data/account_analytic_plan.xml',
'data/ir_filters.xml',
'data/ir_default.xml',
'data/meter_view.xml',
'data/ir_actions_act_window.xml',
+ 'data/ir_actions_act_window_view.xml',
'data/ir_ui_view.xml',
'data/ir_ui_menu.xml',
'data/ir_model_access.xml',
@@ -38,6 +41,8 @@
'data/project_project.xml',
'data/project_task.xml',
'data/product_product.xml',
+ 'data/sale_subscription_plan.xml',
+ 'data/sale_subscription_pricing.xml',
'data/sale_order_template.xml',
'data/sale_order_template_line.xml',
'data/knowledge_cover.xml',
@@ -49,15 +54,32 @@
'data/x_properties_tag.xml',
'data/x_meters.xml',
'data/knowledge_tour.xml',
+ 'data/res_partner.xml',
+ 'data/res_company.xml',
+ 'data/x_distribution_key.xml',
+
+ 'data/x_vote_criteria.xml',
+ 'data/x_calendar_event_line_a1bce.xml',
+ 'data/x_meters.xml',
+ 'data/x_meeting.xml',
+ 'data/x_properties_types.xml',
+ 'data/x_properties_tag.xml',
+ 'data/x_buildings.xml',
+ 'data/x_property.xml',
+ 'data/x_property_line_019a4.xml',
+ 'demo/account_analytic_account.xml',
+ 'data/x_meter_reading.xml',
+ 'data/x_period.xml',
+ 'data/x_property_line_07bf7.xml',
+ 'data/x_property_line_bfb14.xml',
+ 'data/x_ratios.xml'
],
'demo': [
- 'demo/res_partner.xml',
- 'demo/res_company.xml',
- 'demo/x_buildings.xml',
- 'demo/account_analytic_account.xml',
+ 'demo/x_calendar_event_line_a1bce_line_a3f04.xml',
+ 'demo/calendar_event.xml',
'demo/sale_order.xml',
'demo/sale_order_line.xml',
- 'demo/sale_order_post.xml',
+ # 'demo/sale_order_post.xml',
'demo/helpdesk_team.xml',
'demo/helpdesk_ticket.xml',
],
diff --git a/condominium/data/base_automation.xml b/condominium/data/base_automation.xml
index 770c06d8e9..3df71098bc 100644
--- a/condominium/data/base_automation.xml
+++ b/condominium/data/base_automation.xml
@@ -1,9 +1,43 @@
- Set Usage in Meter Readings
+ Industry: Set Usage in Meter Readings
on_create_or_write
+
+
+
+ on_create_or_write
+ Industry: On owners edit
+
+
+
+
+ on_unlink
+ Industry: On property deletion
+
+
+
+
+ on_create_or_write
+ [("id", "!=", False)]
+ [("id", "=", False)]
+ Industry: On Vote Edit
+
+
+
+
+ on_change
+ Industry: On Distribution input update
+
+
+
+
+
+ on_create_or_write
+ Industry: On Distribution input save
+
+
diff --git a/condominium/data/documents_folder.xml b/condominium/data/documents_folder.xml
index 5a007dea9d..b338215d68 100644
--- a/condominium/data/documents_folder.xml
+++ b/condominium/data/documents_folder.xml
@@ -10,4 +10,20 @@
folder
+
+ S00002 - Kick-Off Template
+ folder
+
+ view
+ view
+
+
+
+ Internal
+ folder
+ Y9AlV4aaRry8vrqEeZ70mQ
+ view
+ edit
+
+
diff --git a/condominium/data/ir_actions_act_window.xml b/condominium/data/ir_actions_act_window.xml
index 26bf1b32a8..e738b1ec28 100644
--- a/condominium/data/ir_actions_act_window.xml
+++ b/condominium/data/ir_actions_act_window.xml
@@ -59,6 +59,12 @@
form
{'create': False}
+
+ Split
+ x_analytic_account_wizard
+ form
+ new
+
{'search_default_x_condominium': active_id,'default_x_condominium': active_id}
[('x_condominium', '=', active_id), ('x_is_a_property','=', True)]
@@ -74,7 +80,7 @@
x_meters
@@ -111,4 +117,348 @@
product.pricelist
list,kanban,form
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Ownership
+ x_ownership
+
+
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Period
+ x_period
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Property
+ x_property
+ kanban,list,form
+
+
+ {'search_default_x_studio_current_owner': active_id,'default_x_studio_current_owner': active_id}
+ [('x_studio_current_owner', '=', active_id)]
+ Properties
+ x_property
+
+
+ {'search_default_x_studio_condominium': active_id,'default_x_studio_condominium': active_id}
+ [('x_studio_condominium', '=', active_id)]
+ Properties
+ x_property
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meeting
+ x_meeting
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Vote
+ x_vote
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meetings
+ x_meeting
+ form
+
+
+ [('x_companies', 'in', allowed_company_ids)]
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meetings
+ calendar.event
+ list,form,calendar,gantt,pivot,graph
+
+
+ [('x_studio_condominium','in', allowed_company_ids)]
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meetings
+ calendar.event
+ list,form,calendar,gantt,pivot,graph
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Motion Criteria
+ x_vote_criteria
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meter Readings
+ x_meter_reading
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Period
+ x_period
+ list,form,calendar
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Meters
+ x_meters
+
+
+ [('move_type', '!=', 'out_invoice')]
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Invoices
+ account.move
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Invoices
+ account.move
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Distribution Key
+ x_distribution_key
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Distribution Key
+ x_distribution_key
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ ratios
+ x_ratios
+
+
+ [('x_company_id', 'in', allowed_company_ids)]
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Buildings (new)
+ account.analytic.plan
+ kanban,list,form
+
+
+ [('x_company_id', 'in', allowed_company_ids),('parent_id', '!=', False)]
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Properties (new)
+ account.analytic.plan
+ kanban,list,form
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Units
+ account.analytic.plan
+ kanban,list,form
+
+
+
+ This is your new action.
+
+ By default, it contains a list and a form view and possibly
+ other view types depending on the options you chose for your model.
+
+
+ You can start customizing these screens by clicking on the Studio icon on the
+ top right corner (you can also customize this help message there).
+
+ ]]>
+ Breakdown of Charges
+ account.analytic.line
+ pivot,list,form,grid
+
diff --git a/condominium/data/ir_actions_act_window_view.xml b/condominium/data/ir_actions_act_window_view.xml
new file mode 100644
index 0000000000..8617d7b28f
--- /dev/null
+++ b/condominium/data/ir_actions_act_window_view.xml
@@ -0,0 +1,28 @@
+
+
+
+
+ list
+
+
+
+ activity
+
+
+
+
+ list
+
+
+
+ pivot
+
+
+
+ graph
+
+
+
+ kanban
+
+
diff --git a/condominium/data/ir_actions_report.xml b/condominium/data/ir_actions_report.xml
new file mode 100644
index 0000000000..ba5c7ff0f9
--- /dev/null
+++ b/condominium/data/ir_actions_report.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ calendar.event
+ General Meeting Report
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+ qweb-html
+
+
+
+ calendar.event
+ General Meeting Agenda
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+ qweb-html
+
+
diff --git a/condominium/data/ir_actions_server.xml b/condominium/data/ir_actions_server.xml
index b992c84132..803a885092 100644
--- a/condominium/data/ir_actions_server.xml
+++ b/condominium/data/ir_actions_server.xml
@@ -1,86 +1,5 @@
-
- Split per Owner
- code
-
-
-
-
- Compute Ratios
- code
-
-
-
-
-
- Distribute Costs
-
- code
-
-
Confirm
code
@@ -88,24 +7,128 @@ for aml in record.invoice_line_ids:
+]]>
-
- Meter Reading
-
+
+
+ Confirm
code
-
-
+
+ {analytic_name}"
+ note_details[line.x_analytic_line_id.id].add(note_line)
+ else:
+ analytic_url = f"/odoo/analytic-items/{new_analytic_item_id.id}"
+ note_line = {f"- {line.x_share:.2f}% on {analytic_name} "}
+ note_details.update({line.x_analytic_line_id.id: set(note_line)})
+
+for cell, new_analytic_lines in occupied_cells.items():
+ for new_analytic_line in list(new_analytic_lines):
+ for Aid, values in note_details.items():
+ if cell == Aid:
+ note_html = f"""
+ {datetime.date.today().strftime("%d %B %Y")}
+ Analytic item coming from a split
+ {' '.join(list(values))}
+ See original analytic item:
+
+ """
+ new_analytic_line.write({"x_notes": note_html.strip()})
+
+for Aid, values in note_details.items():
+ raise UserError(values)
+ note_html = f"""
+ {datetime.date.today().strftime("%d %B %Y")}
+ Analytic item splited
+ {' '.join(list(values))}
+
+ """
+ new_analytic_item.browse(Aid).write({"x_notes": note_html.strip()})
+
+
+# for Aid, values in occupied_cells.items():
+# raise UserError(values)
+# for value in values:
+# raise UserError(value)
+
+# note_html = f"""
+# {datetime.date}
+# Analytic item coming from a split
+# {' '.join(note_lines)}
+# See original analytic item:
+#
+# """
+
+# new_analytic_item.write({"x_notes": note_html.strip()})]]>
+
+
+
+
+ Split
+
+
+ list,kanban
+ code
+
+
Open company partner form view
@@ -135,5 +158,219 @@ action = {'type': 'ir.actions.client', 'tag': 'reload'}]]>
code
Create Condominium
-
+
+
+
+
+ code
+ Split SO per Owner
+
+
+
+
+ code
+ Compute Meter Reading Consumption
+
+
+
+
+ code
+ Update Property Current Owner
+ base_automation
+
+
+
+
+ code
+ Archive related accounts
+ base_automation
+
+
+
+
+
+ code
+ Populate Voters
+ base_automation
+
+
+
+
+
+ code
+ Set Votes as All Against
+
+
+
+
+
+ code
+ Set Votes as All In Favor
+
+
+
+
+ mail_post
+ Send General Meeting Report
+
+
+
+
+ mail_post
+ Send General Meeting Agenda
+
+
+
+ = 2:
+ mrstart = findClosestMeterReading(record.x_studio_period_start, property.x_studio_meter_reading_ids)
+ mrend = findClosestMeterReading(record.x_studio_period_end, property.x_studio_meter_reading_ids)
+ for owner in property.x_studio_owner_ids:
+ mrostart = findClosestMeterReading(owner.x_studio_start_date, property.x_studio_meter_reading_ids)
+ mroend = findClosestMeterReading(owner.x_studio_end_date, property.x_studio_meter_reading_ids)
+ if mrostart and mrostart.x_date < mrstart.x_date: mrostart = mrstart
+ if mroend and mrend.x_date < mroend.x_date: mroend = mrend
+ if mrostart and mroend and not (mrend.x_date < mrostart.x_date or mroend.x_date < mroend.x_date):
+ analytic_distribution[owner.x_studio_account.id] = abs(mroend.x_quantity - mrostart.x_quantity)
+
+ #else:
+ #raise UserError("Period Start and Period End are required to distribute costs by meter.")
+ #for aml in record.invoice_line_ids: aml['analytic_distribution'] = {}
+ # Outcome
+ total_ratio = sum(analytic_distribution.values())
+ if total_ratio:
+ for key in analytic_distribution: analytic_distribution[key] *= 100 / total_ratio
+ for aml in record.invoice_line_ids: aml['analytic_distribution'] = analytic_distribution
+ else:
+ for aml in record.invoice_line_ids: aml['analytic_distribution'] = {}
+
+]]>
+
+ code
+ Distribute Costs
+
+
+
+
+
+ code
+ Populate Distribution Key
+
+
+
+
+
+ code
+ Compute Distribution Key Ratios
+
+
+
+
+ code
+ Call Distribute Costs on UI update
+ base_automation
+
+
+
+
+ code
+ Call Distribute Costs on save
+ base_automation
+
+
+
+
+
+ code
+ Create Task from Motion
+
diff --git a/condominium/data/ir_default.xml b/condominium/data/ir_default.xml
index 11df1c7de0..aea61ed824 100644
--- a/condominium/data/ir_default.xml
+++ b/condominium/data/ir_default.xml
@@ -1,25 +1,77 @@
-
-
-
- true
-
-
-
- 10
-
-
-
- true
-
-
-
- 10
-
-
-
- true
-
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ true
+
+
+
+ 1
+
+
+
+ 4
+
+
+
+ 3
+
+
+
+ 2
+
+
+
+ 10
+
+
+
+ "Shares"
+
+
+
+ "0"
+
+
+
+ "1"
+
+
+
+ true
+
+
+
+ 10
+
+
+
+ true
+
+
+
+ 10
+
+
+
+ true
+
-
+
diff --git a/condominium/data/ir_model.xml b/condominium/data/ir_model.xml
index d81ec6893d..bcf5705d15 100644
--- a/condominium/data/ir_model.xml
+++ b/condominium/data/ir_model.xml
@@ -1,35 +1,339 @@
-
-
-
- x_buildings
- Buildings
-
-
- x_buildings_tag
- Buildings Tags
-
-
- x_properties_tag
- Properties Tags
-
-
-
-
- x_properties_types
- Properties Types
-
-
- x_ratios
- Ratios
-
-
- x_meter_reading
- Meter Reading
-
-
- x_meters
- Meters
-
+
+
+
+
+ x_property
+ Property
+
+
+
+ x_property_line_bfb14
+ Property Line Meter Reading ids
+
+
+
+ x_property_line_019a4
+ Property Line Owner ids
+
+
+
+ x_property_line_07bf7
+ Property Line Tenant ids
+
+
+
+
+
+ x_meeting
+ Meeting
+
+
+
+ x_calendar_event_line_a7dc0
+ calendar_event_line
+
+
+
+ x_calendar_event_line_a1bce
+ Calendar Event Line Motion
+
+
+
+ x_calendar_event_line_a1bce_line_a3f04
+ Calendar Event Line Motion Line Vote
+
+
+
+ x_calendar_event_line_920fe
+ calendar_event_line
+
+
+
+
+
+ x_vote_criteria
+ Vote Criteria
+
+
+
+
+
+ x_period
+ Period
+
+
+
+
+
+ x_distribution_key
+ Distribution Key
+
+
+
+ x_distribution_key_line_4d544
+ distribution_key_line
+
+
+
+ x_distribution_key_line_92aae
+ distribution_key_line
+
+
+
+ x_calendar_event_line_a1bce_line_cce2e
+ calendar_event_line_a1bce_line
+
+
+
+ x_calendar_event_line_a1bce_line_ea528
+ calendar_event_line_a1bce_line
+
+
+
+ x_calendar_event_line_a1bce_line_e3675
+ calendar_event_line_a1bce_line
+
+
+
+ x_calendar_event_line_a1bce_line_89b1c
+ calendar_event_line_a1bce_line
+
+
+
+
+
+ x_ownership
+ Ownership
+
+
+
+
+ x_vote
+ Vote
+
+
+
+
+
+
+ x_buildings
+ Buildings
+
+
+ x_buildings_tag
+ Buildings Tags
+
+
+ x_properties_tag
+ Properties Tags
+
+
+
+
+ x_properties_types
+ Properties Types
+
+
+ x_ratios
+ Ratios
+
+
+ x_meter_reading
+ Meter Reading
+
+
+ x_meters
+ Meters
+
+
+
+ x_analytic_account_wizard
+ Split Analytic Items
+
+
+ x_analytic_account_wizard_line
+ Split Wizard Line
+
diff --git a/condominium/data/ir_model_access.xml b/condominium/data/ir_model_access.xml
index 261872b1e3..c2d15dcd08 100644
--- a/condominium/data/ir_model_access.xml
+++ b/condominium/data/ir_model_access.xml
@@ -1,137 +1,466 @@
-
-
-
- Ratios group_system
-
-
-
-
-
-
-
-
- Ratios group_user
-
-
-
-
-
-
-
- Buildings group_system
-
-
-
-
-
-
-
-
- Buildings group_user
-
-
-
-
-
-
-
-
- Buildings Tags group_system
-
-
-
-
-
-
-
-
- Buildings Tags group_user
-
-
-
-
-
-
-
-
- Properties group system
-
-
-
-
-
-
-
-
- Properties group user
-
-
-
-
-
-
-
-
- Properties Tags group_system
-
-
-
-
-
-
-
-
- Properties Tags group_user
-
-
-
-
-
-
-
-
- Properties Types group_system
-
-
-
-
-
-
-
-
- Properties Types group_user
-
-
-
-
-
-
- access_meter_reading_user
-
-
-
-
-
-
-
-
- access_meter_reading_admin
-
-
-
-
-
-
-
-
- access_meters_user
-
-
-
-
-
-
-
+
+
+
+ Property group_system
+
+
+
+
+
+
+
+
+ Property group_user
+
+
+
+
+
+
+
+ property_line group_system
+
+
+
+
+
+
+
+
+ property_line group_user
+
+
+
+
+
+
+
+ property_line group_system
+
+
+
+
+
+
+
+
+ property_line group_user
+
+
+
+
+
+
+
+ property_line group_system
+
+
+
+
+
+
+
+
+ property_line group_user
+
+
+
+
+
+
+
+ Meeting group_system
+
+
+
+
+
+
+
+
+ Meeting group_user
+
+
+
+
+
+
+
+ calendar_event_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line group_user
+
+
+
+
+
+
+
+ calendar_event_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line group_user
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_user
+
+
+
+
+
+
+
+ calendar_event_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line group_user
+
+
+
+
+
+
+
+ Vote Criteria group_system
+
+
+
+
+
+
+
+
+ Vote Criteria group_user
+
+
+
+
+
+
+
+ Period group_system
+
+
+
+
+
+
+
+
+ Period group_user
+
+
+
+
+
+
+
+ Distribution Key group_system
+
+
+
+
+
+
+
+
+ Distribution Key group_user
+
+
+
+
+
+
+
+ distribution_key_line group_system
+
+
+
+
+
+
+
+
+ distribution_key_line group_user
+
+
+
+
+
+
+
+ distribution_key_line group_system
+
+
+
+
+
+
+
+
+ distribution_key_line group_user
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_user
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_user
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_user
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_system
+
+
+
+
+
+
+
+
+ calendar_event_line_a1bce_line group_user
+
+
+
+
+
+
+
+ Ratios group_system
+
+
+
+
+
+
+
+
+ Ratios group_user
+
+
+
+
+
+
+
+ Buildings group_system
+
+
+
+
+
+
+
+
+ Buildings group_user
+
+
+
+
+
+
+
+
+ Buildings Tags group_system
+
+
+
+
+
+
+
+
+ Buildings Tags group_user
+
+
+
+
+
+
+
+
+ Properties group system
+
+
+
+
+
+
+
+
+ Properties group user
+
+
+
+
+
+
+
+
+ Properties Tags group_system
+
+
+
+
+
+
+
+
+ Properties Tags group_user
+
+
+
+
+
+
+
+
+ Properties Types group_system
+
+
+
+
+
+
+
+
+ Properties Types group_user
+
+
+
+
+
+
+ access_meter_reading_user
+
+
+
+
+
+
+
+
+ access_meter_reading_admin
+
+
+
+
+
+
+
+
+ access_meters_user
+
+
+
+
+
+
+
+
+
+
+ x_analytic_account_wizard user access
+
+
+
+
+
+
+
+
+
+
+ x_analytic_account_wizard_line user access
+
+
+
+
+
+
+
+
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index 95362c4136..e2db1b65fa 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -1,577 +1,1876 @@
-
- x_name
- char
-
- Description
-
-
- 1
- standard
-
-
- x_active
- boolean
-
- Active
-
- 1
-
-
- x_company_id
- many2one
-
- Company
-
- res.company
- 1
-
-
- x_notes
- html
-
- Notes
-
-
-
- x_image
- binary
-
- Image
-
-
-
- x_sequence
- integer
-
- Sequence
-
-
-
- x_tag_ids
- many2many
-
- Tags
-
- x_buildings_tag
- x_buildings_tag_rel
-
-
- x_name
- char
-
- Name
-
-
-
-
- x_color
- integer
-
- Color
-
-
-
- x_tags
- many2many
-
- Tags
-
- x_properties_tag
- x_account_analytic_account_x_properties_tag_rel
-
-
- x_name
- char
-
- Name
-
-
-
-
- x_color
- integer
-
- Color
-
-
-
- x_condominium
- many2one
- x_company_id.partner_id
- Condominium
-
-
- res.partner
-
-
- x_street
- char
-
- Street
-
-
-
- x_street2
- char
-
- Street2
-
-
-
- x_city
- char
-
- City
-
-
-
- x_zip
- char
-
- ZIP
-
-
-
- x_country
- many2one
-
- Country
-
- res.country
-
-
- x_state
- many2one
-
- State
-
- res.country.state
-
-
- x_condominium
- many2one
- company_id.partner_id
- Condominium
-
-
- res.partner
-
-
- x_building
- many2one
-
- Building
-
- x_buildings
-
-
-
- x_tenant
- many2one
-
- Tenant
-
- res.partner
-
-
- x_parent
- many2one
-
- Parent
-
- account.analytic.account
-
-
- x_floor
- char
-
- Floor
-
-
-
- x_area
- float
-
- Area
-
-
-
- x_name
- char
-
- Description
-
-
- 1
- standard
-
-
- x_active
- boolean
-
- Active
-
- 1
-
-
- x_sequence
- integer
-
- Sequence
-
-
-
- x_type
- many2one
-
- Type
-
- x_properties_types
-
-
- x_parent_account_analytic_account_count
-
+ x_name
+ char
+
+ Description
+
+
+ 1
+
+
+
+ x_active
+ boolean
+
+ Active
+
+ 1
+
+
+ x_company_id
+ many2one
+
+ Company
+
+ res.company
+ 1
+
+
+ x_notes
+ html
+
+ Notes
+
+
+
+ x_image
+ binary
+
+ Image
+
+
+
+ x_sequence
+ integer
+
+ Sequence
+
+
+
+ x_tag_ids
+ many2many
+
+ Tags
+
+ x_buildings_tag
+ x_buildings_tag_rel
+
+
+ x_name
+ char
+
+ Name
+
+
+
+
+ x_color
+ integer
+
+ Color
+
+
+
+ x_tags
+ many2many
+
+ Tags
+
+ x_properties_tag
+ x_account_analytic_account_x_properties_tag_rel
+
+
+ x_name
+ char
+
+ Name
+
+
+
+
+ x_color
+ integer
+
+ Color
+
+
+
+ x_condominium
+ many2one
+ x_company_id.partner_id
+ Condominium
+
+
+ res.partner
+
+
+ x_street
+ char
+
+ Street
+
+
+
+ x_street2
+ char
+
+ Street2
+
+
+
+ x_city
+ char
+
+ City
+
+
+
+ x_zip
+ char
+
+ ZIP
+
+
+
+ x_country
+ many2one
+
+ Country
+
+ res.country
+
+
+ x_state
+ many2one
+
+ State
+
+ res.country.state
+
+
+ x_condominium
+ many2one
+ company_id.partner_id
+ Condominium
+
+
+ res.partner
+
+
+ x_building
+ many2one
+
+ Building
+
+ x_buildings
+
+
+
+ x_tenant
+ many2one
+
+ Tenant
+
+ res.partner
+
+
+ x_parent
+ many2one
+
+ Parent
+
+ account.analytic.account
+
+
+ x_floor
+ char
+
+ Floor
+
+
+
+ x_area
+ float
+
+ Area
+
+
+
+ x_name
+ char
+
+ Description
+
+
+ 1
+
+
+
+ x_active
+ boolean
+
+ Active
+
+ 1
+
+
+ x_sequence
+ integer
+
+ Sequence
+
+
+
+ x_type
+ many2one
+
+ Type
+
+ x_properties_types
+
+
+ x_parent_account_analytic_account_count
+
- integer
- Parent count
-
-
-
-
-
- x_x_building_account_analytic_account_count
-
+ integer
+ Parent count
+
+
+
+
+
+ x_x_building_account_analytic_account_count
+
- integer
- Building count
-
-
-
-
-
- x_condominium_account_analytic_account_count
-
- integer
- Building Condominium count
-
-
-
-
-
- x_properties_ids
- one2many
- Properties
-
- account.analytic.account
- partner_id
-
-
- x_companies
-
+ integer
+ Building count
+
+
+
+
+
+ x_condominium_account_analytic_account_count
+
+ integer
+ Building Condominium count
+
+
+
+
+
+ x_properties_ids
+ one2many
+ Properties
+
+ account.analytic.account
+ partner_id
+
+
+ x_companies
+
- many2many
- x_properties_ids,x_properties_ids.x_condominium
- Partner's Companies
-
-
- res.company
- x_res_company_res_partner_rel
-
-
- x_vendors
- many2many
-
- Vendors
-
- res.partner
- x_res_partner_res_partner_rel_1
-
-
- x_vendor_condominiums
- many2many
-
- Vendors Condominiums
-
- res.partner
- x_res_partner_res_partner_rel_1
- id2
- id1
-
-
- x_vendor_companies
-
+ many2many
+ x_properties_ids,x_properties_ids.x_condominium
+ Partner's Companies
+
+
+ res.company
+ x_res_company_res_partner_rel
+
+
+ x_vendors
+ many2many
+
+ Vendors
+
+ res.partner
+ x_res_partner_res_partner_rel_1
+
+
+ x_vendor_condominiums
+ many2many
+
+ Vendors Condominiums
+
+ res.partner
+ x_res_partner_res_partner_rel_1
+ id2
+ id1
+
+
+ x_vendor_companies
+
- many2many
- x_vendor_condominiums
- Vendors Companies
-
-
- res.company
- x_res_company_res_partner_rel_1
-
-
- x_condominium_properties
- one2many
- Condominium Properties
-
- account.analytic.account
- x_condominium
-
-
- x_source_sales_order
-
- Source Sales Order
- many2one
- sale.order
-
-
- x_x_source_sales_order_sale_order_count
-
- Source Sales Order count
-
- integer
-
-
-
-
- x_is_a_property_plan
- boolean
- Property plan
-
-
-
- x_is_a_property
- boolean
- Is a property
-
- plan_id.x_is_a_property_plan
-
-
-
- x_company_partner_id
- boolean
- Company partner
-
- partner_id,company_id
-
+ many2many
+ x_vendor_condominiums
+ Vendors Companies
+
+
+ res.company
+ x_res_company_res_partner_rel_1
+
+
+ x_condominium_properties
+ one2many
+ Condominium Properties
+
+ account.analytic.account
+ x_condominium
+
+
+ x_source_sales_order
+
+ Source Sales Order
+ many2one
+ sale.order
+
+
+ x_x_source_sales_order_sale_order_count
+
+ Source Sales Order count
+
+ integer
+
+
+
+
+ x_is_a_property_plan
+ boolean
+ Property plan
+
+
+
+ x_is_a_property
+ boolean
+ Is a property
+
+ plan_id.x_is_a_property_plan
+
+
+
+ x_company_partner_id
+ boolean
+ Company partner
+
+ partner_id,company_id
+
-
-
-
-
- x_name
- char
-
- Description
-
- standard
-
-
- x_active
- boolean
-
- Active
-
-
-
- x_company_id
- many2one
-
- Company
-
- res.company
-
-
- x_sequence
- integer
-
- Sequence
-
-
-
- x_property
- many2one
-
- Property
-
- account.analytic.account
-
-
- x_pricelist
- many2one
-
- Pricelist
-
- product.pricelist
-
-
- float
-
- Ratio
-
- x_ratio
-
-
- x_area
- float
- x_property.x_area
- Area
-
-
-
-
-
- x_building
- many2one
- x_property.x_building
- Building
-
-
- x_buildings
-
-
-
- x_type
- many2one
- x_property.x_type
- Type
-
-
- x_properties_types
-
-
-
- x_floor
- char
- x_property.x_floor
- Floor
-
-
-
-
-
- x_owner
- many2one
- x_property.partner_id
- Owner
-
-
- res.partner
-
-
-
- x_ratios
- one2many
- Ratios
-
- x_ratios
- x_pricelist
-
-
- x_distribution_key
- many2one
-
- Distribution Key
-
- product.pricelist
-
-
- x_meter_id
- Meter
-
- many2one
- x_meters
-
-
- x_date
- Date
-
- date
-
-
-
- x_quantity
- Quantity
-
- float
-
-
- x_usage
- Usage
-
- float
-
-
-
- x_description
- Description
-
- char
-
-
- x_image
- Attachment
- binary
-
-
-
- x_account_analytic_account_id
- Property
-
- account.analytic.account
- many2one
-
-
- x_property_meter_reading_ids
- Meter Readings
-
- one2many
- x_meter_reading
- x_account_analytic_account_id
-
-
- x_name
- Description
-
- char
-
-
- x_currency_id
- Currency
-
- res.currency
- many2one
-
-
- x_price
- Price
-
- monetary
-
-
- x_sequence
- Sequence
-
- integer
-
+]]>
+
+
+
+
+ x_name
+ char
+
+ Description
+
+
+
+
+ x_active
+ boolean
+
+ Active
+
+
+
+ x_company_id
+ many2one
+
+ Company
+
+ res.company
+
+
+ x_sequence
+ integer
+
+ Sequence
+
+
+
+
+ x_property
+ many2one
+
+ Property
+
+ account.analytic.account
+
+
+ x_pricelist
+ many2one
+
+ Pricelist
+
+ product.pricelist
+
+
+ float
+
+ Ratio
+
+ x_ratio
+
+
+ x_area
+ float
+ x_property.x_area
+ Area
+
+
+
+
+
+ x_building
+ many2one
+ x_property.x_building
+ Building
+
+
+ x_buildings
+
+
+
+ x_type
+ many2one
+ x_property.x_type
+ Type
+
+
+ x_properties_types
+
+
+
+ x_floor
+ char
+ x_property.x_floor
+ Floor
+
+
+
+
+
+ x_owner
+ many2one
+ x_property.partner_id
+ Owner
+
+
+ res.partner
+
+
+
+ x_ratios
+ one2many
+ Ratios
+
+ x_ratios
+ x_pricelist
+
+
+ x_distribution_key
+ many2one
+
+ Distribution Key
+
+ product.pricelist
+
+
+ x_meter_id
+ Meter
+
+ many2one
+ x_meters
+
+
+ x_date
+ Date
+
+ date
+
+
+
+ x_quantity
+ Quantity
+
+ float
+
+
+ x_usage
+ Usage
+
+ float
+
+
+
+ x_description
+ Description
+
+ char
+
+
+ x_image
+ Attachment
+ binary
+
+
+
+ x_account_analytic_account_id
+ Property
+
+ account.analytic.account
+ many2one
+
+
+ x_property_meter_reading_ids
+ Meter Readings
+
+ one2many
+ x_meter_reading
+ x_account_analytic_account_id
+
+
+ x_name
+ Description
+
+ char
+
+
+ x_currency_id
+ Currency
+
+ res.currency
+ many2one
+
+
+ x_price
+ Price
+
+ monetary
+
+
+ x_sequence
+ Sequence
+
+ integer
+
+
+ many2one
+
+ Current Owner
+
+ x_studio_current_owner
+ res.partner
+
+
+ char
+
+ Description
+
+ x_name
+
+ 1
+
+
+
+ boolean
+
+ Active
+
+ x_active
+ 1
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ many2one
+
+ Building
+
+
+ x_studio_building
+ x_buildings
+
+
+ many2one
+
+ Type
+
+ x_studio_type
+ x_properties_types
+
+
+ char
+
+ Floor
+
+ x_studio_floor
+
+
+ float
+
+ Area
+
+ x_studio_area
+
+
+ many2one
+
+ Parent
+
+ x_studio_parent
+ x_property
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Property
+
+ x_property_id
+ x_property
+
+
+ many2one
+
+ Meter
+
+ x_studio_meter
+ x_meters
+
+
+ date
+
+ Date
+
+ x_studio_date
+
+
+ float
+
+ Quantity
+
+ x_studio_quantity
+
+
+ float
+
+ Consumption
+
+ x_studio_consumption
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+ many2one
+
+ X Property
+
+ x_property_id
+ x_property
+
+
+ one2many
+ Owner ids
+
+ x_studio_owner_ids
+ x_property_line_019a4
+ x_property_id
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+ many2one
+
+ X Property
+
+ x_property_id
+ x_property
+
+
+ one2many
+ Tenant ids
+
+ x_studio_tenant_ids
+ x_property_line_07bf7
+ x_property_id
+
+
+ date
+
+ Start Date
+
+ x_studio_start_date
+
+
+ date
+
+ End Date
+
+ x_studio_end_date
+
+
+ many2one
+
+ Tenant
+
+ x_studio_tenant
+ res.partner
+
+
+ date
+
+ Start Date
+
+ x_studio_start_date
+
+
+ date
+
+ End Date
+
+ x_studio_end_date
+
+
+ many2one
+
+ Owner
+
+ x_studio_owner
+ res.partner
+
+
+ many2one
+
+ Owner
+
+ x_studio_owner
+ res.partner
+
+
+ many2one
+
+ Property
+
+ x_studio_property
+ x_property
+
+
+ many2one
+
+ Account
+
+ x_studio_account
+ account.analytic.account
+
+
+ many2one
+
+ Owner line
+
+ x_studio_owner_line
+ x_property_line_019a4
+
+
+ date
+ x_studio_owner_line.x_studio_start_date
+ Start Date
+
+ x_studio_start_date
+
+
+
+
+ date
+ x_studio_owner_line.x_studio_end_date
+ End Date
+
+ x_studio_end_date
+
+
+
+
+
+ many2one
+ x_studio_property, x_owner
+ Account
+
+ x_studio_account
+
+ account.analytic.account
+
+
+
+
+ one2many
+ Meter Reading ids
+
+ x_studio_meter_reading_ids
+ x_meter_reading
+ x_studio_property
+
+
+ many2many
+
+ Tags
+
+ x_studio_tags
+ x_properties_tag
+ x_x_properties_tag_x_property_rel
+
+
+
+ integer
+ Current Owner count
+
+ x_x_studio_current_owner_x_property_count
+
+
+
+
+ many2one
+
+ Company
+
+ x_studio_company_id
+ res.company
+
+
+ many2one
+ x_studio_company_id.partner_id
+ Condominium
+
+ x_studio_condominium
+
+ res.partner
+
+
+ one2many
+ Account ids
+
+ x_studio_account_ids
+ account.analytic.account
+ x_studio_property
+
+
+
+ integer
+ Condominium count
+
+ x_x_studio_condominium_x_property_count
+
+
+
+
+ char
+
+ Description
+
+ x_name
+
+ 1
+
+
+
+ boolean
+
+ Active
+
+ x_active
+ 1
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ many2one
+
+ Condominium
+
+ x_studio_condominium
+ res.company
+
+
+ one2many
+ x_properties_ids
+ Properties (old)
+
+ x_studio_properties
+
+ account.analytic.account
+ partner_id
+
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event
+
+ x_calendar_event_id
+ calendar.event
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Motion
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event
+
+ x_calendar_event_id
+ calendar.event
+
+
+ one2many
+ Motions
+
+ x_studio_vote_ids
+ x_calendar_event_line_a1bce
+ x_calendar_event_id
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+ many2one
+
+ X Calendar Event Line A1Bce
+
+ x_calendar_event_line_a1bce_id
+ x_calendar_event_line_a1bce
+
+
+ one2many
+ Attendee Vote ids
+
+ x_studio_attendee_vote_ids
+ x_calendar_event_line_a1bce_line_a3f04
+ x_calendar_event_line_a1bce_id
+
+
+ many2one
+
+ Attendee
+
+ x_studio_attendee
+ res.partner
+
+
+ selection
+
+ Vote
+
+ x_studio_vote
+ [('Abstention', 'Abstention'), ('Against', 'Against'), ('In Favor', 'In Favor')]
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event
+
+ x_calendar_event_id
+ calendar.event
+
+
+ many2one
+
+ Voting key
+
+ x_studio_voting_key
+ x_distribution_key
+
+
+
+ float
+ event_id.x_studio_voting_key
+ Ratio
+
+ x_studio_ratio
+
+
+
+
+
+ one2many
+ partner_id.x_properties_ids
+ Properties
+
+ x_studio_properties
+
+ account.analytic.account
+ partner_id
+
+
+
+ boolean
+
+ Attending
+
+ x_studio_attending
+
+
+ many2one
+ event_id.x_studio_condominium
+ Condominium
+
+ x_studio_condominium
+
+ res.company
+
+
+
+
+ boolean
+
+ Delegating
+
+ x_studio_delegating
+
+
+ x_distribution_key
+ many2one
+
+ Distribution Key
+ x_distribution_key
+
+
+
+ one2many
+ Ratio ids
+
+ x_studio_ratio_ids
+ x_ratios
+ x_distribution_key
+
+
+
+ 0 and record.x_studio_voting_key != False and record.x_studio_condominium != False :
+ x_studio_attending_ratio = 0
+ for attendee in record.attendee_ids:
+ if attendee.x_studio_attending or attendee.x_studio_delegating: x_studio_attending_ratio += attendee.x_studio_ratio
+ total_ratio = sum(
+ ratio.x_ratio for ratio in record.x_studio_voting_key.x_studio_ratio_ids
+ )
+ if total_ratio > 0:
+ record['x_studio_attending_ratio'] = x_studio_attending_ratio / total_ratio
+ else:
+ record['x_studio_attending_ratio'] = False]]>
+
+ float
+ attendee_ids, x_studio_voting_key
+ Attending and Delegating Ratio
+
+ x_studio_attending_ratio
+
+
+
+ html
+
+ Notes
+
+ x_studio_notes
+
+
+ char
+
+ Description
+
+ x_name
+
+ 1
+
+
+
+ boolean
+
+ Active
+
+ x_active
+ 1
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ float
+
+ Acceptation threshold
+
+ x_studio_acceptation_threshold
+
+
+ many2one
+
+ Motion Criteria
+
+ x_studio_vote_criteria
+ x_vote_criteria
+
+
+ 0 and record.x_calendar_event_id.x_studio_voting_key != False:
+ x_studio_in_favor = 0
+ for attendee_vote in record.x_studio_attendee_vote_ids:
+ for attendee in record.x_calendar_event_id.attendee_ids:
+ if attendee.partner_id.id == attendee_vote.x_studio_attendee.id and attendee_vote.x_studio_vote == 'In Favor': x_studio_in_favor += attendee.x_studio_ratio
+ record['x_studio_in_favor'] = x_studio_in_favor / sum([x_studio_ratio.x_ratio for x_studio_ratio in record.x_calendar_event_id.x_studio_voting_key.x_studio_ratio_ids]) / record.x_calendar_event_id.x_studio_attending_ratio
+ else: record['x_studio_in_favor'] = 0]]>
+ float
+ x_studio_attendee_vote_ids
+ In Favor
+
+ x_studio_in_favor
+
+
+
+
+
+ 0 and record.x_calendar_event_id.x_studio_voting_key != False:
+ x_studio_against = 0
+ for attendee_vote in record.x_studio_attendee_vote_ids:
+ for attendee in record.x_calendar_event_id.attendee_ids:
+ if attendee.partner_id.id == attendee_vote.x_studio_attendee.id and attendee_vote.x_studio_vote == 'Against': x_studio_against += attendee.x_studio_ratio
+ record['x_studio_against'] = x_studio_against / sum([x_studio_ratio.x_ratio for x_studio_ratio in record.x_calendar_event_id.x_studio_voting_key.x_studio_ratio_ids]) / record.x_calendar_event_id.x_studio_attending_ratio
+ else: record['x_studio_against'] = 0]]>
+ float
+ x_studio_attendee_vote_ids
+ Against
+
+ x_studio_against
+
+
+
+
+
+ 0 and record.x_calendar_event_id.x_studio_voting_key != False:
+ x_studio_abstention = 0
+ for attendee_vote in record.x_studio_attendee_vote_ids:
+ for attendee in record.x_calendar_event_id.attendee_ids:
+ if attendee.partner_id.id == attendee_vote.x_studio_attendee.id and attendee_vote.x_studio_vote == 'Abstention': x_studio_abstention += attendee.x_studio_ratio
+ record['x_studio_abstention'] = x_studio_abstention / sum([x_studio_ratio.x_ratio for x_studio_ratio in record.x_calendar_event_id.x_studio_voting_key.x_studio_ratio_ids]) / record.x_calendar_event_id.x_studio_attending_ratio
+ else: record['x_studio_abstention'] = 0]]>
+ float
+ x_studio_attendee_vote_ids
+ Abstention
+
+ x_studio_abstention
+
+
+
+
+
+ = record.x_studio_vote_criteria.x_studio_acceptation_threshold: record['x_studio_outcome'] = 'Approved'
+ else: record['x_studio_outcome'] = 'Rejected'
+ ]]>
+ selection
+ x_studio_in_favor, x_studio_against, x_studio_abstention, x_studio_vote_criteria
+ Outcome
+
+ x_studio_outcome
+
+
+ [('Approved', 'Approved'), ('Rejected', 'Rejected')]
+
+
+
+
+ integer
+ attendee_ids
+ Attending and Delegating Owners
+
+ x_studio_attending_owners
+
+
+
+ boolean
+
+ Used for categorization
+
+ x_studio_used_for_categorization
+
+
+ many2one
+
+ Allocation
+
+ x_studio_analytic_category
+ account.report.line
+
+
+ many2one
+ move_id.x_studio_analytic_category
+ Analytic Category
+
+ x_studio_analytic_category
+
+ account.report.line
+
+
+
+ many2one
+ move_line_id.x_studio_analytic_category
+ Analytic Category
+
+ x_studio_analytic_category
+
+ account.report.line
+
+
+
+ char
+
+ Name
+
+ x_name
+
+ 1
+
+
+
+ boolean
+
+ Active
+
+ x_active
+ 1
+
+
+ date
+
+ Date
+
+ x_studio_date
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ date
+
+ Start Date
+
+ x_studio_start_date
+
+
+ date
+
+ End Date
+
+ x_studio_end_date
+
+
+ many2one
+
+ Meter
+
+ x_studio_meter
+ x_meters
+
+
+ many2one
+
+ Period
+
+ x_studio_period
+ x_period
+
+
+ date
+
+ Period Start
+
+ x_studio_period_start
+
+
+ date
+
+ Period End
+
+ x_studio_period_end
+
+
+ char
+
+ Description
+
+ x_name
+
+ 1
+
+
+
+ boolean
+
+ Active
+
+ x_active
+ 1
+
+
+ many2one
+
+ Company
+
+ x_studio_company_id
+ res.company
+ 1
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ selection
+
+ Based on
+
+ x_studio_based_on
+ [('Shares', 'Shares'), ('Meter Readings', 'Meter Readings')]
+
+
+ many2one
+
+ Meter
+
+ x_studio_meter
+ x_meters
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Distribution Key
+
+ x_distribution_key_id
+ x_distribution_key
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Distribution Key
+
+ x_distribution_key_id
+ x_distribution_key
+
+
+ many2one
+
+ Distribution Key
+
+ x_studio_distribution_key
+ x_distribution_key
+
+
+
+ boolean
+ invoice_line_ids, x_studio_distribution_key, x_studio_period_start, x_studio_period_end
+ Is distributed
+
+ x_studio_is_distributed
+
+
+
+ many2many
+
+ Co-Owners
+
+ x_studio_co_owners
+ res.partner
+ x_res_partner_x_property_line_019a4_rel
+
+
+ integer
+
+ Year of Build
+
+ x_studio_year_of_build_1
+
+
+ selection
+
+ Roof Type
+
+ x_studio_roof_type_1
+ [('Flat', 'Flat'), ('Angled', 'Angled')]
+
+
+ integer
+
+ Floors
+
+ x_studio_floors
+
+
+ boolean
+
+ Elevators
+
+ x_studio_elevators
+
+
+ selection
+ x_studio_distribution_key.x_studio_based_on
+ Based on
+
+ x_studio_based_on
+
+ [('Shares', 'Shares'), ('Meter Readings', 'Meter Readings')]
+
+
+
+ many2one
+
+ Company
+
+ x_company_id
+ res.company
+
+
+
+ boolean
+ parent_id
+ Is a unit
+
+ x_studio_is_a_unit
+
+
+
+ many2one
+ product_id.categ_id
+ Product Category
+
+ x_studio_product_category
+
+ product.category
+
+
+
+ many2many
+
+ Co-ownership Properties
+
+ x_studio_co_ownership_properties
+ x_property
+
+
+ one2many
+ Ownership Properties
+
+ x_studio_ownership_properties
+ x_property_line_019a4
+ x_studio_owner
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event Line A1Bce
+
+ x_calendar_event_line_a1bce_id
+ x_calendar_event_line_a1bce
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event Line A1Bce
+
+ x_calendar_event_line_a1bce_id
+ x_calendar_event_line_a1bce
+
+
+ one2many
+ New Lines
+
+ x_studio_one2many_field_8eh_1is91bfcb
+ x_calendar_event_line_a1bce_line_ea528
+ x_calendar_event_line_a1bce_id
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event Line A1Bce
+
+ x_calendar_event_line_a1bce_id
+ x_calendar_event_line_a1bce
+
+
+ integer
+
+ Sequence
+
+ x_studio_sequence
+
+
+ char
+
+ Description
+
+ x_name
+
+
+
+
+ many2one
+
+ X Calendar Event Line A1Bce
+
+ x_calendar_event_line_a1bce_id
+ x_calendar_event_line_a1bce
+
+
+
+
+
+ x_analytic_account_wizard_id
+ many2one
+ Analytic account wizard
+
+ x_analytic_account_wizard
+
+
+
+
+ x_analytic_line_id
+ many2one
+ Analytic Line
+
+ account.analytic.line
+
+
+ x_analytic_account_name_id
+ many2one
+ account.analytic.account
+ Account name
+ x_analytic_line_id.x_plan11_id
+
+
+
+
+ x_currency_id
+ many2one
+ res.currency
+
+ x_analytic_line_id.currency_id
+ True
+
+
+
+ x_amount
+ monetary
+ Amount
+
+ x_currency_id
+ True
+
+
+
+ x_line_ids
+ one2many
+ x_analytic_account_wizard_line
+ x_analytic_account_wizard_id
+ Split Lines
+
+
+
+
+ x_share
+
+ float
+ x_amount
+ Share
+
+
+
+
+
+
+ x_total
+ float
+ Total
+
+
+
+
+ x_notes
+ html
+
+ Notes
+
+
+
+>>>>>>> 413a26e70 (Cleanup commit -1)
diff --git a/condominium/data/ir_rule.xml b/condominium/data/ir_rule.xml
index 08f387aaff..8ba9aec847 100644
--- a/condominium/data/ir_rule.xml
+++ b/condominium/data/ir_rule.xml
@@ -15,4 +15,9 @@
+
+
+
+ Distribution Key - Multi-Company
+
diff --git a/condominium/data/ir_ui_menu.xml b/condominium/data/ir_ui_menu.xml
index 4842b7ec5b..d9d1d12955 100644
--- a/condominium/data/ir_ui_menu.xml
+++ b/condominium/data/ir_ui_menu.xml
@@ -1,10 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/condominium/data/ir_ui_view.xml b/condominium/data/ir_ui_view.xml
index 6f941ac83d..34dad87784 100644
--- a/condominium/data/ir_ui_view.xml
+++ b/condominium/data/ir_ui_view.xml
@@ -1,6 +1,96 @@
-
+
+
+
+
+
+
+
+
+
+ web.basic_layout
+ basic_layout
+
+ qweb
+
+
+ analytic.analytic.account.form customization
+
+ primary
+
+ account.analytic.account
+ 400
+ form
+
+
+ e.g. Apartment A0
+
+
+
+
+
+
+
+
+
+
+
+
+ Apartment...
+
+
+
+
+
+
+
+
+ x_is_a_property
+ Owner
+
+
+
+
+
+
+
+
+ True
+
+
+ 1
+ base.group_no_one
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Custom form view for sale order
sale.order
@@ -135,72 +225,6 @@
-
- analytic.analytic.account.form customization
-
- primary
-
- account.analytic.account
- 400
- form
-
-
- e.g. Apartment A0
-
-
-
-
-
-
-
-
-
-
-
-
- Apartment...
-
-
-
-
-
-
-
-
- x_is_a_property
- Owner
-
-
-
-
-
-
-
-
- True
-
-
- 1
- base.group_no_one
- True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
account.analytic.account.quick_create
account.analytic.account
@@ -313,7 +337,7 @@
product.pricelist.form customization
-
+
extension
product.pricelist
@@ -321,7 +345,7 @@
form
-
+
@@ -471,7 +495,7 @@
form
-
+
@@ -520,4 +544,3041 @@
(0, 0, {'view_mode': 'form', 'view_id': ref('analytic_account_custom_form_view')}),
]"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ False
+
+
+
+
+ extension
+ account.analytic.account
+ analytic.analytic.account.form customization customization
+ 99
+
+ form
+
+
+
+
+
+
+
+
+
+ Pricelist
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+ extension
+ sale.order
+ sale.order.form customization
+ 160
+
+ form
+
+
+
+
+
+
+
+
+
+ {"digits":[6,3]}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Current Owner
+
+
+
+
+ extension
+ product.pricelist
+ product.pricelist.form customization
+
+ 1600
+ form
+
+
+
+
+
+
+
+
+ x_property
+
+ Default list view for x_property
+ list
+
+
+
+
+
+ x_property
+
+ Default form view for x_property
+ form
+
+
+
+
+
+
+
+
+
+
+ x_property
+
+ Default search view for x_property
+ search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ x_property
+ Default form view for x_property customization
+ 99
+
+ form
+
+
+
+
+
+
+
+
+ x_property_line_bfb14
+
+ Default list view for x_property_line_bfb14
+ list
+
+
+
+
+
+ x_property_line_bfb14
+
+ Default form view for x_property_line_bfb14
+ form
+
+
+
+
+
+
+
+ x_property_line_bfb14
+
+ Default search view for x_property_line_bfb14
+ search
+
+
+
+
+
+
+
+
+ x_property_line_019a4
+
+ Default list view for x_property_line_019a4
+ list
+
+
+
+
+
+ x_property_line_019a4
+
+ Default form view for x_property_line_019a4
+ form
+
+
+
+
+
+
+
+ x_property_line_019a4
+
+ Default search view for x_property_line_019a4
+ search
+
+
+
+
+
+
+
+
+ x_property_line_07bf7
+
+ Default list view for x_property_line_07bf7
+ list
+
+
+
+
+
+ x_property_line_07bf7
+
+ Default form view for x_property_line_07bf7
+ form
+
+
+
+
+
+
+
+ x_property_line_07bf7
+
+ Default search view for x_property_line_07bf7
+ search
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Owner
+
+
+
+
+ extension
+
+ account.analytic.account
+ account.analytic.account.list customization
+ 400
+ list
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+
+ account.analytic.line
+ account.analytic.line.form customization
+ 160
+ form
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ res.partner
+
+ res.partner.form customization
+ 1600
+ form
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+
+ x_property
+ Default list view for x_property customization
+ 99
+ list
+
+
+
+
+
+
+
+
+
+
+ extension
+ ir.default
+
+ ir.default list view customization
+ 99
+ list
+
+
+
+
+
+
+
+
+
+
+ extension
+ ir.default
+
+ ir.default form view customization
+ 99
+ form
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ x_ratios
+
+ Default form view for x_ratios customization
+ 99
+ form
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a7dc0
+ Default list view for x_calendar_event_line_a7dc0
+
+ list
+
+
+
+
+
+ x_calendar_event_line_a7dc0
+
+ Default form view for x_calendar_event_line_a7dc0
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a7dc0
+
+ Default search view for x_calendar_event_line_a7dc0
+ search
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce
+
+ Default list view for x_calendar_event_line_a1bce
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce
+
+ Default form view for x_calendar_event_line_a1bce
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce
+
+ Default search view for x_calendar_event_line_a1bce
+ search
+
+
+
+
+
+
+
+
+
+ Motion...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+
+ x_calendar_event_line_a1bce
+ Default form view for x_calendar_event_line_a1bce customization
+ 99
+ form
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_a3f04
+
+ Default list view for x_calendar_event_line_a1bce_line_a3f04
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_a3f04
+
+ Default form view for x_calendar_event_line_a1bce_line_a3f04
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_a3f04
+
+ Default search view for x_calendar_event_line_a1bce_line_a3f04
+ search
+
+
+
+
+
+
+
+
+ x_calendar_event_line_920fe
+
+ Default list view for x_calendar_event_line_920fe
+ list
+
+
+
+
+
+ x_calendar_event_line_920fe
+
+ Default form view for x_calendar_event_line_920fe
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_920fe
+
+ Default search view for x_calendar_event_line_920fe
+ search
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document_
+
+ web_studio_backup__condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ qweb
+
+
+
+
+
+
+
+ lijdlijDZMZQ
+
+
+
+ /
+
+
+
+ nO VOTES.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ account.move
+
+ Condominium: account.move.form customization
+ 1600
+ form
+
+
+
+
+
+
+
+
+
Company tagline
+
+
+
+
+
+
+
+
Company address block
+
Contains the company address.
+
+
+
+
+
+
+
Company details block
+
Contains the company details.
+
+
+
+
+ Tax ID :
+ US12345671
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard_
+
+ web_studio_backup__external_layout_standard
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard
+ extension
+
+ web_studio.external_layout_standard
+ 9999999
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.basic_layout_
+
+ web_studio_backup__basic_layout
+ qweb
+
+
+
+
+
+
+
+
+ x_vote_criteria
+
+ Default list view for x_vote_criteria
+ list
+
+
+
+
+
+ x_vote_criteria
+
+ Default form view for x_vote_criteria
+ form
+
+
+
+
+
+
+
+
+
+
+ x_vote_criteria
+
+ Default search view for x_vote_criteria
+ search
+
+
+
+
+
+
+
+
+
+
+ extension
+
+ x_vote_criteria
+ Default form view for x_vote_criteria customization
+ 99
+ form
+
+
+
+
+
+ bottom
+
+
+
+
+
+
+
+ extension
+ x_vote_criteria
+ Default list view for x_vote_criteria customization
+ 99
+
+ list
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ False
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ calendar.event
+
+ calendar.event.form customization
+ 160
+ form
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+
+ web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+ owners
+ were present and represented
+ %
+ of the owner ratios.
+
+
+
+ Attending
+
+
+
+ , representing
+ % of the owner ratios
+ and delegating ;
+
+
+
+
+ Excused
+
+
+ , representing
+ % of the owner ratios
+ and delegating ;
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+ .
+
+ Votes (need ):
+
+
+
+ Abstention: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ Against: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ In favor: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ The motion is .
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ 9999999
+
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
+ qweb
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
owners
+ were present and represented
+ %
+ of the owner ratios.
+
+
+
+
Attending
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
Excused
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+ .
+
+ Votes (need ):
+
+
+
+ Abstention: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ Against: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ In favor: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ The motion is .
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
owners
+ were present and represented
+ %
+ of the owner ratios.
+
+
+
+
Attending
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
Excused
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+ .
+
+ Votes (need ):
+
+
+
+ Abstention: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ Against: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ In favor: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ The motion is .
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
+
+ web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ā
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ā
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+ 9999999
+
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+ owners
+ were present and represented
+ %
+ of the owner ratios.
+
+
+
+ Attending
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+ Excused
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+ .
+
+ Votes (need ):
+
+
+
+ Abstention: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ Against: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+ In favor: %
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ The motion is .
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document_
+
+ web_studio_backup__condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
+
+ web_studio_backup__condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING AGENDA
+
+
+
+
+
+ Expected attendees
+
+
+
+ , representing
+ % of the owner ratios;
+
+
+
+
+
+
+
+ .
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+ dfgdfg
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ 9999999
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ account.report.line
+
+ account.report.line.form customization
+ 99
+ form
+
+
+
+
+
+
+
+
+
+
+ extension
+
+ account.move
+ account.move.list customization
+ 160
+ list
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ account.move.line
+ account.move.line.list customization
+
+ 160
+ list
+
+
+
+
+
+
+
+
+
+
+ extension
+ account.analytic.line
+
+ account.analytic.line.list customization
+ 160
+ list
+
+
+
+
+
+
+
+
+ x_period
+
+ Default list view for x_period
+ list
+
+
+
+
+
+ x_period
+
+ Default form view for x_period
+ form
+
+
+
+
+
+
+
+
+
+
+
+
+ x_period
+
+ Default search view for x_period
+ search
+
+
+
+
+
+ x_period
+
+ Default calendar view for x_period
+ calendar
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ x_period
+
+ Default form view for x_period customization
+ 99
+ form
+
+
+
+
+
+ x_studio_start_date desc
+ bottom
+
+
+
+
+
+
+ Name
+
+
+
+
+ extension
+ x_period
+
+ Default list view for x_period customization
+ 99
+ list
+
+
+
+
+
+
+
+
+ false
+ invoice_date desc
+ false
+ top
+ true
+ true
+
+
+ True
+
+
+
+
+
+
+ Vendor
+
+
+ Total
+
+
+
+
+
+
+
+
+
+
+ hide
+
+
+ hide
+
+
+
+
+
+
+
+ extension
+ account.move
+
+
+ Condominium account.invoice.list customization
+ 99
+ list
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ account.move
+
+ account.invoice.select customization
+ 160
+ search
+
+
+
+
+
+
+
+
+
+ x_distribution_key
+
+ Default list view for x_distribution_key
+ list
+
+
+
+
+
+ x_distribution_key
+
+ Default form view for x_distribution_key
+ form
+
+
+
+
+
+
+
+
+
+
+ x_distribution_key
+
+ Default search view for x_distribution_key
+ search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ x_distribution_key
+
+ Default form view for x_distribution_key customization
+ 99
+ form
+
+
+
+
+
+
+
+
+
+
+
+ extension
+ x_distribution_key
+
+ Default list view for x_distribution_key customization
+ 99
+ list
+
+
+
+
+
+
+
+
+ x_distribution_key_line_4d544
+
+ Default list view for x_distribution_key_line_4d544
+ list
+
+
+
+
+
+ x_distribution_key_line_4d544
+
+ Default form view for x_distribution_key_line_4d544
+ form
+
+
+
+
+
+
+
+ x_distribution_key_line_4d544
+
+ Default search view for x_distribution_key_line_4d544
+ search
+
+
+
+
+
+
+
+
+ x_distribution_key_line_92aae
+
+ Default list view for x_distribution_key_line_92aae
+ list
+
+
+
+
+
+ x_distribution_key_line_92aae
+
+ Default form view for x_distribution_key_line_92aae
+ form
+
+
+
+
+
+
+
+ x_distribution_key_line_92aae
+
+ Default search view for x_distribution_key_line_92aae
+ search
+
+
+
+
+
+ extension
+
+ account.move
+ Condominium distrib alloc account.invoice.select customization
+ 1600
+ search
+
+
+
+
+
+
+
+
+
+
+
+
+ [("x_studio_distribution_key", "=", False)]
+
+
+
+
+
+ [("x_studio_distribution_key", "=", False)]
+
+
+ [("x_studio_is_distributed", "=", True)]
+
+
+ [("x_studio_is_distributed", "=", False)]
+
+
+
+ Without allocation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Distribution
+
+
+
+
+
+ x_studio_based_on == "Meter Readings"
+
+
+ x_studio_based_on == "Meter Readings"
+
+
+
+
+ extension
+
+ account.move
+ account.move.form customization
+ 16000
+ form
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_cce2e
+
+ Default list view for x_calendar_event_line_a1bce_line_cce2e
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_cce2e
+
+ Default form view for x_calendar_event_line_a1bce_line_cce2e
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_cce2e
+
+ Default search view for x_calendar_event_line_a1bce_line_cce2e
+ search
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_ea528
+
+ Default list view for x_calendar_event_line_a1bce_line_ea528
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_ea528
+
+ Default form view for x_calendar_event_line_a1bce_line_ea528
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_ea528
+
+ Default search view for x_calendar_event_line_a1bce_line_ea528
+ search
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_e3675
+
+ Default list view for x_calendar_event_line_a1bce_line_e3675
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_e3675
+
+ Default form view for x_calendar_event_line_a1bce_line_e3675
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_e3675
+
+ Default search view for x_calendar_event_line_a1bce_line_e3675
+ search
+
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_89b1c
+
+ Default list view for x_calendar_event_line_a1bce_line_89b1c
+ list
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_89b1c
+
+ Default form view for x_calendar_event_line_a1bce_line_89b1c
+ form
+
+
+
+
+
+
+
+ x_calendar_event_line_a1bce_line_89b1c
+
+ Default search view for x_calendar_event_line_a1bce_line_89b1c
+ search
+
+
+ analytic.account.wizard.form
+ x_analytic_account_wizard
+
+
+
+
diff --git a/condominium/data/knowledge_article.xml b/condominium/data/knowledge_article.xml
index 277d3324d5..91df1edb49 100644
--- a/condominium/data/knowledge_article.xml
+++ b/condominium/data/knowledge_article.xml
@@ -1,31 +1,57 @@
- Property Owner Association
- Welcome to your Odoo Property Owner Association package! This guide will help you manage the condominiums efficiently, from setting up to general meetings.
+ Property Owner Association
+
+ Managing property owner associations involves multiple stakeholders, recurring tasks, and detailed records. Odoo empowers associations by streamlining processesāfrom handling new prospects to managing shared expensesāthrough a fully
+ integrated suite of applications. Whether you're organizing general meetings, tracking owner history, or handling complex expense distributions, Odoo provides the tools to stay efficient and transparent.
+
- Business Flows
- Discover how to setup and use the application by starting the onboarding tour or by following the steps below.
-
-
ā ļø
+
+
ā ļø
-
The tour will invite you to create undeletable data. Make sure you can reuse afterwards or launch it in a testing environment.
+
If you want to easily discover every features of this package, try downloading the Demo Data.
+
You can still do it by upgrading your package in Apps.
+
Just be careful, once demo data are uploaded, it cannot be easily deleted. But you can restart a fresh database on Odoo.com/trial
+
+
Basics
+
+
Apps Overview
+
+
+ CRM: Track and manage incoming leads and communications with potential new condominiums.
+
+
+ Sales: Send quotations, confirm orders, and invoice shared expenses to owners.
+
+
+ Contacts: Manage contacts turning prospects into condominiums, as well as owners, tenants and suppliers.
+
+
+ Condominium: Define buildings, properties, owner and tenant histories, meter readings and distribution keys.
+
+
+ Accounting: Manage shared expenses, distribute costs by owner, and maintain owner-specific balance sheets.
+
+
+ Calendar: Schedule and organize association meetings, collecting votes during general assemblies and share the report.
+
+
+
Easily convert the condominiums šļø
- As soon as a condominium reaches out to you to get a quote, quickly send them an overview of your services and fees by creating
- Quotations in the Sales application where you can directly use the "Kick-Off Quote" quotation template. This will automatically fill the quote by adding the kick-off fees
- and also the price of all the extra services such as the recurring contribution, the hourly rate, etc. Don't forget to attach the terms & conditions as well. Of course, the price of each service and the content of the
- Quotation Templates can be adapted accordingly.
+ As soon as a condominium reaches out to you to get a quote, quickly send them an overview of your services and fees by creating Quotations in the Sales App where you can directly use the "Kick-Off Quote"
+ quotation template. This will automatically fill the quote by adding the kick-off fees and also the price of all the extra services such as the recurring contribution, the hourly rate, etc. Don't forget to attach the terms &
+ conditions as well. Of course, the price of each service and the content of the Quotation Templates can be adapted accordingly.
-
š Sales
-
š Quotation Template
+
When the quote is confirmed for a new condominium, you can convert the prospect contact into a condominium in a click from the contact form, in the Contact App .
+
š Sales
+
š Quotation Template
+
Never forget a task š
-
- Once the quotation is confirmed, it automatically creates Projects including several tasks to properly start the collaboration. This is based on the
- Kick-Off Template Template project:
-
+
Once the quotation is confirmed, it automatically creates Projects including several tasks to properly start the collaboration. This is based on the Kick-Off Template Template project:
Contracts establishment
Condominium creation in Odoo (see Quickly Set Up a Condominium š section)
@@ -40,18 +66,24 @@
...
Again, feel free to edit and/or create new tasks to never forget a step during the kick-off process.
-
Quickly set up a condominium š
+
š Project
+
+
Set up a condominium š
Once the quotation is confirmed, the condominium should be created in Odoo. Basically, a condominium is like a company that is funded by the owners and that has to pay for operating costs.
- From the Settings, create a new company in Companies . Once done, it will appear on the top right of all screens with the aim to quickly switch between your company and the
+ From the Settings, create a new company in Companies . Once done, it will appear on the top right of all screens with the aim to quickly switch between your company and the
different condominiums.
- Once done, it is time to create the composition of the condominium by selecting the right one on the top right of the screen. Then, open the Condominium app where you can:
+ Once done, it is time to create the composition of the condominium by selecting the right one on the top right of the screen.
+
+
+
+ Open the Condominium App where you can:
See the information of the condominium and fill the vendors to build an address book.
- Create the buildings that compounds the condominium.
+ Create the buildings that compounds the
Create the properties that compounds the buildings: apartment, studio, flat, penthouse, garage, etc.
@@ -61,23 +93,35 @@
A name to identify the property, for example the post box or the identification code.
The building to which the property belongs.
The type to easily classify it.
-
The owner of the property.
-
The tenant if relevant.
+
The owner history.
+
The tenant history if relevant.
Some tags to add extra visual information.
The parent property, for example to indicate that a garage is linked with an apartment.
The floor.
The area.
+
The meter readings history, leveraged to split bills based on consumption.
+
+
Finally, you can also define the distribution keys. The goal is to assign a ratio for each property that will be used for splitting the fees per owner and for distributing the costs:
+
+
+ Distribution keys based on shares can be populated with all properties from the condominium and the ratios computed based on properties' surface. You can still edit the ratios as you need and includes only a sub selection of the
+ properties when relevant.
+
+ Distribution keys based on meter readings only refer to a meter. When used to split costs, the recorded meter readings for the corresponding period will be used.
-
Finally, you can also define the distribution keys per property. The goal is to assign a ratio for each property that will be used for splitting the fees per owner and for distributing the costs.
-
-
š”
-
-
If there is no distribution keys set, the area will be used as default key.
+
+
š”
+
+
+ A distribution key is needed for several actions.
+ Defining a distribution key is efficient by populating defined properties in a click.
+
-
š Companies
+
š Companies
+
Fairly split the costs āļø
Each owner has to pay recurring fees:
@@ -85,10 +129,12 @@
The reserve fund that is a savings account used in case of exceptional expenses such as a severe repair, an investment in equipment, etc.
The services provided by the condominium management company.
-
On the one hand, the funds requests are sent by the condominium to the owners. On the other hand, the service fees can be invoiced by "My Condominium Management" to the owners. Here are the steps to follow:
+
On the one hand, the funds requests are sent by the condominium to the owners. On the other hand, the service fees can be invoiced by "My Condominium Management" to the owners.
+
Requesting funds
+
Here are the steps to follow:
- Select the right company from which the fees will be invoiced (see Quickly set up a condominium š section to see how to switch the company).
- In the Sales application, create a quotation and set the condominium as customer.
+ Select the right company from which the fees will be invoiced (see Set up a condominium š section to see how to switch the company).
+ In the Sales App , create a quotation and set the condominium as customer.
Set the right distribution key.
In case of recurring fees:
@@ -100,7 +146,10 @@
Add the corresponding product(s): "Working Fund", "Reserve Fund", "Service Fees", etc.
Set the right (recurring) price.
- Click on "Split per Property" button: this will cancel the current quotation and will create as many quotations as there are properties in the condominium for which the costs are shared.
+
+ Click on "Split by Property" button: this will cancel the current quotation and will create as many quotations as there are ongoing owners in the condominium for which the costs are shared, with a line by property they
+ own.
+
Click on the "Sales Orders" buttons to access all the generated quotations.
Check if everything is correct. If yes, select all the quotations and, under the "Actions" button, click on "Confirm".
In case of recurring fees, the invoices will be automatically generated by Odoo at the right date. If not, you can manually post them in mass. Then just send them using your preferred way!
@@ -109,7 +158,46 @@
For example, to collect the cotisations, the selected company must be the condominium and the customer must be the condominium too. If you want to invoice your services, the selected company must be yours and the customer must be the
condominium to be invoiced.
- š Subscription
+ š Subscription
+ Distributing costs
+ Record invoices from from supplier from Accounting App , by assigning supplier and listing products.
+ Then, on a regular basis or at invoice confirmation, distribute the costs of each expenses:
+
+ Open the Condominium App and reach the Distributions from the Purchase menu.
+ Assign the appropriate distribution key and if relevant the distribution period..
+
+ The cost distribution inputs are available on each invoice in the distribution tab.
+
+
ā
+
+
Expenses regarding a single owner can be assigned setting the analytic distribution of the corresponding invoice lines to the corresponding account, from the invoice form.
+
+
+ Examples
+
+ To distribute costs related to an annual services, such as condominium insurance fees, the distribution based on shares over a period is relevant to expense each owner in proportion of their ownership and share.
+ To distribute costs which only impact current owners, a distribution key based on shares without period inputs is required.
+
+ Finally, for condominiums organised with a general meter for the condominium to be expenses and then with meters for each owners to split the expenses, the distribution key based on meter is relevant and requires period inputs and
+ associated meter readings for each property to be representative.
+
+
+
+
š”
+
+
+ Distribution keys based on meter reading require the period start and end inputs.
+ When distributing costs, for each property, the closest meter readings to period boundaries are used to compute the consumption over the period, and in case of owner change, the consumption by owner is captured if a meter
+ reading is near the owner change date.
+
+
+ Distribution keys based on shares directly use the ratios.
+ Without period inputs, the distribution is handled between the current owners.
+ With period inputs, the distribution is computed between owners over the corresponding period, in proportion to the ownership.
+
+
+
+
Book the right numbers š§®
A condominium works like a company. It gets revenues from the owners. These are collected in two bank accounts that can be directly integrated with the bank:
@@ -120,25 +208,127 @@
These will be used to pay the Vendor Bills that can be uploaded and automatically filled thanks to Artificial Intelligence .
As soon as a bill is booked, you can use the button "Distribute Cost" to automatically reflect the cost per property according to the distribution key.
- By the end of the period, easily generate the legal reporting such as Balance Sheet and Profit & Loss for each condominium.
- š Accounting
- Schedule the meetings š
+ By the end of the period, easily generate the legal reporting such as Balance Sheet and Profit & Loss for each
+
+
ā ļø
+
+
The chart of account and relationships with products and product categories is not setup in this module.
+
We recommend your accountants to setup the appropriate chart of account based on your localization to generate the appropriate balance sheet and other needed accounting documents through Odoo.
+
+
+ š Accounting
+
+ Provide access to the owners š
+ In many cases, direct access to the condominium accounting shall be provided to some owners. This is the case for example when some are given review duties.
+ To setup such access, you shall create users for such owners and restrict rights to the level which suite your needs so that they can access in read only most likely.
+
+
š”
+
+
Be aware that additional users lead to additional Odoo subscription costs. We therefore recommend you :
+
+ To maintain the number of users to the minimum needed, creating and deleting them when relevant.
+ To account for this additional cost in your pricing.
+
+
+
+ š Access Rights
+
+ Organize and lead general meetings š
Every year, a general meeting is scheduled to talk about the financial statements, to take important decisions and so on. This event can easily be scheduled in the Calendar app by creating
- Meetings . To invite all the owners of a condominium, use the "Search More" on "Attendees" and type the name of the condominium in... "Condominiums".
+ Meetings . To invite all the owners of a condominium, use the "Search More" on "Attendees" and type the name of the condominium in... "Condominiums" and set the condominium
+ field.
- Efficiently count the votes šāāļø
-
- During the general meetings, counting the votes depending on the ownership percentage could be painful. From the properties screen, select all the properties of the corresponding condominium and insert them in a spreadsheet by using the
- said feature under the Actions menu.
-
- š Spreadsheet
+
+ Plan you general meeting agenda with motions to vote in the Motions tab.
+ Send the meeting agenda upfront to all expected attendees
+ Select the relevant distribution key to account for owner ratios.
+ Create the relevant motions in advance to efficiently drive the meeting.
+ For each motion, assign the relevant motion criteria, take notes while discussion goes on and record the owners votes.
+
+ At the end of the meeting, you can preview the meeting report and send it to the owners.
+
+
ā
+
+
You can find all past meeting for a condominium from the Condominium App, by the Owners menu.
+
+
+
+
š”
+
+
Connect your calendar to your Odoo database to never miss any meeting!
+
+
+ š Calendar
+
Provide the best customer service š
In their day to day, the owners and the tenants can face some issues. In order to collect and centralize them, use the Helpdesk application. Thereby, each member can send an email
that will be caught in the right helpdesk team. This eases the follow-up and the invoicing in case the time spent is not covered by the service fees.
- š Helpdesk
+ š Helpdesk
+
+
+
ā
+
+
Tips for Success
+
+
+ Use quotation templates in the Sales app to standardize quotes and reduce manual errors.
+
+
+ Keep contact data up-to-date to ensure seamless communication during meetings, billing and accounting.
+
+
+ Automate recurring tasks , like meter reading imports or expense allocation.
+
+
+ Leverage tags and filters in Contacts and CRM to segment your audience (owners, tenants, suppliers, condominiums...).
+
+
+ Define condominium your charts of account template to save time setting up accounting aspects. Don't hesitate to contact us if needed!
+
+
+
+
+
+
+ Do You Want to Go Further?
+ Odoo offers additional possibilities to enhance your business:
+
+ Sign App: Send digital property reservation contracts.
+ Documents App: Request and share documents.
+
+ Website Builder: Build a professional website with lead capture forms and member areas.
+
+
+ VoIP Integration: Organize online meetings directly from Odoo with integrated call capabilities.
+
+
+ Explore automations , community portals , and custom dashboards tailored to your needs.
+
+
+ These features can be added to your current subscription. Feel free to explore and expand your Odoo experience!
+
+
š
+
+
Would you like to discuss your Odoo setup with us or explore more features?
+
Reach us
+
+
+
+ Final word
+
+ You might have tested this package with or without demo data.
+ In any case, you may have written records in journals which are not deletable and which might be an issue for your traceability.
+
+
+
ā
+
+
In such situation, feel free to experiment with this database and then to create a new one for your own usage.
+
+
+
diff --git a/condominium/data/meter_view.xml b/condominium/data/meter_view.xml
index 98894f532e..a81e603d05 100644
--- a/condominium/data/meter_view.xml
+++ b/condominium/data/meter_view.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/condominium/data/product_product.xml b/condominium/data/product_product.xml
index c4376a1e88..2998e9b4c8 100644
--- a/condominium/data/product_product.xml
+++ b/condominium/data/product_product.xml
@@ -25,6 +25,9 @@
1400.0
timesheet
+
+
+
Offboarding
service
@@ -39,17 +42,24 @@
timesheet
+
+
+
Extraordinary General Meeting
service
200.0
- timesheet
+
+
+
Communication of information to the notary
service
150.0
- timesheet
+
+
+
First Reminder
@@ -57,6 +67,21 @@
timesheet
+
+
+
+
+ Recurring Service Fees
+
+ service
+ 80.0
+ timesheet
+ order
+
+
+
+
+
Second Reminder
This does not include the fees from the ushers
@@ -64,6 +89,9 @@
50.0
timesheet
+
+
+
Third Reminder
This does not include the fees from the ushers, lawyers, experts, etc.
@@ -71,6 +99,9 @@
200.0
timesheet
+
+
+
Working Fund
@@ -83,14 +114,6 @@
service
timesheet
-
- Monthly Service Fees
- Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
-
- service
- 80.0
- timesheet
-
Air and smoke extractors
service
diff --git a/condominium/data/project_project.xml b/condominium/data/project_project.xml
index 5485ebf7fa..d155655668 100644
--- a/condominium/data/project_project.xml
+++ b/condominium/data/project_project.xml
@@ -9,4 +9,12 @@
+
+ S00002 - Kick-Off Template
+
+
+
+
+ 1.0
+
diff --git a/condominium/data/project_task_type.xml b/condominium/data/project_task_type.xml
index a7cd6d8e4d..c4bd95544d 100644
--- a/condominium/data/project_task_type.xml
+++ b/condominium/data/project_task_type.xml
@@ -6,7 +6,36 @@
Done
-
+
+
+
diff --git a/condominium/data/res_company.xml b/condominium/data/res_company.xml
new file mode 100644
index 0000000000..cd6123dec3
--- /dev/null
+++ b/condominium/data/res_company.xml
@@ -0,0 +1,15 @@
+
+
+
+ Green Island Condominium
+
+
+
+
+
+ Dominican Condominium
+
+
+
+
+
diff --git a/condominium/data/res_config_settings.xml b/condominium/data/res_config_settings.xml
index 921f772f20..ab75912b9c 100644
--- a/condominium/data/res_config_settings.xml
+++ b/condominium/data/res_config_settings.xml
@@ -4,6 +4,11 @@
+
+
+
+
+
diff --git a/condominium/data/res_partner.xml b/condominium/data/res_partner.xml
new file mode 100644
index 0000000000..bb2d6f718c
--- /dev/null
+++ b/condominium/data/res_partner.xml
@@ -0,0 +1,211 @@
+
+
+
+ Green Island Condominium
+ New Orleans
+
+
+ Engineering Rd, 122
+ 70118
+
+
+
+ Dominican Condominium
+ New Orleans
+
+
+ Dominican Street, 1345
+ 70118
+
+
+
+ Margaret E. Lowe
+ +1 509-232-0348
+ Spokane
+ MargaretELowe@jourrapide.com
+
+ Dane Street
+ 99201
+
+
+
+
+
+ Charlotte M. Warren
+ Fresno
+ CharlotteMWarren@dayrep.com
+
+ Heritage Road
+ 93706
+ +1 559-667-9088
+
+
+ Micheal E. Rosales
+ +1 541-488-6003
+ Ashland
+ -122.7153995
+ MichealERosales@teleworm.us
+ 2175 Haymond Rocks Road
+
+ 97520
+ 42.1972487
+
+
+ Harold J. Butler
+ +1 310-704-6950
+ Gardena
+ HaroldJButler@dayrep.com
+
+ 3086 Jett Lane
+ 90247
+
+
+ Steven S. Jackson
+ +1 715-503-2752
+ Green Bay
+ StevenSJackson@armyspy.com
+ 921 Lynn Avenue
+ 54301
+
+
+ Janet D. Halle
+ +1 620-778-6587
+ Moundridge
+ JanetDHalle@jourrapide.com
+
+ 117 Ridge Road
+ 67107
+
+
+
+ Ronda V. Jones
+ +1 847-616-6527
+ Elk Grove Village
+ RondaVJones@jourrapide.com
+
+ 3643 Vine Street
+ 60007
+
+
+ Peter E. Lee
+ Grove Hill
+ PeterELee@teleworm.us
+
+ 2970 George Avenue
+ 36451
+ +1 530-512-9589
+
+
+ Jesse C. Clark
+ +1 501-764-3011
+ Conway
+ JesseCClark@dayrep.com
+
+ 4103 Bassell Avenue
+ 72032
+
+
+ Oscar S. Hoffman
+ +1 215-867-0874
+ Philadelphia
+ OscarSHoffman@armyspy.com
+
+ 4588 Glen Falls Road
+ 19103
+
+
+ Todd S. Zimmerman
+ +1 903-278-7193
+ Texarkana
+ ToddSZimmerman@dayrep.com
+
+ 2631 Pickens Way
+ 75501
+
+
+
+
diff --git a/condominium/data/sale_order_template_line.xml b/condominium/data/sale_order_template_line.xml
index 1909aeb19f..94285a1313 100644
--- a/condominium/data/sale_order_template_line.xml
+++ b/condominium/data/sale_order_template_line.xml
@@ -1,67 +1,71 @@
-
-
-
- 0
-
- 7
-
-
-
- 0
-
- 8
-
-
-
- 0
-
- 9
-
-
-
- 0
-
- 10
-
-
-
-
- 4
-
-
-
-
- 2
-
-
- One-Time Fees
-
- line_section
- 1
-
-
- Recurring Fees
-
- line_section
- 3
-
-
- On-Demand Fees
-
- line_section
- 5
-
-
-
- 0
-
- 11
-
-
-
- 0
-
- 6
-
+
+
+
+
+
+
+ line_section
+
+
+
+
+
+
+
+
+
+
+
+ line_section
+
+
+
+
+
+
+
+
+
+
+
+ line_section
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/condominium/data/sale_subscription_plan.xml b/condominium/data/sale_subscription_plan.xml
new file mode 100644
index 0000000000..c4fb69ed89
--- /dev/null
+++ b/condominium/data/sale_subscription_plan.xml
@@ -0,0 +1,8 @@
+
+
+
+ Quarterly
+
+ 3
+
+
\ No newline at end of file
diff --git a/condominium/data/sale_subscription_pricing.xml b/condominium/data/sale_subscription_pricing.xml
new file mode 100644
index 0000000000..8f9170b007
--- /dev/null
+++ b/condominium/data/sale_subscription_pricing.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+ 80.0
+
+
+
+
+ 240.0
+
+
+
+
+ 960.0
+
+
diff --git a/condominium/data/x_buildings.xml b/condominium/data/x_buildings.xml
new file mode 100644
index 0000000000..5baf2aa65e
--- /dev/null
+++ b/condominium/data/x_buildings.xml
@@ -0,0 +1,66 @@
+
+
+
+ Wing A
+
+
+ Engineering Rd, 122
+ Wing A
+ New Orleans
+ 70118
+
+
+
+
+ Wing B
+
+
+ Engineering Rd, 122
+ Wing B
+ New Orleans
+ 70118
+
+
+
+
+ Wing C
+
+
+ Engineering Rd, 122
+ Wing C
+ New Orleans
+ 70118
+
+
+
+
+ Building 1
+
+
+ Dominican Street, 1345
+ Building 1
+ New Orleans
+ 70118
+
+
+
+
+ Building 2
+
+
+ Dominican Street, 1345
+ Building 1
+ New Orleans
+ 70118
+
+
+
+
+ Building A
+ 10
+
+
+ Building B
+ 10
+
+
diff --git a/condominium/data/x_calendar_event_line_a1bce.xml b/condominium/data/x_calendar_event_line_a1bce.xml
new file mode 100644
index 0000000000..8e43d71359
--- /dev/null
+++ b/condominium/data/x_calendar_event_line_a1bce.xml
@@ -0,0 +1,123 @@
+
+
+
+ EXAMEN ET APPROBATION DES COMPTES ET DU BILAN DU 01/01/2024 AU 31/12/2024 - RAPPORT DU COMMISSAIRE AUX COMPTES
+ Le syndic a informƩ les copropriƩtaires que les comptes de l'exercice 2024 et le bilan au 31/12/2024 ont ƩtƩ Ʃtablis par ses soins. Ces
+documents ont été transmis trimestriellement/annuellement à l'ensemble des copropriétaires, comprenant le relevé des dépenses, la
+balance carrƩe, la facture individuelle, ainsi que le bilan.
Il a ƩtƩ rappelƩ que tous les documents comptables sont accessibles sur la plateforme en ligne de The Keys (https://keys8899.optiprodelta.be/).
De plus, tout propriƩtaire ayant le souhait de consulter les comptes peut le faire en prenant un rendez-vous.
Rapport des commissaires aux comptes :
+Monsieur Savoyat, a prƩsentƩ son rapport de vƩrification des dƩcomptes de charges du 01/01/2024 au 31/12/2024. Le rapport de
+vérification sera annexé au présent point du procès-verbal.
+Le commissaire aux comptes, Monsieur Savoyat, a signalƩ que les comptes comportent certaines anomalies et qu'il y a des rectifications
+encore Ć apporter et de ce fait il invite l'AssemblĆ©e Ć ne pas approuver les comptes. Situations des fonds de rĆ©serve et fonds de roulement au 31/12/2024. Le syndic a communiquĆ© les informations suivantes concernant la situation des fonds : Le fonds de roulement actuel est de 5.000 ⬠. Le fonds de rĆ©serve gĆ©nĆ©ral s'Ć©lĆØve Ć 36.186.00 ⬠. Les dĆ©penses annuelles, excluant les frais privatifs, les dotations de fonds et les crĆ©dits provisions, se sont Ć©levĆ©es Ć 23.288,34 ā¬. Situation des copropriĆ©taires dĆ©biteurs
+Ć la date du 31/12/2024 , le montant dĆ» par les copropriĆ©taires s'Ć©lĆØve Ć 2.930,96 ā¬. ]]>
+
+
+
+ Election of the president
+ Margaret proposed herself to own the role. ]]>
+
+
+
+ PrƩsident de sƩance
+ Janet se propose ]]>
+
+
+
+ Accounting 2024 approval
+ The elements at disposal didn't allowed to approve the accounting 2024.]]>
+
+
+
+ fdsfs
+
+
+
+ Designation of the meeting president
+ Janet proposed herself.Owners vote to approve Janet as meeting president.
]]>
+
+
+
+ eertetr
+ smd,fms,df
]]>
+
+
+
+ Comptes 2024
+ 1
+ vbvb]]>
+
+
+
+ Accounts approbation for 2024
+ 1
+ The report of accounts for 2024 was made available to all co-owners in advance:
No changes were asked by the owners.
The owners vote to approve the current account report.
]]>
+
+
+
+ Contract renewal for 2025
+ 1
+ The owners appreciate the work done to meet their needs.]]>
+
+
+
+ Approbation of accounting 2024
+ 1
+ The accounting books have been reviewed by the reporter without any remark.]]>
+
+
+
+ Comptes 2024
+ 2
+ tergergreg]]>
+
+
+
+ bla
+ 2
+
+
+ RƩparation X
+ 2
+
+
+
+ Budget approbation for 2025
+ 2
+ The budget for 2025 is presented to the co-owners during the meeting:
Questions are answered and no change is expected.
The co-owners vote to approve this budget.
]]>
+
+
+
+ Working fund call
+ 2
+ Estimation of yearly need is 12.000⬠.The owners vote to accept the calls to fund this amount for 2025.
]]>
+
+
+
+ A third vote
+ 2
+
+
+ Repair of the main door of wing A
+ 3
+ The main door of wing A has been reported to struggle closing.
It is recommended to repair the door.
The estimated budget is 5000$.
Co-owners vote to request the funds for this repair in 2025.
]]>
+
+
+
+ Exceptional work: Roof rework
+ 3
+ The roof suffers serious leaks which need to be addressed.As an order of magnitude, 300⬠per square meter shall be planned to rework the roof.
The owners vote to call a third of this amount as an exceptional call for fund: 25.000⬠in a single call next quarter.
Multiple quotes will be presented during next general meeting to chose an entrepreneur.
]]>
+
+
+
+ ljdqjskdp
+ 3
+ 't!èt!tyçyi]]>
+
+
+
+ Exceptional work: Parking door replacement
+ 4
+ The parking door starts dating and does not close properly.As an order of magnitude for such door, an estimate for replacement is 9.000ā¬.
Owners discussions put in balance the roof work which is expected to represent a serious amount.
The owners vote to call that amount in a single call next quarter.
]]>
+
+
+
diff --git a/condominium/data/x_calendar_event_line_a1bce_line_a3f04.xml b/condominium/data/x_calendar_event_line_a1bce_line_a3f04.xml
new file mode 100644
index 0000000000..fcd7be0e51
--- /dev/null
+++ b/condominium/data/x_calendar_event_line_a1bce_line_a3f04.xml
@@ -0,0 +1,949 @@
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+ In Favor
+
+
+ Against
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ In Favor
+
+
+ Abstention
+
+
+ Against
+
+
+ Against
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
diff --git a/condominium/data/x_distribution_key.xml b/condominium/data/x_distribution_key.xml
new file mode 100644
index 0000000000..d4c203258c
--- /dev/null
+++ b/condominium/data/x_distribution_key.xml
@@ -0,0 +1,39 @@
+
+
+
+ Default
+
+ Shares
+
+
+ Wing A
+
+ Shares
+
+
+ Wing B
+
+ Shares
+
+
+ Wing C
+
+ Shares
+
+
+ Accesses
+
+ Shares
+
+
+ Electricity
+
+ Meter Readings
+
+
+
+ Default
+
+ Shares
+
+
diff --git a/condominium/data/x_meeting.xml b/condominium/data/x_meeting.xml
new file mode 100644
index 0000000000..ccb4cb81a1
--- /dev/null
+++ b/condominium/data/x_meeting.xml
@@ -0,0 +1,7 @@
+
+
+
+ General Meeting 2025
+ 10
+
+
diff --git a/condominium/data/x_meter_reading.xml b/condominium/data/x_meter_reading.xml
new file mode 100644
index 0000000000..63a76dfcd4
--- /dev/null
+++ b/condominium/data/x_meter_reading.xml
@@ -0,0 +1,141 @@
+
+
+
+
+ 2025-04-22
+ 123456.0
+ 456.0
+
+
+
+
+ 2025-01-01
+ 123000.0
+
+
+
+
+ 2025-04-24
+ 123.0
+ lmsfdmzkfd
+
+
+
+
+ 2025-03-25
+ 789.0
+ 333.0
+
+
+
+
+ 2024-01-03
+ 123.0
+
+
+
+
+ 2025-01-07
+ 456.0
+ 222.0
+
+
+
+
+ 2024-03-01
+ 234.0
+ 111.0
+
+
+
+
+ 2024-04-01
+ 12.0
+
+
+
+
+ 2025-01-07
+ 58.0
+ 46.0
+
+
+
+
+ 2024-01-01
+ 10234.0
+
+
+
+
+ 2025-04-01
+ 10320.0
+ 86.0
+
+
+
+
+ 2024-01-01
+ 789.0
+
+
+
+
+ 2025-01-01
+ 1234.0
+ 445.0
+
+
+
+
+ 2024-01-01
+ 345.0
+
+
+
+
+ 2025-04-01
+ 567.0
+ 222.0
+
+
+
+
+ 2024-01-01
+ 230.0
+
+
+
+
+ 2025-01-01
+ 340.0
+ 110.0
+
+
+
+
+ 2024-01-01
+ 123456.0
+
+
+
+
+ 2025-01-01
+ 123567.0
+ 111.0
+
+
+
+
+ 2024-01-01
+ 123.0
+
+
+
+
+ 2025-01-01
+ 567.0
+ 444.0
+
+
+
diff --git a/condominium/data/x_period.xml b/condominium/data/x_period.xml
new file mode 100644
index 0000000000..66fe3117e4
--- /dev/null
+++ b/condominium/data/x_period.xml
@@ -0,0 +1,15 @@
+
+
+
+ 10
+ 2024
+ 2024-01-01
+ 2024-12-31
+
+
+ 10
+ 2025
+ 2025-01-01
+ 2025-12-31
+
+
diff --git a/condominium/data/x_property.xml b/condominium/data/x_property.xml
new file mode 100644
index 0000000000..1922ee0698
--- /dev/null
+++ b/condominium/data/x_property.xml
@@ -0,0 +1,132 @@
+
+
+
+ Apartment A0
+ 10
+
+
+ 0
+ 100.0
+
+
+
+
+ Apartment A1
+ 10
+
+
+ 1
+ 100.0
+
+
+
+ Apartment A2
+ 10
+
+
+ 2
+ 120.0
+
+
+
+ Basement AB
+ 10
+
+
+ -1
+ 50.0
+
+
+
+ Garage AG
+ 10
+
+
+ -1
+ 40.0
+
+
+
+ Apartment B0
+ 10
+
+
+ 0
+ 200.0
+
+
+
+ Apartment B1.1
+ 10
+
+
+ 1
+ 80.0
+
+
+
+ Apartment B1.2
+ 10
+
+
+ 1
+ 100.0
+
+
+
+ House C1
+ 10
+
+
+ 0
+ 300.0
+
+
+
+ Parking CP
+ 10
+
+
+ 0
+
+ 20.0
+
+
+
+ Studio CS
+ 10
+
+
+ 0
+
+ 50.0
+
+
+
+ Studio 101
+ 10
+
+
+ 0
+ 38.0
+
+
+
+ Studio 102
+ 10
+
+
+ 0
+ 42.0
+
+
+
+ Studio 201
+ 10
+
+
+ 0
+ 28.0
+
+
+
diff --git a/condominium/data/x_property_line_019a4.xml b/condominium/data/x_property_line_019a4.xml
new file mode 100644
index 0000000000..be7c2a5381
--- /dev/null
+++ b/condominium/data/x_property_line_019a4.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ 2024-03-01
+
+
+
+ 2023-01-01
+ 2024-03-01
+
+
+
+ 2023-04-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+
+ 2023-01-01
+
+
+ 2025-01-01
+
+
+ 2025-01-01
+
+
+ 2025-01-01
+
+
+
+ 2025-01-01
+
+
+
+ 2025-04-01
+
+
+
+ 2025-01-01
+
+
diff --git a/condominium/data/x_property_line_07bf7.xml b/condominium/data/x_property_line_07bf7.xml
new file mode 100644
index 0000000000..794a5d724c
--- /dev/null
+++ b/condominium/data/x_property_line_07bf7.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 2025-02-04
+
+
diff --git a/condominium/data/x_property_line_bfb14.xml b/condominium/data/x_property_line_bfb14.xml
new file mode 100644
index 0000000000..f8135631b8
--- /dev/null
+++ b/condominium/data/x_property_line_bfb14.xml
@@ -0,0 +1,17 @@
+
+
+
+ 2025-01-01
+ RelevƩ
+
+ 123.0
+
+
+
+ 2025-04-24
+ RelevƩ
+
+ 457.0
+
+
+
diff --git a/condominium/data/x_ratios.xml b/condominium/data/x_ratios.xml
new file mode 100644
index 0000000000..af1e93e465
--- /dev/null
+++ b/condominium/data/x_ratios.xml
@@ -0,0 +1,628 @@
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.10344827586206896
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.034482758620689655
+
+
+
+
+ 0.1724137931034483
+
+
+
+
+ 0.06896551724137931
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.18867924528301888
+
+
+
+
+ 0.09433962264150944
+
+
+
+
+ 0.37735849056603776
+
+
+
+
+ 0.1509433962264151
+
+
+
+
+ 0.18867924528301888
+
+
+
+
+ 0.24390243902439024
+
+
+
+
+ 0.24390243902439024
+
+
+
+
+ 0.2926829268292683
+
+
+
+
+ 0.12195121951219512
+
+
+
+
+ 0.0975609756097561
+
+
+
+
+ 0.5263157894736842
+
+
+
+
+ 0.21052631578947367
+
+
+
+
+ 0.2631578947368421
+
+
+
+
+ 0.25862068965517243
+
+
+
+
+ 0.017241379310344827
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.8108108108108109
+
+
+
+
+ 0.05405405405405406
+
+
+
+
+ 0.13513513513513514
+
+
+
+
+ 0.35185185185185186
+
+
+
+
+ 0.3888888888888889
+
+
+
+
+ 0.25925925925925924
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.10344827586206896
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.034482758620689655
+
+
+
+
+ 0.1724137931034483
+
+
+
+
+ 0.06896551724137931
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.25862068965517243
+
+
+
+
+ 0.017241379310344827
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.6666666666666666
+
+
+
+
+ 0.3333333333333333
+
+
+
+
+ 0.17543859649122806
+
+
+
+
+ 0.17543859649122806
+
+
+
+
+ 0.3508771929824561
+
+
+
+
+ 0.17543859649122806
+
+
+
+
+ 0.03508771929824561
+
+
+
+
+ 0.08771929824561403
+
+
+
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.10344827586206896
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.034482758620689655
+
+
+
+
+ 0.1724137931034483
+
+
+
+
+ 0.06896551724137931
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.25862068965517243
+
+
+
+
+ 0.017241379310344827
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.10344827586206896
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 0.034482758620689655
+
+
+
+
+ 0.1724137931034483
+
+
+
+
+ 0.06896551724137931
+
+
+
+
+ 0.08620689655172414
+
+
+
+
+ 0.25862068965517243
+
+
+
+
+ 0.017241379310344827
+
+
+
+
+ 0.04310344827586207
+
+
+
+
+ 8.620689655172415
+
+
+
+
+
+ 8.620689655172415
+
+
+
+
+
+ 10.344827586206897
+
+
+
+
+
+ 4.310344827586207
+
+
+
+
+
+ 3.4482758620689653
+
+
+
+
+
+ 17.24137931034483
+
+
+
+
+
+ 6.896551724137931
+
+
+
+
+
+ 8.620689655172415
+
+
+
+
+
+ 25.862068965517242
+
+
+
+
+
+ 1.7241379310344827
+
+
+
+
+
+ 4.310344827586207
+
+
+
+
+
+ 24.390243902439025
+
+
+
+
+
+ 24.390243902439025
+
+
+
+
+
+ 29.268292682926827
+
+
+
+
+
+ 12.195121951219512
+
+
+
+
+
+ 9.75609756097561
+
+
+
+
+
+ 52.63157894736842
+
+
+
+
+
+ 21.052631578947366
+
+
+
+
+
+ 26.31578947368421
+
+
+
+
+
+ 81.08108108108108
+
+
+
+
+
+ 5.405405405405405
+
+
+
+
+
+ 13.513513513513514
+
+
+
+
+
+ 66.66666666666666
+
+
+
+
+
+ 33.33333333333333
+
+
+
+
+
+ 0.35185185185185186
+
+
+
+
+
+ 0.3888888888888889
+
+
+
+
+
+ 0.25925925925925924
+
+
+
+
+
+ 0.26666666666666666
+
+
+
+
+ 0.10666666666666667
+
+
+
+
+ 0.13333333333333333
+
+
+
+
+ 0.4
+
+
+
+
+ 0.02666666666666667
+
+
+
+
+ 0.06666666666666667
+
+
+
+
+ 9.090909090909092
+
+
+
+
+ 9.090909090909092
+
+
+
+
+ 10.909090909090908
+
+
+
+
+ 4.545454545454546
+
+
+
+
+ 18.181818181818183
+
+
+
+
+ 7.2727272727272725
+
+
+
+
+ 9.090909090909092
+
+
+
+
+ 27.27272727272727
+
+
+
+
+ 4.545454545454546
+
+
+
+
+ 19.607843137254903
+
+
+
+
+ 7.8431372549019605
+
+
+
+
+ 39.21568627450981
+
+
+
+
+ 19.607843137254903
+
+
+
+
+ 3.9215686274509802
+
+
+
+
+ 9.803921568627452
+
+
+
diff --git a/condominium/data/x_vote_criteria.xml b/condominium/data/x_vote_criteria.xml
new file mode 100644
index 0000000000..204c9eb794
--- /dev/null
+++ b/condominium/data/x_vote_criteria.xml
@@ -0,0 +1,18 @@
+
+
+
+ Absolute Majority
+ 10
+ 0.5
+
+
+ Unanimity
+ 10
+ 1.0
+
+
+ Majority of 2/3rd
+ 10
+ 0.6659999999999999
+
+
diff --git a/condominium/demo/account_analytic_account.xml b/condominium/demo/account_analytic_account.xml
index 89c91bb93a..d026fee62b 100644
--- a/condominium/demo/account_analytic_account.xml
+++ b/condominium/demo/account_analytic_account.xml
@@ -2,7 +2,6 @@
Apartment A0
-
@@ -12,7 +11,6 @@
Apartment A1
-
100.0
@@ -21,7 +19,6 @@
Apartment A2
-
100.0
@@ -30,7 +27,6 @@
Apartment B0
-
200.0
@@ -39,7 +35,6 @@
Apartment B1.1
-
100.0
@@ -48,7 +43,6 @@
Apartment B1.2
-
100.0
@@ -57,7 +51,6 @@
Basement AB
-
50.0
@@ -67,7 +60,6 @@
Garage AG
-
40.0
@@ -77,7 +69,6 @@
House C1
-
300.0
@@ -86,7 +77,6 @@
Parking CP
-
20.0
@@ -96,7 +86,6 @@
Studio CS
-
50.0
@@ -104,4 +93,103 @@
0
+
+ Kick-Off Template
+
+
+
+ S00002 - Kick-Off Template
+
+
+
+
+ Apartment A0 - Charlotte M. Warren
+
+
+
+
+
+ Apartment A0 - Steven S. Jackson
+
+
+
+
+
+ Apartment A1 - Harold J. Butler
+
+
+
+
+
+ Apartment A2 - Ronda V. Jones
+
+
+
+
+
+ Apartment B0 - Margaret E. Lowe
+
+
+
+
+
+ Apartment B1.1 - Janet D. Halle
+
+
+
+
+
+ Apartment B1.2 - Janet D. Halle
+
+
+
+
+
+ Basement AB - Harold J. Butler
+
+
+
+
+
+ Garage AG - Charlotte M. Warren
+
+
+
+
+
+ House C1 - Steven S. Jackson
+
+
+
+
+
+ Parking CP - Steven S. Jackson
+
+
+
+
+
+ Studio 101 - Micheal E. Rosales
+
+
+
+
+
+ Studio 102 - Peter E. Lee
+
+
+
+
+
+ Studio 201 - Todd S. Zimmerman
+
+
+
+
+
+ Studio CS - Steven S. Jackson
+
+
+
+
diff --git a/condominium/demo/calendar_event.xml b/condominium/demo/calendar_event.xml
new file mode 100644
index 0000000000..95f1c87fa6
--- /dev/null
+++ b/condominium/demo/calendar_event.xml
@@ -0,0 +1,12 @@
+
+
+
+ General Meeting 2025
+ 2025-06-06 10:00:00
+ 2.0
+ 2025-06-06 12:00:00
+
+
+
+
+
diff --git a/condominium/demo/res_company.xml b/condominium/demo/res_company.xml
index 4974bbc260..5df2dab234 100644
--- a/condominium/demo/res_company.xml
+++ b/condominium/demo/res_company.xml
@@ -18,16 +18,4 @@
-
-
- generic_coa
-
-
-
-
-
- generic_coa
-
-
-
diff --git a/condominium/demo/sale_order.xml b/condominium/demo/sale_order.xml
index f8460c494f..d737748ec5 100644
--- a/condominium/demo/sale_order.xml
+++ b/condominium/demo/sale_order.xml
@@ -1,42 +1,73 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/condominium/demo/sale_order_line.xml b/condominium/demo/sale_order_line.xml
index 3e5182de13..0f4f363776 100644
--- a/condominium/demo/sale_order_line.xml
+++ b/condominium/demo/sale_order_line.xml
@@ -1,151 +1,305 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Extraordinary General Meeting
-
- One-Time Fees
-
+
+
+
line_section
+ One-Time Fees
-
+
+
-
+
+ Kick-Off Fees
+Contracts establishment
+ Co-ownership creation in the software
+ Act analysis
+ Insurance analysis
+ Identification forms creation
+ Audit
+ Opening/handover bank account(s) and company number
+ Meters reading
+ Call for funds and provisions
+ Organization of general meeting
-
- Recurring Fees
-
+
+
+
line_section
+ Recurring Fees
-
-
-
-
+
+
+
+
+ Recurring Service Fees
+Approximately $50 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
-
- On-Demand Fees
-
+
+
+
line_section
+ On-Demand Fees
-
+
+
-
+
+ Extraordinary General Meeting
-
+
+
-
+
+ Communication of information to the notary
-
+
+
-
+
+ First Reminder
-
+
+
-
+
+ Second Reminder
+This does not include the fees from the ushers
-
+
+
-
+
+ Third Reminder
+This does not include the fees from the ushers, lawyers, experts, etc.
-
+
+
-
+
+ Hourly Rate
+All other extra services will be invoiced at the hourly rate, See Terms & Condition for further information about the hourly rate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Archives fees
+
+
+
+
+
+ Auxiliary groups
+
+
+
+
+
+ Architect/engineer fees
+Apartment A2
+
+
+
+
+
+ Architect/engineer fees
- One-Time Fees
-
+
+
+
+ Architect/engineer fees
+
+
+
+
+
+ Monthly Service Fees
+Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
+ 5.0
+
+
+
+
+
+ Monthly Service Fees
+Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
+
+
+
+
+
+ Monthly Service Fees
+Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
+ 9.0
+
+
+
+
line_section
+ One-Time Fees
-
+
+
-
+
+ Kick-Off Fees
+Contracts establishment
+ Co-ownership creation in the software
+ Act analysis
+ Insurance analysis
+ Identification forms creation
+ Audit
+ Opening/handover bank account(s) and company number
+ Meters reading
+ Call for funds and provisions
+ Organization of general meeting
-
- Recurring Fees
-
+
+
+
line_section
+ Recurring Fees
-
+
+
-
+
+ Service Fees
+Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
-
- On-Demand Fees
-
+
+
+
line_section
+ On-Demand Fees
-
+
+
-
+
+ Extraordinary General Meeting
-
+
+
-
+
+ Communication of information to the notary
-
+
+
-
+
+ First Reminder
-
+
+
-
+
+ Second Reminder
+This does not include the fees from the ushers
-
+
+
-
+
+ Third Reminder
+This does not include the fees from the ushers, lawyers, experts, etc.
-
+
+
-
+
+ Hourly Rate
+All other extra services will be invoiced at the hourly rate, See Terms & Condition for further information about the hourly rate
+
-
-
-
- 9.0
-
-
+
+
-
+
+ Working Fund
-
+
+
-
-
-
-
-
+
+ Reserve Fund
-
-
-
- 5.0
+
+
+
+
+ Service Fees
+Approximately $80 per property per month, See Terms & Condition for further information about the coverage of the Service Fees
diff --git a/condominium/demo/sale_order_post.xml b/condominium/demo/sale_order_post.xml
index bd5ae07623..465b6d60c8 100644
--- a/condominium/demo/sale_order_post.xml
+++ b/condominium/demo/sale_order_post.xml
@@ -11,7 +11,7 @@
-
+
diff --git a/condominium/demo/x_buildings.xml b/condominium/demo/x_buildings.xml
index 8317f9c616..dfa901739a 100644
--- a/condominium/demo/x_buildings.xml
+++ b/condominium/demo/x_buildings.xml
@@ -55,4 +55,12 @@
+
+ Building A
+ 10
+
+
+ Building B
+ 10
+
diff --git a/condominium/demo/x_calendar_event_line_a1bce_line_a3f04.xml b/condominium/demo/x_calendar_event_line_a1bce_line_a3f04.xml
new file mode 100644
index 0000000000..fcd7be0e51
--- /dev/null
+++ b/condominium/demo/x_calendar_event_line_a1bce_line_a3f04.xml
@@ -0,0 +1,949 @@
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+ In Favor
+
+
+ Against
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ In Favor
+
+
+ Abstention
+
+
+ Against
+
+
+ Against
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Abstention
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ In Favor
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Abstention
+
+
+
+ Abstention
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ In Favor
+
+
+
+ Against
+
+
+
+ Against
+
+
+
diff --git a/condominium/static/src/js/my_tour.js b/condominium/static/src/js/my_tour.js
index f0d93c129a..6a97a4ac31 100644
--- a/condominium/static/src/js/my_tour.js
+++ b/condominium/static/src/js/my_tour.js
@@ -4,7 +4,6 @@ import { _t } from "@web/core/l10n/translation";
import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add("condominium_knowledge_tour", {
- url: "/odoo",
steps: () => [
{
From 35f77d1861828230e86ac1182bc4a972526e4699 Mon Sep 17 00:00:00 2001
From: mega
Date: Tue, 15 Jul 2025 18:22:00 +0530
Subject: [PATCH 02/20] split analytic item -2
- split account.analytoic.line wizard
---
condominium/data/ir_actions_server.xml | 59 +++++++++--------------
condominium/data/ir_model_fields.xml | 65 ++++++++------------------
2 files changed, 42 insertions(+), 82 deletions(-)
diff --git a/condominium/data/ir_actions_server.xml b/condominium/data/ir_actions_server.xml
index 803a885092..967cc86910 100644
--- a/condominium/data/ir_actions_server.xml
+++ b/condominium/data/ir_actions_server.xml
@@ -30,7 +30,7 @@ if round(total_share) != 100:
for line in records.x_line_ids:
analytic_id = line.x_analytic_account_name_id
analytic_name = analytic_id.name
-
+ original_id = line.x_analytic_line_id.id
new_analytic_item_id = new_analytic_item.create({
"x_plan11_id": analytic_id.id,
@@ -38,21 +38,21 @@ for line in records.x_line_ids:
"amount": line.x_amount
})
# new_analytic_item += new_analytic_item_id
- # occupied_cells.append((line.x_analytic_line_id.id, new_analytic_item_id))
+ # occupied_cells.append((original_id, new_analytic_item_id))
- if line.x_analytic_line_id.id in occupied_cells:
- occupied_cells[line.x_analytic_line_id.id].update(new_analytic_item_id)
+ if original_id in occupied_cells:
+ occupied_cells[original_id].update(new_analytic_item_id)
else:
- occupied_cells.update({line.x_analytic_line_id.id: set(new_analytic_item_id)})
+ occupied_cells.update({original_id: set(new_analytic_item_id)})
- if line.x_analytic_line_id.id in note_details:
+ if original_id in note_details:
analytic_url = f"/odoo/analytic-items/{new_analytic_item_id.id}"
note_line = f"- {line.x_share:.2f}% on {analytic_name} "
- note_details[line.x_analytic_line_id.id].add(note_line)
+ note_details[original_id].add(note_line)
else:
analytic_url = f"/odoo/analytic-items/{new_analytic_item_id.id}"
note_line = {f"- {line.x_share:.2f}% on {analytic_name} "}
- note_details.update({line.x_analytic_line_id.id: set(note_line)})
+ note_details.update({original_id: set(note_line)})
for cell, new_analytic_lines in occupied_cells.items():
for new_analytic_line in list(new_analytic_lines):
@@ -77,20 +77,6 @@ for Aid, values in note_details.items():
"""
new_analytic_item.browse(Aid).write({"x_notes": note_html.strip()})
-
-# for Aid, values in occupied_cells.items():
-# raise UserError(values)
-# for value in values:
-# raise UserError(value)
-
-# note_html = f"""
-# {datetime.date}
-# Analytic item coming from a split
-# {' '.join(note_lines)}
-# See original analytic item:
-#
-# """
-
# new_analytic_item.write({"x_notes": note_html.strip()})]]>
@@ -101,31 +87,30 @@ for Aid, values in note_details.items():
list,kanban
code
-
+action['res_id'] = wizard.id]]>
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index e2db1b65fa..235016d38e 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -1,6 +1,5 @@
-=======
x_name
char
@@ -1762,33 +1761,7 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_calendar_event_line_a1bce
-
+
x_analytic_account_wizard_id
@@ -1797,6 +1770,16 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_analytic_account_wizard
+
+
+ x_line_ids
+ one2many
+ x_analytic_account_wizard_line
+ x_analytic_account_wizard_id
+ Split Lines
+
+
+
@@ -1832,15 +1815,6 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_currency_id
True
-
-
- x_line_ids
- one2many
- x_analytic_account_wizard_line
- x_analytic_account_wizard_id
- Split Lines
-
-
x_share
@@ -1856,14 +1830,6 @@ for line in self:
-
-
- x_total
- float
- Total
-
-
-
x_notes
html
@@ -1871,6 +1837,15 @@ for line in self:
Notes
+<<<<<<< HEAD
>>>>>>> 413a26e70 (Cleanup commit -1)
+=======
+
+ x_total
+ float
+ Total
+
+
+>>>>>>> 6a2cafc57 (split analytic item -2)
From 5969b4b5a7efbad362abc19e97389f470141f3d6 Mon Sep 17 00:00:00 2001
From: mega
Date: Tue, 15 Jul 2025 19:11:58 +0530
Subject: [PATCH 03/20] Cleanup commit -3
- change a sequence
---
condominium/data/ir_actions_server.xml | 4 +-
condominium/data/ir_model_fields.xml | 76 ++++++++++++++++++++------
2 files changed, 60 insertions(+), 20 deletions(-)
diff --git a/condominium/data/ir_actions_server.xml b/condominium/data/ir_actions_server.xml
index 967cc86910..df502f9228 100644
--- a/condominium/data/ir_actions_server.xml
+++ b/condominium/data/ir_actions_server.xml
@@ -33,7 +33,7 @@ for line in records.x_line_ids:
original_id = line.x_analytic_line_id.id
new_analytic_item_id = new_analytic_item.create({
- "x_plan11_id": analytic_id.id,
+ "x_plan2_id": analytic_id.id,
"name": analytic_id.name,
"amount": line.x_amount
})
@@ -96,7 +96,7 @@ for record in records:
for _ in range(2):
analytic_account_lines.append((0, 0, {
- "x_analytic_account_name_id": record.x_plan11_id.id,
+ "x_analytic_account_name_id": record.x_plan2_id.id,
"x_analytic_line_id": record.id,
"x_amount": split_amount
}))
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index 235016d38e..69e374f28b 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -585,6 +585,14 @@ for record in self:
x_studio_current_owner
res.partner
+
+ many2one
+
+ Property
+
+ x_studio_property
+ x_property
+
char
@@ -872,6 +880,13 @@ for record in self:
+
+ x_studio_property
+ many2one
+
+ Property
+ x_property
+
one2many
Meter Reading ids
@@ -1541,6 +1556,14 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_distribution_key_id
x_distribution_key
+
+ many2one
+
+ Distribution Key
+
+ x_studio_distribution_key
+ x_distribution_key
+
many2one
@@ -1760,8 +1783,14 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_calendar_event_line_a1bce_id
x_calendar_event_line_a1bce
-
-
+
+ one2many
+ New Lines
+
+ x_studio_one2many_field_1ed_1is91cj3m
+ x_calendar_event_line_a1bce_line_89b1c
+ x_calendar_event_line_a1bce_id
+
x_analytic_account_wizard_id
@@ -1770,16 +1799,18 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_analytic_account_wizard
-
-
- x_line_ids
- one2many
- x_analytic_account_wizard_line
- x_analytic_account_wizard_id
- Split Lines
-
-
+
@@ -1794,10 +1825,9 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
many2one
account.analytic.account
Account name
- x_analytic_line_id.x_plan11_id
+ x_analytic_line_id.x_plan2_id
-
x_currency_id
many2one
@@ -1815,6 +1845,15 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_currency_id
True
+
+
+ x_line_ids
+ one2many
+ x_analytic_account_wizard_line
+ x_analytic_account_wizard_id
+ Split Lines
+
+
x_share
@@ -1830,6 +1869,12 @@ for line in self:
+
+ x_total
+ float
+ Total
+
+
x_notes
html
@@ -1837,15 +1882,10 @@ for line in self:
Notes
-<<<<<<< HEAD
-
->>>>>>> 413a26e70 (Cleanup commit -1)
-=======
x_total
float
Total
->>>>>>> 6a2cafc57 (split analytic item -2)
From f5b98b6743b3556b1651f93c6ef1b6760bac7013 Mon Sep 17 00:00:00 2001
From: mega
Date: Wed, 16 Jul 2025 17:09:38 +0530
Subject: [PATCH 04/20] Cleanup commit -4
- demo
---
condominium/__manifest__.py | 9 +-
condominium/data/account_analytic_account.xml | 195 +++
condominium/data/ir_actions_act_window.xml | 3 +
condominium/data/ir_actions_server.xml | 12 +-
condominium/data/ir_default.xml | 2 +-
condominium/data/ir_model_fields.xml | 24 +-
condominium/data/ir_ui_menu.xml | 22 +-
condominium/data/ir_ui_view.xml | 1269 +-------------
condominium/data/product_product.xml | 7 +-
condominium/data/qweb_view copy----------.xml | 699 ++++++++
condominium/data/qweb_view.xml | 1504 +++++++++++++++++
condominium/data/res_company.xml | 88 +-
condominium/data/res_partner.xml | 424 ++---
condominium/data/sale_order_template_line.xml | 11 -
condominium/data/x_meter_reading.xml | 6 +-
condominium/demo/account_analytic_account.xml | 63 +-
condominium/demo/res_company.xml | 21 -
condominium/demo/res_partner.xml | 211 ---
18 files changed, 2784 insertions(+), 1786 deletions(-)
create mode 100644 condominium/data/account_analytic_account.xml
create mode 100644 condominium/data/qweb_view copy----------.xml
create mode 100644 condominium/data/qweb_view.xml
delete mode 100644 condominium/demo/res_company.xml
delete mode 100644 condominium/demo/res_partner.xml
diff --git a/condominium/__manifest__.py b/condominium/__manifest__.py
index 25f6bb70c5..bd3ca979b7 100644
--- a/condominium/__manifest__.py
+++ b/condominium/__manifest__.py
@@ -7,11 +7,13 @@
'account_check_printing',
'account_followup',
'accountant',
+ 'appointment_account_payment',
'calendar',
'contacts',
'documents_product',
'documents_project_sale',
'documents_spreadsheet',
+ 'l10n_be_reports_post_wizard',
'helpdesk_sale_timesheet',
'hr',
'knowledge',
@@ -29,10 +31,11 @@
'data/account_analytic_plan.xml',
'data/ir_filters.xml',
'data/ir_default.xml',
- 'data/meter_view.xml',
+ # 'data/meter_view.xml',
'data/ir_actions_act_window.xml',
'data/ir_actions_act_window_view.xml',
'data/ir_ui_view.xml',
+ 'data/qweb_view.xml',
'data/ir_ui_menu.xml',
'data/ir_model_access.xml',
'data/ir_rule.xml',
@@ -57,7 +60,6 @@
'data/res_partner.xml',
'data/res_company.xml',
'data/x_distribution_key.xml',
-
'data/x_vote_criteria.xml',
'data/x_calendar_event_line_a1bce.xml',
'data/x_meters.xml',
@@ -67,7 +69,7 @@
'data/x_buildings.xml',
'data/x_property.xml',
'data/x_property_line_019a4.xml',
- 'demo/account_analytic_account.xml',
+ 'data/account_analytic_account.xml',
'data/x_meter_reading.xml',
'data/x_period.xml',
'data/x_property_line_07bf7.xml',
@@ -92,6 +94,7 @@
},
'author': 'Odoo S.A.',
"cloc_exclude": [
+ 'data/qweb_view.xml',
"data/knowledge_article.xml",
"static/src/js/acquisition.js",
"static/src/js/my_tour.js",
diff --git a/condominium/data/account_analytic_account.xml b/condominium/data/account_analytic_account.xml
new file mode 100644
index 0000000000..6eb0c4f00c
--- /dev/null
+++ b/condominium/data/account_analytic_account.xml
@@ -0,0 +1,195 @@
+
+
+
+ Apartment A0
+
+
+
+ 100.0
+
+ 0
+
+
+ Apartment A1
+
+
+ 100.0
+
+ 1
+
+
+ Apartment A2
+
+
+ 100.0
+
+ 2
+
+
+ Apartment B0
+
+
+ 200.0
+
+ 0
+
+
+ Apartment B1.1
+
+
+ 100.0
+
+ 1
+
+
+ Apartment B1.2
+
+
+ 100.0
+
+ 1
+
+
+ Basement AB
+
+
+ 50.0
+
+
+ -1
+
+
+ Garage AG
+
+
+ 40.0
+
+
+ -1
+
+
+ House C1
+
+
+ 300.0
+
+ 0
+
+
+ Parking CP
+
+
+ 20.0
+
+
+ 0
+
+
+ Studio CS
+
+
+ 50.0
+
+
+ 0
+
+
+ Kick-Off Template
+
+
+
+ S00002 - Kick-Off Template
+
+
+
+
+ Apartment A0 - Charlotte M. Warren
+
+
+
+
+
+ Apartment A0 - Steven S. Jackson
+
+
+
+
+
+ Apartment A1 - Harold J. Butler
+
+
+
+
+
+ Apartment A2 - Ronda V. Jones
+
+
+
+
+
+ Apartment B0 - Margaret E. Lowe
+
+
+
+
+
+ Apartment B1.1 - Janet D. Halle
+
+
+
+
+
+ Apartment B1.2 - Janet D. Halle
+
+
+
+
+
+ Basement AB - Harold J. Butler
+
+
+
+
+
+ Garage AG - Charlotte M. Warren
+
+
+
+
+
+ House C1 - Steven S. Jackson
+
+
+
+
+
+ Parking CP - Steven S. Jackson
+
+
+
+
+
+ Studio 101 - Micheal E. Rosales
+
+
+
+
+
+ Studio 102 - Peter E. Lee
+
+
+
+
+
+ Studio 201 - Todd S. Zimmerman
+
+
+
+
+
+ Studio CS - Steven S. Jackson
+
+
+
+
+
diff --git a/condominium/data/ir_actions_act_window.xml b/condominium/data/ir_actions_act_window.xml
index e738b1ec28..555729878b 100644
--- a/condominium/data/ir_actions_act_window.xml
+++ b/condominium/data/ir_actions_act_window.xml
@@ -461,4 +461,7 @@
account.analytic.line
pivot,list,form,grid
+
+
+
diff --git a/condominium/data/ir_actions_server.xml b/condominium/data/ir_actions_server.xml
index df502f9228..16e56b5b30 100644
--- a/condominium/data/ir_actions_server.xml
+++ b/condominium/data/ir_actions_server.xml
@@ -9,7 +9,6 @@
records.action_confirm()
]]>
-
Confirm
code
@@ -28,12 +27,17 @@ if round(total_share) != 100:
raise UserError(total_share)
for line in records.x_line_ids:
+ project_plan, other_plans = line.x_analytic_line_id.env['account.analytic.plan']._get_all_plans()
+ for plan in other_plans:
+ if plan.name == 'Properties':
+ fname = plan._column_name()
+
analytic_id = line.x_analytic_account_name_id
analytic_name = analytic_id.name
original_id = line.x_analytic_line_id.id
new_analytic_item_id = new_analytic_item.create({
- "x_plan2_id": analytic_id.id,
+ fname: analytic_id.id or '',
"name": analytic_id.name,
"amount": line.x_amount
})
@@ -68,7 +72,6 @@ for cell, new_analytic_lines in occupied_cells.items():
new_analytic_line.write({"x_notes": note_html.strip()})
for Aid, values in note_details.items():
- raise UserError(values)
note_html = f"""
{datetime.date.today().strftime("%d %B %Y")}
Analytic item splited
@@ -96,7 +99,6 @@ for record in records:
for _ in range(2):
analytic_account_lines.append((0, 0, {
- "x_analytic_account_name_id": record.x_plan2_id.id,
"x_analytic_line_id": record.id,
"x_amount": split_amount
}))
@@ -183,7 +185,7 @@ for mr in mrs:
code
diff --git a/condominium/data/ir_default.xml b/condominium/data/ir_default.xml
index aea61ed824..d76a335211 100644
--- a/condominium/data/ir_default.xml
+++ b/condominium/data/ir_default.xml
@@ -1,5 +1,5 @@
-
+
true
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index 69e374f28b..12414eeb2a 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -1820,14 +1820,14 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
account.analytic.line
-
+
x_currency_id
many2one
@@ -1882,10 +1882,20 @@ for line in self:
Notes
-
- x_total
- float
- Total
-
+
+ x_analytic_account_name_id
+
+ many2one
+ account.analytic.account
+ x_amount
+ Account name test
+
diff --git a/condominium/data/ir_ui_menu.xml b/condominium/data/ir_ui_menu.xml
index d9d1d12955..5930b23e36 100644
--- a/condominium/data/ir_ui_menu.xml
+++ b/condominium/data/ir_ui_menu.xml
@@ -83,6 +83,12 @@
1
+
-
+
+
+
+ Meters
+
+ 1
@@ -250,12 +262,6 @@
2
-
-
- Meters
-
- 1
-
diff --git a/condominium/data/ir_ui_view.xml b/condominium/data/ir_ui_view.xml
index 34dad87784..08de6caa58 100644
--- a/condominium/data/ir_ui_view.xml
+++ b/condominium/data/ir_ui_view.xml
@@ -1,30 +1,5 @@
-
-
-
-
-
-
-
-
-
- web.basic_layout
- basic_layout
-
- qweb
-
analytic.analytic.account.form customization
@@ -494,9 +469,9 @@
160
form
-
+
@@ -1325,97 +1300,6 @@
Default search view for x_calendar_event_line_920fe
search
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document_
-
- web_studio_backup__condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
- qweb
-
-
-
-
-
-
-
- lijdlijDZMZQ
-
-
-
- /
-
-
-
- nO VOTES.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
- extension
-
- web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
- 9999999
- qweb
-
@@ -1443,158 +1327,7 @@
1600
form
-
-
-
-
-
-
-
-
Company tagline
-
-
-
-
-
-
-
-
Company address block
-
Contains the company address.
-
-
-
-
-
-
-
Company details block
-
Contains the company details.
-
-
-
-
- Tax ID :
- US12345671
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.external_layout_standard_
-
- web_studio_backup__external_layout_standard
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.external_layout_standard
- extension
-
- web_studio.external_layout_standard
- 9999999
- qweb
-
-
-
-
-
-
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
- qweb
-
-
-
-
-
-
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.basic_layout_
-
- web_studio_backup__basic_layout
- qweb
-
+
@@ -1823,1001 +1556,7 @@
160
form
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
-
- web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- qweb
-
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
- owners
- were present and represented
- %
- of the owner ratios.
-
-
-
- Attending
-
-
-
- , representing
- % of the owner ratios
- and delegating ;
-
-
-
-
- Excused
-
-
- , representing
- % of the owner ratios
- and delegating ;
-
-
-
-
-
-
-
-
-
- Motions
-
-
-
-
-
-
- .
-
- Votes (need ):
-
-
-
- Abstention: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- Against: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- In favor: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- The motion is .
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- extension
-
- web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- 9999999
- qweb
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- 9999999
-
-
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
- qweb
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
owners
- were present and represented
- %
- of the owner ratios.
-
-
-
-
Attending
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
Excused
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
-
-
-
-
- Motions
-
-
-
-
-
-
- .
-
- Votes (need ):
-
-
-
- Abstention: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- Against: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- In favor: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- The motion is .
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
- qweb
-
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
owners
- were present and represented
- %
- of the owner ratios.
-
-
-
-
Attending
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
Excused
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
-
-
-
-
- Motions
-
-
-
-
-
-
- .
-
- Votes (need ):
-
-
-
- Abstention: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- Against: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- In favor: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- The motion is .
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
-
- web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Expected attendees
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Ā
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
- extension
-
- web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
- 9999999
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Expected attendees
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Ā
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
- 9999999
-
- qweb
-
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
- owners
- were present and represented
- %
- of the owner ratios.
-
-
-
- Attending
-
-
- , representing
- % of the owner ratios;
-
-
-
-
- Excused
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
-
-
-
-
- Motions
-
-
-
-
-
-
- .
-
- Votes (need ):
-
-
-
- Abstention: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- Against: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
- In favor: %
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- The motion is .
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document_
-
- web_studio_backup__condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
- qweb
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
-
- web_studio_backup__condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- qweb
-
-
-
-
-
-
-
-
-
- GENERAL MEETING AGENDA
-
-
-
-
-
- Expected attendees
-
-
-
- , representing
- % of the owner ratios;
-
-
-
-
-
-
-
- .
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- extension
-
- web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- 9999999
- qweb
-
-
-
-
-
-
-
- dfgdfg
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- 9999999
-
- qweb
-
+
+ Booking Fees
+ service
+
Building cleaning under contract
service
diff --git a/condominium/data/qweb_view copy----------.xml b/condominium/data/qweb_view copy----------.xml
new file mode 100644
index 0000000000..0515bab880
--- /dev/null
+++ b/condominium/data/qweb_view copy----------.xml
@@ -0,0 +1,699 @@
+
+
+
+
+
+
+
+
+
+
+
+ web.basic_layout
+ basic_layout
+
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+ qweb
+
+
+
+
+
+
+
+ lijdlijDZMZQ
+
+ /
+
+
+
+ nO VOTES.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+
+ Company tagline
+
+
+
+
+
+
+
+
+
Company address block
+
Contains the company address.
+
+
+
+
+
+
+
Company details block
+
Contains the company details.
+
+
+
+
+
+ Tax ID :
+ US12345671
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard_
+
+ web_studio_backup__external_layout_standard
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard
+ extension
+
+ web_studio.external_layout_standard
+ 9999999
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.basic_layout_
+
+ web_studio_backup__basic_layout
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ 9999999
+
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+ 9999999
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+ owners
+
+ were present and represented
+
+
+ %
+
+ of the owner ratios.
+
+
+
+
+ Attending
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+ Excused
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+
+
+
+ .
+
+
+
+
+ Votes (need
+
+ ):
+
+
+
+
+
+ Abstention:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ Against:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ In favor:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+
+ The motion is
+
+ .
+
+
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING AGENDA
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+ .
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ 9999999
+ qweb
+
+
diff --git a/condominium/data/qweb_view.xml b/condominium/data/qweb_view.xml
new file mode 100644
index 0000000000..e05f4f730a
--- /dev/null
+++ b/condominium/data/qweb_view.xml
@@ -0,0 +1,1504 @@
+
+
+
+
+
+
+
+
+
+
+
+ web.basic_layout
+ basic_layout
+
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
+ qweb
+
+
+
+
+
+
+
+
+ lijdlijDZMZQ
+
+ /
+
+
+
+ nO VOTES.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+
+ Company tagline
+
+
+
+
+
+
+
+
+
Company address block
+
Contains the company address.
+
+
+
+
+
+
+
Company details block
+
Contains the company details.
+
+
+
+
+
+ Tax ID :
+ US12345671
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard_
+
+ web_studio_backup__external_layout_standard
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.external_layout_standard
+ extension
+
+ web_studio.external_layout_standard
+ 9999999
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+
+ condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
+ qweb
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+ web.basic_layout_
+
+ web_studio_backup__basic_layout
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+
+ web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ 9999999
+
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+ owners
+
+ were present and represented
+
+
+ %
+
+ of the owner ratios.
+
+
+
+
+ Attending
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+ Excused
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+
+
+
+ .
+
+
+
+
+ Votes (need
+
+ ):
+
+
+
+
+
+ Abstention:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ Against:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ In favor:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+
+ The motion is
+
+ .
+
+
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
+ 9999999
+
+ qweb
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING REPORT
+
+
+
+
+
+
+
+
+
+ owners
+
+ were present and represented
+
+
+ %
+
+ of the owner ratios.
+
+
+
+
+ Attending
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+ Excused
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+
+ Motions
+
+
+
+
+
+
+
+
+
+ .
+
+
+
+
+ Votes (need
+
+ ):
+
+
+
+
+
+ Abstention:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ Against:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+ In favor:
+
+ %
+
+
+
+
+
+
+
+ ,
+
+
+
+
+
+
+
+
+
+
+
+
+ The motion is
+
+ .
+
+
+
+
+ The motion is not submitted to vote.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document_
+
+ web_studio_backup__condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ qweb
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
+
+ web_studio_backup__condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
+
+
+
+
+
+
+
+
+
+ GENERAL MEETING AGENDA
+
+
+
+
+
+
+
+ Expected attendees
+
+
+
+
+
+
+
+
+ , representing
+
+ % of the owner ratios;
+
+
+
+
+
+
+
+
+
+ .
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+ dfgdfg
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
+ web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ 9999999
+
+ qweb
+
+
diff --git a/condominium/data/res_company.xml b/condominium/data/res_company.xml
index cd6123dec3..0e21e38a52 100644
--- a/condominium/data/res_company.xml
+++ b/condominium/data/res_company.xml
@@ -1,15 +1,77 @@
-
- Green Island Condominium
-
-
-
-
-
- Dominican Condominium
-
-
-
-
-
+
+
+ 250422-Condo-Review
+
+
+ savp@odoo.com
+
+
+ #000000
+ #875A7B
+
+ be_comp
+ 550
+ 570
+ 580
+
+ ecb
+
+
+ savp@odoo.com
+ 2025-07-21 11:39:13
+ 2025-07-23 11:39:14
+
+
+ Bells Beach Condominum
+
+ #000000
+ #875A7B
+
+ ecb
+
+ 2025-07-21 11:39:13
+ 2025-07-23 11:39:14
+
+
+
+ Dominican Condominium
+
+
+ #000000
+ #875A7B
+
+ generic_coa
+ 1014
+ 1015
+ 1017
+
+
+ ecb
+
+
+ 2025-07-21 11:39:13
+ 2025-07-23 11:39:14
+
+
+
+ Green Island Condominium
+
+
+ #000000
+ #875A7B
+
+ generic_coa
+ 1014
+ 1015
+ 1017
+
+
+ ecb
+
+
+ 2025-07-21 11:39:13
+ 2025-07-23 11:39:14
+
+
\ No newline at end of file
diff --git a/condominium/data/res_partner.xml b/condominium/data/res_partner.xml
index bb2d6f718c..0fe2b01f00 100644
--- a/condominium/data/res_partner.xml
+++ b/condominium/data/res_partner.xml
@@ -1,211 +1,217 @@
-
- Green Island Condominium
- New Orleans
-
-
- Engineering Rd, 122
- 70118
-
-
-
- Dominican Condominium
- New Orleans
-
-
- Dominican Street, 1345
- 70118
-
-
-
- Margaret E. Lowe
- +1 509-232-0348
- Spokane
- MargaretELowe@jourrapide.com
-
- Dane Street
- 99201
-
-
-
-
-
- Charlotte M. Warren
- Fresno
- CharlotteMWarren@dayrep.com
-
- Heritage Road
- 93706
- +1 559-667-9088
-
-
- Micheal E. Rosales
- +1 541-488-6003
- Ashland
- -122.7153995
- MichealERosales@teleworm.us
- 2175 Haymond Rocks Road
-
- 97520
- 42.1972487
-
-
- Harold J. Butler
- +1 310-704-6950
- Gardena
- HaroldJButler@dayrep.com
-
- 3086 Jett Lane
- 90247
-
-
- Steven S. Jackson
- +1 715-503-2752
- Green Bay
- StevenSJackson@armyspy.com
- 921 Lynn Avenue
- 54301
-
-
- Janet D. Halle
- +1 620-778-6587
- Moundridge
- JanetDHalle@jourrapide.com
-
- 117 Ridge Road
- 67107
-
-
-
- Ronda V. Jones
- +1 847-616-6527
- Elk Grove Village
- RondaVJones@jourrapide.com
-
- 3643 Vine Street
- 60007
-
-
- Peter E. Lee
- Grove Hill
- PeterELee@teleworm.us
-
- 2970 George Avenue
- 36451
- +1 530-512-9589
-
-
- Jesse C. Clark
- +1 501-764-3011
- Conway
- JesseCClark@dayrep.com
-
- 4103 Bassell Avenue
- 72032
-
-
- Oscar S. Hoffman
- +1 215-867-0874
- Philadelphia
- OscarSHoffman@armyspy.com
-
- 4588 Glen Falls Road
- 19103
-
-
- Todd S. Zimmerman
- +1 903-278-7193
- Texarkana
- ToddSZimmerman@dayrep.com
-
- 2631 Pickens Way
- 75501
-
-
-
-
+
+
+ 250422-Condo-Review
+
+ savp@odoo.com
+
+
+ 3
+
+
+
+ Bells Beach Condominum
+
+
+ 1
+ 2008
+ 6
+
+ Flat
+
+
+ Charlotte M. Warren
+
+
+ Heritage Road
+ 93706
+ Fresno
+ charlottemwarren@dayrep.com
+ +1 559-667-9088
+
+ 5
+
+
+
+
+ Dominican Condominium
+
+ Dominican Street, 1345
+ 70118
+ New Orleans
+
+
+
+ 2
+ 1995
+ 4
+
+ Angled
+
+
+ FPS Finance - VAT Revenue Service Brussels
+
+
+
+
+ Green Island Condominium
+
+
+ Engineering Rd, 122
+ 70118
+ New Orleans
+
+
+
+ 1
+ 1963
+ 3
+
+ Angled
+
+
+ Harold J. Butler
+
+
+ 3086 Jett Lane
+ 90247
+ Gardena
+ HaroldJButler@dayrep.com
+ +1 310-704-6950
+
+
+
+
+ Janet D. Halle
+
+
+ 117 Ridge Road
+ 67107
+ Moundridge
+ JanetDHalle@jourrapide.com
+ +1 620-778-6587
+
+ 1
+
+
+
+ Jesse C. Clark
+
+ 4103 Bassell Avenue
+ 72032
+ Conway
+ JesseCClark@dayrep.com
+ +1 501-764-3011
+
+
+
+ Margaret E. Lowe
+
+
+ Dane Street
+ 99201
+ Spokane
+ MargaretELowe@jourrapide.com
+ +1 509-232-0348
+
+
+
+
+ Micheal E. Rosales
+
+ 2175 Haymond Rocks Road
+ 97520
+ Ashland
+ 42.1972487
+ -122.7153995
+ MichealERosales@teleworm.us
+ +1 541-488-6003
+
+
+
+
+ OXO Insurances
+
+
+ 9
+
+
+
+ Odoo industries
+ industries@odoo.com
+
+
+ Oscar S. Hoffman
+
+ 4588 Glen Falls Road
+ 19103
+ Philadelphia
+ OscarSHoffman@armyspy.com
+ +1 215-867-0874
+
+
+
+ Peter E. Lee
+
+ 2970 George Avenue
+ 36451
+ Grove Hill
+ PeterELee@teleworm.us
+ +1 530-512-9589
+
+
+
+
+
+ Pierre Savoyat (savp)
+
+ savp@odoo.com
+
+
+
+ Ronda V. Jones
+
+
+ 3643 Vine Street
+ 60007
+ Elk Grove Village
+ RondaVJones@jourrapide.com
+ +1 847-616-6527
+
+
+
+
+ Sibelga
+
+
+ 7
+
+
+ Steven S. Jackson
+
+ 921 Lynn Avenue
+ 54301
+ Green Bay
+ StevenSJackson@armyspy.com
+ +1 715-503-2752
+
+
+
+
+ Todd S. Zimmerman
+
+ 2631 Pickens Way
+ 75501
+ Texarkana
+ ToddSZimmerman@dayrep.com
+ +1 903-278-7193
+
+
+
+
+ new condo
+
+
+
+
\ No newline at end of file
diff --git a/condominium/data/sale_order_template_line.xml b/condominium/data/sale_order_template_line.xml
index 94285a1313..239bf0cb93 100644
--- a/condominium/data/sale_order_template_line.xml
+++ b/condominium/data/sale_order_template_line.xml
@@ -2,68 +2,57 @@
-
line_section
-
-
line_section
-
-
line_section
-
-
-
-
-
-
diff --git a/condominium/data/x_meter_reading.xml b/condominium/data/x_meter_reading.xml
index 63a76dfcd4..e9b7259d58 100644
--- a/condominium/data/x_meter_reading.xml
+++ b/condominium/data/x_meter_reading.xml
@@ -5,20 +5,20 @@
2025-04-22
123456.0
456.0
-
+
2025-01-01
123000.0
-
+
2025-04-24
123.0
lmsfdmzkfd
-
+
diff --git a/condominium/demo/account_analytic_account.xml b/condominium/demo/account_analytic_account.xml
index d026fee62b..d49cf5aada 100644
--- a/condominium/demo/account_analytic_account.xml
+++ b/condominium/demo/account_analytic_account.xml
@@ -1,6 +1,8 @@
-
+
+
+
Apartment A0
@@ -9,7 +11,7 @@
0
-
+
Apartment A1
@@ -17,7 +19,7 @@
1
-
+
Apartment A2
@@ -25,7 +27,7 @@
2
-
+
Apartment B0
@@ -33,7 +35,7 @@
0
-
+
Apartment B1.1
@@ -41,7 +43,7 @@
1
-
+
Apartment B1.2
@@ -49,7 +51,7 @@
1
-
+
Basement AB
@@ -58,7 +60,7 @@
-1
-
+
Garage AG
@@ -67,7 +69,7 @@
-1
-
+
House C1
@@ -75,7 +77,7 @@
0
-
+
Parking CP
@@ -84,7 +86,7 @@
0
-
+
Studio CS
@@ -93,100 +95,105 @@
0
-
+
+
+
+
+
+
Kick-Off Template
-
+
S00002 - Kick-Off Template
-
+
Apartment A0 - Charlotte M. Warren
-
+
Apartment A0 - Steven S. Jackson
-
+
Apartment A1 - Harold J. Butler
-
+
Apartment A2 - Ronda V. Jones
-
+
Apartment B0 - Margaret E. Lowe
-
+
Apartment B1.1 - Janet D. Halle
-
+
Apartment B1.2 - Janet D. Halle
-
+
Basement AB - Harold J. Butler
-
+
Garage AG - Charlotte M. Warren
-
+
House C1 - Steven S. Jackson
-
+
Parking CP - Steven S. Jackson
-
+
Studio 101 - Micheal E. Rosales
-
+
Studio 102 - Peter E. Lee
-
+
Studio 201 - Todd S. Zimmerman
-
+
Studio CS - Steven S. Jackson
diff --git a/condominium/demo/res_company.xml b/condominium/demo/res_company.xml
deleted file mode 100644
index 5df2dab234..0000000000
--- a/condominium/demo/res_company.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- My Condominium Management
-
-
-
-
-
- Green Island Condominium
-
-
-
-
-
- Dominican Condominium
-
-
-
-
-
diff --git a/condominium/demo/res_partner.xml b/condominium/demo/res_partner.xml
deleted file mode 100644
index cca9c11c47..0000000000
--- a/condominium/demo/res_partner.xml
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
- Green Island Condominium
- New Orleans
-
-
- Engineering Rd, 122
- 70118
-
-
-
- Dominican Condominium
- New Orleans
-
-
- Dominican Street, 1345
- 70118
-
-
-
- Margaret E. Lowe
- +1 509-232-0348
- Spokane
- MargaretELowe@jourrapide.com
-
- Dane Street
- 99201
-
-
- Ready Mat
-
-
-
-
- Wood Corner
-
-
-
-
- The Jackson Group
-
-
-
-
- Lumber Inc
-
-
-
-
- Azure Interior
- 1
-
-
-
-
- Gemini Furniture
-
-
-
-
- Deco Addict
-
-
-
-
- Exxon Mobil
- http://exxonmobil.com
- BE0407625474
-
- Irving
- +1 972-940-6000
- 5959 Las Colinas Boulevard
-
-
-
- 75039
-
-
- American International Group
- http://aigag.com
-
- New York
- +1 212-770-7000
- 175 Water Street
-
-
- 10038
-
-
- Charlotte M. Warren
- Fresno
- CharlotteMWarren@dayrep.com
-
- Heritage Road
- 93706
- +1 559-667-9088
-
-
- Micheal E. Rosales
- +1 541-488-6003
- Ashland
- -122.7153995
- MichealERosales@teleworm.us
- 2175 Haymond Rocks Road
-
- 97520
- 42.1972487
-
-
- Harold J. Butler
- +1 310-704-6950
- Gardena
- HaroldJButler@dayrep.com
-
- 3086 Jett Lane
- 90247
-
-
- Steven S. Jackson
- +1 715-503-2752
- Green Bay
- StevenSJackson@armyspy.com
- 921 Lynn Avenue
- 54301
-
-
- Janet D. Halle
- +1 620-778-6587
- Moundridge
- JanetDHalle@jourrapide.com
-
- 117 Ridge Road
- 67107
-
-
- American Water Works Association
- Denver
-
-
-
- http://awwa.org
- +1 303-794-7711
-
-
-
- Ronda V. Jones
- +1 847-616-6527
- Elk Grove Village
- RondaVJones@jourrapide.com
-
- 3643 Vine Street
- 60007
-
-
- Peter E. Lee
- Grove Hill
- PeterELee@teleworm.us
-
- 2970 George Avenue
- 36451
- +1 530-512-9589
-
-
- Jesse C. Clark
- +1 501-764-3011
- Conway
- JesseCClark@dayrep.com
-
- 4103 Bassell Avenue
- 72032
-
-
- Oscar S. Hoffman
- +1 215-867-0874
- Philadelphia
- OscarSHoffman@armyspy.com
-
- 4588 Glen Falls Road
- 19103
-
-
- Todd S. Zimmerman
- +1 903-278-7193
- Texarkana
- ToddSZimmerman@dayrep.com
-
- 2631 Pickens Way
- 75501
-
-
- AXA
- BE0404483367
-
- New York
- +1 212-554-1234
- 1290 6th Avenue
-
-
- actionnaires.web@axa.com
- 10104
-
-
- Yieloo
- FR88437899800
- St Gregoire
- Batiment Z Ctre Performance, Alphasis
-
- 35760
-
-
From 29b204c5d98846ba64eda3e231f044e21a299c9a Mon Sep 17 00:00:00 2001
From: mega
Date: Fri, 18 Jul 2025 11:36:34 +0530
Subject: [PATCH 05/20] Cleanup commit -5
- cleans fields.xml
---
condominium/data/account_analytic_plan.xml | 2 +-
condominium/data/ir_default.xml | 2 +-
condominium/data/ir_model_access.xml | 4 +-
condominium/data/ir_model_fields.xml | 22 +-
condominium/data/ir_ui_view.xml | 12 +-
... copy----------.xml => qweb_view copy.xml} | 354 ++-
condominium/data/qweb_view.xml | 1362 ++---------
condominium/data/res_company.xml | 2 +-
condominium/data/res_partner.xml | 32 +-
condominium/i18n/condominium.pot | 2064 ++++++++++++++++-
10 files changed, 2315 insertions(+), 1541 deletions(-)
rename condominium/data/{qweb_view copy----------.xml => qweb_view copy.xml} (62%)
diff --git a/condominium/data/account_analytic_plan.xml b/condominium/data/account_analytic_plan.xml
index 450a268a80..2ba612ddf7 100644
--- a/condominium/data/account_analytic_plan.xml
+++ b/condominium/data/account_analytic_plan.xml
@@ -1,6 +1,6 @@
-
+
Properties
diff --git a/condominium/data/ir_default.xml b/condominium/data/ir_default.xml
index d76a335211..5f84baeee5 100644
--- a/condominium/data/ir_default.xml
+++ b/condominium/data/ir_default.xml
@@ -73,5 +73,5 @@
true
-
+
diff --git a/condominium/data/ir_model_access.xml b/condominium/data/ir_model_access.xml
index c2d15dcd08..4721854599 100644
--- a/condominium/data/ir_model_access.xml
+++ b/condominium/data/ir_model_access.xml
@@ -445,7 +445,7 @@
x_analytic_account_wizard user access
-
+
@@ -456,7 +456,7 @@
x_analytic_account_wizard_line user access
-
+
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index 12414eeb2a..56c8505e86 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -415,7 +415,7 @@ for record in self:
x_property
many2one
- Property
+ X Property
account.analytic.account
@@ -494,7 +494,7 @@ for record in self:
x_distribution_key
many2one
- Distribution Key
+ X Distribution Key
product.pricelist
@@ -539,7 +539,7 @@ for record in self:
x_account_analytic_account_id
- Property
+ Analytic Account Property
account.analytic.account
many2one
@@ -1727,14 +1727,14 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_calendar_event_line_a1bce_id
x_calendar_event_line_a1bce
-
+
integer
@@ -1800,18 +1800,6 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
x_analytic_account_wizard
-
-
x_analytic_line_id
diff --git a/condominium/data/ir_ui_view.xml b/condominium/data/ir_ui_view.xml
index 08de6caa58..9439d61d6d 100644
--- a/condominium/data/ir_ui_view.xml
+++ b/condominium/data/ir_ui_view.xml
@@ -460,7 +460,9 @@
-
+
+
+
+
-
+ -->
res.partner.select customization
@@ -1523,7 +1525,6 @@
-
@@ -2302,6 +2303,7 @@
analytic.account.wizard.form
+
x_analytic_account_wizard
+
@@ -94,7 +110,7 @@
-
+
Company tagline
@@ -102,7 +118,7 @@
-
+
Company address block
@@ -217,6 +233,22 @@
condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+
+ condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
+ qweb
+
@@ -264,184 +296,23 @@
condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
qweb
-
+
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- 9999999
-
-
- qweb
-
-
-
-
-
-
-
-
+
+
+
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Expected attendees
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
- 9999999
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
+ web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
qweb
-
+
@@ -459,30 +330,17 @@
-
- owners
-
- were present and represented
-
-
- %
-
- of the owner ratios.
-
-
+ ownerswere present and represented
+ % of the owner ratios.
-
- Attending
-
+ Attending
+
-
-
-
- , representing
-
- % of the owner ratios;
+ , representing
+ % of the owner ratios
+ and delegating ;
@@ -497,8 +355,14 @@
, representing
-
- % of the owner ratios;
+
+ % of the owner ratios
+
+
+ and delegating
+
+
+ ;
@@ -507,26 +371,18 @@
-
-
- Motions
-
-
+ Motions
-
- .
-
+ .
- Votes (need
-
- ):
+ Votes (need ):
@@ -621,9 +477,58 @@
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ extension
+
+ web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
+ 9999999
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
+
+ condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
+ qweb
+
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document_
+
+ web_studio_backup__condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
qweb
@@ -641,6 +546,37 @@
condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
+ qweb
+
+
+
+
+
+
+
+
+
+
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
+
+ web_studio_backup__condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
+ qweb
+
@@ -678,7 +614,9 @@
- .
+
+ .
+
diff --git a/condominium/data/qweb_view.xml b/condominium/data/qweb_view.xml
index e05f4f730a..153da00cc0 100644
--- a/condominium/data/qweb_view.xml
+++ b/condominium/data/qweb_view.xml
@@ -1,6 +1,6 @@
-
+
+
+
@@ -49,8 +50,7 @@
condominium.studio_report_docume_d82d6b24-6a82-450a-a87f-abbc9b325593
qweb
-
+
@@ -104,183 +104,79 @@
9999999
qweb
-
-
-
-
-
-
-
-
- Company tagline
-
-
-
-
-
-
-
-
-
Company address block
-
Contains the company address.
-
-
-
-
-
-
-
Company details block
-
Contains the company details.
-
-
-
-
-
- Tax ID :
- US12345671
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.external_layout_standard_
-
- web_studio_backup__external_layout_standard
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.external_layout_standard
- extension
-
- web_studio.external_layout_standard
- 9999999
- qweb
-
-
-
-
-
-
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
-
- condominium.studio_report_docume_04eabd52-dd1a-4e7e-862a-bc6e89e0a363
- qweb
-
-
-
-
-
-
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
-
- condominium.studio_report_docume_eb117474-667c-4e5a-89a4-3977ab4af1fc
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
- web.basic_layout_
-
- web_studio_backup__basic_layout
- qweb
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- qweb
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -296,28 +192,51 @@
condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517
qweb
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
-
- web_studio_backup__condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- qweb
-
-
+
-
+
condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- extension
+
web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
9999999
qweb
- -->
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document
- 9999999
-
-
- qweb
-
+
+
+
+
+
+
-
+
-
+
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_copy_1
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517 copy(1)
+ condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
qweb
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- GENERAL MEETING REPORT
+ GENERAL MEETING AGENDA
-
-
-
-
-
- owners
-
- were present and represented
-
-
- %
-
- of the owner ratios.
-
- Attending
-
-
-
-
-
-
-
- , representing
-
- % of the owner ratios;
-
-
-
-
-
- Excused
+ Expected attendees
+
-
+
, representing
-
+
% of the owner ratios;
-
-
-
-
-
-
-
- Motions
-
-
-
-
+
.
-
-
- Votes (need
-
- ):
-
-
-
-
-
- Abstention:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- Against:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- In favor:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
-
- The motion is
-
- .
-
-
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document copy(1)
- qweb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Expected attendees
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517_document_copy_1
- 9999999
-
- qweb
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING REPORT
-
-
-
-
-
-
-
-
-
- owners
-
- were present and represented
-
-
- %
-
- of the owner ratios.
-
-
-
-
- Attending
-
-
-
-
-
-
-
- , representing
-
- % of the owner ratios;
-
-
-
-
-
- Excused
-
-
-
-
-
-
-
- , representing
-
- % of the owner ratios;
-
-
-
-
-
-
-
-
-
-
- Motions
-
-
-
-
-
-
-
-
-
- .
-
-
-
-
- Votes (need
-
- ):
-
-
-
-
-
- Abstention:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- Against:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
- In favor:
-
- %
-
-
-
-
-
-
-
- ,
-
-
-
-
-
-
-
-
-
-
-
-
- The motion is
-
- .
-
-
-
-
- The motion is not submitted to vote.
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
- qweb
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document_
-
- web_studio_backup__condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8_document
- qweb
-
-
-
-
-
-
-
+
condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
@@ -1394,111 +517,4 @@
condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2
- qweb
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
-
- web_studio_backup__condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- qweb
-
-
-
-
-
-
-
-
-
-
- GENERAL MEETING AGENDA
-
-
-
-
-
-
-
- Expected attendees
-
-
-
-
-
-
-
-
- , representing
-
- % of the owner ratios;
-
-
-
-
-
-
-
-
-
- .
-
-
-
-
-
-
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- extension
-
- web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- 9999999
- qweb
-
-
-
-
-
-
-
-
- dfgdfg
-
-
-
-
-
- condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document_
- web_studio_backup__web_studio.report_editor_customization_diff.view._condominium.studio_report_docume_f2caf209-068e-49ab-9a02-4cfe3e9625b2_document
- 9999999
-
- qweb
-
diff --git a/condominium/data/res_company.xml b/condominium/data/res_company.xml
index 0e21e38a52..4e038d9144 100644
--- a/condominium/data/res_company.xml
+++ b/condominium/data/res_company.xml
@@ -74,4 +74,4 @@
2025-07-21 11:39:13
2025-07-23 11:39:14
-
\ No newline at end of file
+
diff --git a/condominium/data/res_partner.xml b/condominium/data/res_partner.xml
index 0fe2b01f00..b524e2d7c9 100644
--- a/condominium/data/res_partner.xml
+++ b/condominium/data/res_partner.xml
@@ -6,14 +6,12 @@
savp@odoo.com
-
3
Bells Beach Condominum
-
1
2008
6
@@ -29,7 +27,6 @@
Fresno
charlottemwarren@dayrep.com
+1 559-667-9088
-
5
@@ -42,7 +39,6 @@
New Orleans
-
2
1995
4
@@ -51,7 +47,6 @@
FPS Finance - VAT Revenue Service Brussels
-
@@ -63,14 +58,13 @@
New Orleans
-
1
1963
3
Angled
-
+
Harold J. Butler
@@ -79,7 +73,6 @@
Gardena
HaroldJButler@dayrep.com
+1 310-704-6950
-
@@ -91,7 +84,6 @@
Moundridge
JanetDHalle@jourrapide.com
+1 620-778-6587
-
1
@@ -103,7 +95,6 @@
Conway
JesseCClark@dayrep.com
+1 501-764-3011
-
Margaret E. Lowe
@@ -114,7 +105,6 @@
Spokane
MargaretELowe@jourrapide.com
+1 509-232-0348
-
@@ -127,20 +117,13 @@
-122.7153995
MichealERosales@teleworm.us
+1 541-488-6003
-
-
+
OXO Insurances
-
9
-
-
- Odoo industries
- industries@odoo.com
-
Oscar S. Hoffman
@@ -149,7 +132,6 @@
Philadelphia
OscarSHoffman@armyspy.com
+1 215-867-0874
-
Peter E. Lee
@@ -159,7 +141,6 @@
Grove Hill
PeterELee@teleworm.us
+1 530-512-9589
-
@@ -178,13 +159,11 @@
Elk Grove Village
RondaVJones@jourrapide.com
+1 847-616-6527
-
Sibelga
-
7
@@ -195,7 +174,6 @@
Green Bay
StevenSJackson@armyspy.com
+1 715-503-2752
-
@@ -206,12 +184,10 @@
Texarkana
ToddSZimmerman@dayrep.com
+1 903-278-7193
-
-
+
new condo
-
-
\ No newline at end of file
+
diff --git a/condominium/i18n/condominium.pot b/condominium/i18n/condominium.pot
index 8abc3bc058..75e72938ff 100644
--- a/condominium/i18n/condominium.pot
+++ b/condominium/i18n/condominium.pot
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0+e\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-10-10 14:26+0000\n"
-"PO-Revision-Date: 2025-10-10 14:26+0000\n"
+"POT-Creation-Date: 2025-07-21 06:08+0000\n"
+"PO-Revision-Date: 2025-07-21 06:08+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -15,6 +15,29 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "% of the owner ratios"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_a28f8c92-d072-488a-afda-b4730397d5ca
+msgid "% of the owner ratios;"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "(document name)"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_a28f8c92-d072-488a-afda-b4730397d5ca
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid ", representing"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -22,6 +45,30 @@ msgid ""
" As soon as a bill is booked, you can use the button \"Distribute Cost\" to automatically reflect the cost per property according to the distribution key."
msgstr ""
+#. module: condominium
+#: model:x_period,x_name:condominium.x_period_1
+msgid "2024"
+msgstr ""
+
+#. module: condominium
+#: model:x_period,x_name:condominium.x_period_2
+msgid "2025"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"š” "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"ā
"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -31,7 +78,30 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "š” "
+msgid ""
+"š” "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"š "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"ā
"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"ā ļø "
msgstr ""
#. module: condominium
@@ -39,6 +109,164 @@ msgstr ""
msgid "Address "
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid ""
+"\n"
+"\t\t\t\t\t\t\t\t\t\t\tand delegating\n"
+"\t\t\t\t\t\t\t\t\t\t "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_a28f8c92-d072-488a-afda-b4730397d5ca
+msgid ""
+"\n"
+"\t\t\t\t\t\t\t\t\tGENERAL MEETING AGENDA\n"
+"\t\t\t\t\t\t\t\t "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid ""
+"\n"
+"\t\t\t\t\t\t\t\t\tGENERAL MEETING REPORT\n"
+"\t\t\t\t\t\t\t\t "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+msgid ""
+"\n"
+"\t\t\t\t\t\t\t\t\tMotions\n"
+"\t\t\t\t\t\t\t\t "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Accounting: Manage shared expenses, distribute costs by "
+"owner, and maintain owner-specific balance sheets."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Automate recurring tasks , like meter reading imports or "
+"expense allocation."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"CRM: Track and manage incoming leads and communications "
+"with potential new condominiums."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Calendar: Schedule and organize association meetings, "
+"collecting votes during general assemblies and share the report."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Company address block "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Company details block "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Condominium: Define buildings, properties, owner and tenant"
+" histories, meter readings and distribution keys."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Contacts: Manage contacts turning prospects into "
+"condominiums, as well as owners, tenants and suppliers."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Define condominium your charts of account template to save "
+"time setting up accounting aspects. Don't hesitate to contact us if needed!"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Documents App: Request and share documents."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"In such situation, feel free to experiment with this database and "
+"then to create a new one for your own usage. "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Keep contact data up-to-date to ensure seamless "
+"communication during meetings, billing and accounting."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Leverage tags and filters in Contacts and CRM to segment "
+"your audience (owners, tenants, suppliers, condominiums...)."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Motions "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Sales: Send quotations, confirm orders, and invoice shared "
+"expenses to owners."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Sign App: Send digital property "
+"reservation contracts."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Use quotation templates in the Sales app to standardize "
+"quotes and reduce manual errors."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"VoIP Integration: Organize online meetings directly from "
+"Odoo with integrated call capabilities."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Website Builder: Build a professional website with lead "
+"capture forms and member areas."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "onboarding tour "
@@ -52,6 +280,13 @@ msgid ""
"bank:"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"A distribution key is needed for several actions. \n"
+" Defining a distribution key is efficient by populating defined properties in a click."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -59,11 +294,74 @@ msgid ""
"identification code."
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_28
+msgid "A third vote"
+msgstr ""
+
+#. module: condominium
+#: model:x_vote_criteria,x_name:condominium.x_vote_criteria_1
+msgid "Absolute Majority"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_decimal_calendar_abstention
+msgid "Abstention"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Abstention:"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_new_decimal_vote_criteria
+msgid "Acceptation threshold"
+msgstr ""
+
+#. module: condominium
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_7
+msgid "Accesses"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_line_account
+#: model:ir.model.fields,field_description:condominium.field_ratios_account
+msgid "Account"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_account_ids
+msgid "Account ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_x_analytic_account_name_id
+msgid "Account name test"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_36
+msgid "Accounting 2024 approval"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Accounting opening/handover "
msgstr ""
+#. module: condominium
+#: model:ir.ui.menu,name:condominium.infra_properties_menu
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
+msgid "Accounts"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_65
+msgid "Accounts approbation for 2024"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Act analysis"
@@ -71,8 +369,13 @@ msgstr ""
#. module: condominium
#: model:ir.model.fields,field_description:condominium.active_buildings
+#: model:ir.model.fields,field_description:condominium.active_distribution_field
+#: model:ir.model.fields,field_description:condominium.active_meeting_active
#: model:ir.model.fields,field_description:condominium.active_properties_type
#: model:ir.model.fields,field_description:condominium.active_ratios_field
+#: model:ir.model.fields,field_description:condominium.field_active_period
+#: model:ir.model.fields,field_description:condominium.field_active_vote_criteria
+#: model:ir.model.fields,field_description:condominium.field_property_active
msgid "Active"
msgstr ""
@@ -90,6 +393,17 @@ msgid ""
"during the kick-off process."
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_decimal_calendar_against
+msgid "Against"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Against:"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_714_product_template
msgid "Air and smoke extractors"
@@ -100,6 +414,18 @@ msgstr ""
msgid "Air conditioning and air treatment"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "All Against"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "All In Favor"
+msgstr ""
+
#. module: condominium
#: model:product.template,description_sale:condominium.product_product_7_product_template
msgid ""
@@ -107,6 +433,13 @@ msgid ""
"Condition for further information about the hourly rate"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_many2one_journal_allocation
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__1666fca2-e4aa-46e3-b320-454b2b3cfef4
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__c993ac06-9d5e-4f4d-a45f-b500c234dbfa
+msgid "Allocation"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_698_product_template
msgid "Allocations (provisions)"
@@ -122,60 +455,157 @@ msgstr ""
msgid "Amortization on tangible assets"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_x_total
+msgid "Amount"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_meter_reading_account_analytic_account
+msgid "Analytic Account Property"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_analytic_category
+#: model:ir.model.fields,field_description:condominium.new_related_field_analytic_category
+msgid "Analytic Category"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_x_analytic_line_id
+msgid "Analytic Line"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_line_wizard_id
+msgid "Analytic account wizard"
+msgstr ""
+
#. module: condominium
#: model:x_properties_types,x_name:condominium.x_properties_types_1
msgid "Apartment"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_12
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_12
+#: model:x_property,x_name:condominium.x_property_1
msgid "Apartment A0"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_14
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_33
+msgid "Apartment A0 - Charlotte M. Warren"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_34
+msgid "Apartment A0 - Steven S. Jackson"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_14
+#: model:x_property,x_name:condominium.x_property_2
msgid "Apartment A1"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_15
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_35
+msgid "Apartment A1 - Harold J. Butler"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_15
+#: model:x_property,x_name:condominium.x_property_3
msgid "Apartment A2"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_17
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_23
+msgid "Apartment A2 - Ronda V. Jones"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_17
+#: model:x_property,x_name:condominium.x_property_6
msgid "Apartment B0"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_19
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_26
+msgid "Apartment B0 - Margaret E. Lowe"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_19
+#: model:x_property,x_name:condominium.x_property_7
msgid "Apartment B1.1"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_18
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_27
+msgid "Apartment B1.1 - Janet D. Halle"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_18
+#: model:x_property,x_name:condominium.x_property_8
msgid "Apartment B1.2"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_28
+msgid "Apartment B1.2 - Janet D. Halle"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_custom_form_view
msgid "Apartment..."
msgstr ""
#. module: condominium
-#: model:product.template,description_sale:condominium.product_product_15_product_template
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_16
+msgid "Approbation of accounting 2024"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Approved"
+msgstr ""
+
+#. module: condominium
+#: model:product.template,description_sale:condominium.product_product_16_product_template
+msgid ""
+"Approximately $50 per property per month, See Terms & Condition for further "
+"information about the coverage of the Service Fees"
+msgstr ""
+
+#. module: condominium
#: model:product.template,description_sale:condominium.product_product_3_product_template
msgid ""
"Approximately $80 per property per month, See Terms & Condition for further "
"information about the coverage of the Service Fees"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Apps Overview"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_784_product_template
msgid "Architect/engineer fees"
msgstr ""
#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_archive_rel_1116b329-ad32-4a7f-b31c-59702e264ec1
+msgid "Archive related accounts"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.default_search_view__357f8b9e-0127-48a6-97ac-45ad1fce0030
+#: model_terms:ir.ui.view,arch_db:condominium.default_search_view__cd591762-dc10-459f-847f-2ac67ee981e1
+#: model_terms:ir.ui.view,arch_db:condominium.default_search_view__f6a9d429-3a17-4536-9b58-dd0f1e622bf4
+#: model_terms:ir.ui.view,arch_db:condominium.default_search_view__f88cdb09-027d-4b61-9869-fb26920a1886
#: model_terms:ir.ui.view,arch_db:condominium.default_search_view_building
#: model_terms:ir.ui.view,arch_db:condominium.default_search_view_for_x_ratios
#: model_terms:ir.ui.view,arch_db:condominium.default_search_view_property_type
@@ -188,13 +618,13 @@ msgid "Archives fees"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_area
#: model:ir.model.fields,field_description:condominium.x_area_field
#: model:ir.model.fields,field_description:condominium.x_area_related_field
msgid "Area"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.account_move_custom_form_view
#: model_terms:ir.ui.view,arch_db:condominium.sale_order_form_custom
msgid "Area as distribution key"
msgstr ""
@@ -207,10 +637,23 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"As soon as a condominium reaches out to you to get a quote, quickly send them an overview of your services and fees by creating\n"
-" Quotations in the Sales application where you can directly use the \"Kick-Off Quote\" quotation template. This will automatically fill the quote by adding the kick-off fees\n"
-" and also the price of all the extra services such as the recurring contribution, the hourly rate, etc. Don't forget to attach the terms & conditions as well. Of course, the price of each service and the content of the\n"
-" Quotation Templates can be adapted accordingly."
+"As soon as a condominium reaches out to you to get a quote, quickly send them an overview of your services and fees by creating Quotations in the Sales App where you can directly use the \"Kick-Off Quote\"\n"
+" quotation template. This will automatically fill the quote by adding the kick-off fees and also the price of all the extra services such as the recurring contribution, the hourly rate, etc. Don't forget to attach the terms &\n"
+" conditions as well. Of course, the price of each service and the content of the Quotation Templates can be adapted accordingly."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Assign the appropriate distribution key and if relevant the distribution "
+"period.."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"At the end of the meeting, you can preview the meeting report and send it to"
+" the owners."
msgstr ""
#. module: condominium
@@ -218,6 +661,35 @@ msgstr ""
msgid "Attachment"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_many2one_calenda_attendee
+msgid "Attendee"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_lines_calendar_attendee_vote
+msgid "Attendee Vote ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_checkbox_calenda_attending
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Attending"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_integer_calendar_attending_owners
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Attending and Delegating Owners"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_decimal_calendar_attending_ratio
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Attending and Delegating Ratio"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Audit"
@@ -233,21 +705,45 @@ msgstr ""
msgid "Bank fees and debt charges"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.base_on_account_move_field
+#: model:ir.model.fields,field_description:condominium.field_distribution_key_base_on
+msgid "Based on"
+msgstr ""
+
#. module: condominium
#: model:x_properties_types,x_name:condominium.x_properties_types_5
msgid "Basement"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_16
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_16
+#: model:x_property,x_name:condominium.x_property_4
msgid "Basement AB"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_24
+msgid "Basement AB - Harold J. Butler"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_753_product_template
msgid "Basement maintenance"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Basics"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Be aware that additional users lead to additional Odoo subscription costs. "
+"We therefore recommend you :"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_710_product_template
msgid "Bell and intercom maintenance"
@@ -264,6 +760,18 @@ msgid "Book the right numbers š§®"
msgstr ""
#. module: condominium
+#: model:ir.actions.act_window,name:condominium.breakdown_of_charges_47f0a208-dcdf-449c-8653-09410c8fbe0c
+#: model:ir.ui.menu,name:condominium.condominium_breakdow_dae68e3f-d693-4b8c-9874-b4d4060766fe
+msgid "Breakdown of Charges"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_66
+msgid "Budget approbation for 2025"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_building
#: model:ir.model.fields,field_description:condominium.x_building_field
#: model:ir.model.fields,field_description:condominium.x_building_related_field
#: model_terms:ir.ui.view,arch_db:condominium.quick_create_account_form
@@ -280,6 +788,16 @@ msgstr ""
msgid "Building 2"
msgstr ""
+#. module: condominium
+#: model:x_buildings,x_name:condominium.x_buildings_8
+msgid "Building A"
+msgstr ""
+
+#. module: condominium
+#: model:x_buildings,x_name:condominium.x_buildings_9
+msgid "Building B"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.x_condominium_account_analytic_account_count
msgid "Building Condominium count"
@@ -305,6 +823,12 @@ msgstr ""
msgid "Buildings"
msgstr ""
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.buildings_new_7cab1cb0-2a07-4399-a8a6-c0576bc3b157
+#: model:ir.ui.menu,name:condominium.condominium_building_0c1217a0-8a83-44d8-9353-5a5233a20933
+msgid "Buildings (new)"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.act_window,name:condominium.buildings_tags_act_window
#: model:ir.model,name:condominium.model_buildings_tags
@@ -313,15 +837,37 @@ msgid "Buildings Tags"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Business Flows"
+#: model_terms:ir.actions.act_window,help:condominium.breakdown_of_charges_47f0a208-dcdf-449c-8653-09410c8fbe0c
+#: model_terms:ir.actions.act_window,help:condominium.buildings_new_7cab1cb0-2a07-4399-a8a6-c0576bc3b157
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_876778cb-3335-4c47-a15b-48cb0336cd62
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_94a8e399-496e-4970-9b0f-003b4d537b2a
+#: model_terms:ir.actions.act_window,help:condominium.invoices_07771d0f-f70c-49f7-bdc9-2fb7e7fac893
+#: model_terms:ir.actions.act_window,help:condominium.invoices_61ee6893-ed19-40ed-bda9-2a547b645966
+#: model_terms:ir.actions.act_window,help:condominium.meeting_a363a62d-6376-4d49-bee6-6ff4fe93fc5e
+#: model_terms:ir.actions.act_window,help:condominium.meetings_04a77040-f785-42c8-aa12-310fb860f6ad
+#: model_terms:ir.actions.act_window,help:condominium.meetings_51a400cb-04ba-4687-ad4f-bd09d8700e16
+#: model_terms:ir.actions.act_window,help:condominium.meetings_6b93aa76-ac43-4256-8794-6c0a3e846972
+#: model_terms:ir.actions.act_window,help:condominium.meter_readings_80f60dfa-8403-4ae4-bdd0-e0a04bd7fe67
+#: model_terms:ir.actions.act_window,help:condominium.meters_52cf99fe-0d20-4649-a775-c785241c5e6d
+#: model_terms:ir.actions.act_window,help:condominium.ownership_8a444b87-789a-4536-83ea-09ca32b2fcde
+#: model_terms:ir.actions.act_window,help:condominium.period_57148acc-2090-4a12-9fec-d96cc718ee3c
+#: model_terms:ir.actions.act_window,help:condominium.period_82f7a875-3f1d-4d53-a3fe-90d32b44cafa
+#: model_terms:ir.actions.act_window,help:condominium.properties_new_b7040d4c-0ff5-495e-881a-4a500bb9b759
+#: model_terms:ir.actions.act_window,help:condominium.property_96b9dd0b-5897-447e-ba68-019707a9681f
+#: model_terms:ir.actions.act_window,help:condominium.ratios_1e79b932-0153-4f8e-a460-d6cf3799a400
+#: model_terms:ir.actions.act_window,help:condominium.units_db426d81-2f97-4887-9378-b0fa592d6557
+#: model_terms:ir.actions.act_window,help:condominium.vote_9814f660-6b54-4a80-ad38-970aaf076d03
+#: model_terms:ir.actions.act_window,help:condominium.vote_criteria_20f99a3b-6086-4579-a4fa-95a08d4126cd
+msgid ""
+"By default, it contains a list and a form view and possibly\n"
+" other view types depending on the options you chose for your model."
msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
"By the end of the period, easily generate the legal reporting such as "
-"Balance Sheet and Profit & Loss for each condominium."
+"Balance Sheet and Profit & Loss for each"
msgstr ""
#. module: condominium
@@ -329,11 +875,41 @@ msgstr ""
msgid "Cable distribution"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Calendar Attendee Information"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.calendar_event_line_c0871dc9-8843-41a1-8c07-bbfd5c053508
+msgid "Calendar Event Line Motion"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.calendar_event_line__20e26dba-3310-4f10-858a-5459180a2ced
+msgid "Calendar Event Line Motion Line Vote"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.execute_code_2a88e896-cf76-4255-8ab9-1c04b6739bd9
+msgid "Call Distribute Costs on UI update"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_call_distri_1dff37c7-1c90-46cd-be7e-0d935c31d7a6
+msgid "Call Distribute Costs on save"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Call for working and reserve funds"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_wizard_form
+msgid "Cancel"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_664_product_template
msgid "Capital losses on the realization of receivables"
@@ -380,9 +956,8 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"Click on \"Split per Property\" button: this will cancel the current "
-"quotation and will create as many quotations as there are properties in the "
-"condominium for which the costs are shared."
+"Click on \"Split by Property\" button: this will cancel the current quotation and will create as many quotations as there are ongoing owners in the condominium for which the costs are shared, with a line by property they\n"
+" own."
msgstr ""
#. module: condominium
@@ -392,6 +967,16 @@ msgid ""
"quotations."
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.co_owners_property_line_field
+msgid "Co-Owners"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.co_ownership_properties_field
+msgid "Co-ownership Properties"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.color_buildings_tags
#: model:ir.model.fields,field_description:condominium.color_properties_tag
@@ -404,8 +989,12 @@ msgid "Communication of information to the notary"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.company_account_analytic_plan_field
#: model:ir.model.fields,field_description:condominium.company_buildings
+#: model:ir.model.fields,field_description:condominium.company_distribution_field
#: model:ir.model.fields,field_description:condominium.company_ratios_field
+#: model:ir.model.fields,field_description:condominium.field_property_company_id
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
msgid "Company"
msgstr ""
@@ -414,13 +1003,34 @@ msgstr ""
msgid "Company partner"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Company tagline"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_788_product_template
msgid "Compensation for members of the internal council and internal auditor"
msgstr ""
#. module: condominium
-#: model:ir.actions.server,name:condominium.ir_actions_server_compute_ratio
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_51
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_62
+msgid "Comptes 2024"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_compute_dis_a81d25a4-1a4e-4e6d-94d2-cd9ed915b36f
+msgid "Compute Distribution Key Ratios"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.action_server_set_usage_meter_reading
+msgid "Compute Meter Reading Consumption"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__214161ff-2fbf-4a5e-8e17-44ccb8a2dbb7
#: model_terms:ir.ui.view,arch_db:condominium.product_pricelist_custom_view
msgid "Compute Ratios"
msgstr ""
@@ -438,6 +1048,9 @@ msgstr ""
#. module: condominium
#: model:ir.actions.act_window,name:condominium.condo_act_window
#: model:ir.model.fields,field_description:condominium.building_condominium
+#: model:ir.model.fields,field_description:condominium.field_property_condominium
+#: model:ir.model.fields,field_description:condominium.new_many2one_calenda_condominium
+#: model:ir.model.fields,field_description:condominium.new_related_field_condominium
#: model:ir.model.fields,field_description:condominium.x_condominium_field
#: model:ir.ui.menu,name:condominium.condo_menu
#: model:ir.ui.menu,name:condominium.infra_condo_menu
@@ -449,6 +1062,11 @@ msgstr ""
msgid "Condominium Properties"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_partner_condominium_x_property_count
+msgid "Condominium count"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -467,13 +1085,13 @@ msgid "Configuration"
msgstr ""
#. module: condominium
+#: model:ir.actions.server,name:condominium.confirm_analytic_account_item_split_action
#: model:ir.actions.server,name:condominium.ir_act_server_confirm_action
+#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_wizard_form
msgid "Confirm"
msgstr ""
#. module: condominium
-#: model_terms:web_tour.tour,rainbow_man_message:condominium.acquisition_tour
-msgid "Congrats! You did your first sell."
msgstr ""
#. module: condominium
@@ -481,11 +1099,26 @@ msgstr ""
msgid "Contacts"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Contains the company address."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Contains the company details."
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_39
+msgid "Contract renewal for 2025"
+msgstr ""
+
#. module: condominium
#: model:product.template,description_sale:condominium.product_product_4_product_template
msgid ""
"Contracts establishment\n"
-" Co-ownership creation in the software\n"
+" Co-ownership creation ithe software\n"
" Act analysis\n"
" Insurance analysis\n"
" Identification forms creation\n"
@@ -501,6 +1134,11 @@ msgstr ""
msgid "Contracts establishment "
msgstr ""
+#. module: condominium
+#: model:ir.ui.menu,name:condominium.condominium_costs_fa842812-c567-4a99-a9b0-de9bab1050b6
+msgid "Costs"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.country
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
@@ -513,6 +1151,11 @@ msgstr ""
msgid "Create Condominium"
msgstr ""
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_create_task_47e0cf69-8b12-4e53-b7d5-794639319f20
+msgid "Create Task from Motion"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.actions.act_window,help:condominium.buildings_act_window
msgid "Create and manage the buildings that compose this condominium "
@@ -525,7 +1168,7 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Create the buildings that compounds the condominium."
+msgid "Create the buildings that compounds the"
msgstr ""
#. module: condominium
@@ -535,11 +1178,28 @@ msgid ""
" penthouse, garage, etc."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Create the relevant motions in advance to efficiently drive the meeting."
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.field_meters_currency
msgid "Currency"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_current_owner_property
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_product__eb3e25fc-fad8-4f9a-a6fa-74893a893bdb
+msgid "Current Owner"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_partner_current_owner_x_property_count
+msgid "Current Owner count"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_686_product_template
#: model:product.template,name:condominium.product_product_810_product_template
@@ -547,7 +1207,10 @@ msgid "Damages or expenses not covered by insurance"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_date_period
#: model:ir.model.fields,field_description:condominium.field_meter_reading_date
+#: model:ir.model.fields,field_description:condominium.field_property_line_date
+#: model_terms:ir.ui.view,arch_db:condominium.default_search_view__357f8b9e-0127-48a6-97ac-45ad1fce0030
msgid "Date"
msgstr ""
@@ -557,7 +1220,8 @@ msgid "Deductible (insurance)"
msgstr ""
#. module: condominium
-#: model:product.pricelist,name:condominium.product_pricelist_1
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_3
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_9
msgid "Default"
msgstr ""
@@ -571,28 +1235,68 @@ msgstr ""
msgid "Define a recurring plan, monthly or yearly."
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_checkbox_calenda_delegating
+msgid "Delegating"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.description_building
+#: model:ir.model.fields,field_description:condominium.description_calendar_9447866c-24a4-4bd3-8015-5b35dd0fe44a
+#: model:ir.model.fields,field_description:condominium.description_calendar_958d8d9a-84ee-43bd-98e6-88914e51e3b8
+#: model:ir.model.fields,field_description:condominium.description_calendar_description
+#: model:ir.model.fields,field_description:condominium.description_calendar_event_line
+#: model:ir.model.fields,field_description:condominium.description_calendar_event_line_field
+#: model:ir.model.fields,field_description:condominium.description_calendar_field
+#: model:ir.model.fields,field_description:condominium.description_distribution_key_field
+#: model:ir.model.fields,field_description:condominium.description_key_field
+#: model:ir.model.fields,field_description:condominium.description_meeting_name
+#: model:ir.model.fields,field_description:condominium.description_property_line_name_field
#: model:ir.model.fields,field_description:condominium.description_property_types
#: model:ir.model.fields,field_description:condominium.description_ratios_field
+#: model:ir.model.fields,field_description:condominium.description_vote_criteria
+#: model:ir.model.fields,field_description:condominium.field_calendar_event_line_name
+#: model:ir.model.fields,field_description:condominium.field_distribution_key_description
#: model:ir.model.fields,field_description:condominium.field_meters_name
#: model:ir.model.fields,field_description:condominium.field_meters_reading_description
+#: model:ir.model.fields,field_description:condominium.field_property_line_name
+#: model:ir.model.fields,field_description:condominium.field_property_name
+#: model:ir.model.fields,field_description:condominium.name__property_line_field
msgid "Description"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Discover how to setup and use the application by starting the"
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_48
+msgid "Designation of the meeting president"
msgstr ""
#. module: condominium
-#: model:ir.actions.server,name:condominium.ir_actions_server_distribute_costs
-#: model_terms:ir.ui.view,arch_db:condominium.account_move_custom_form_view
+#: model:ir.actions.server,name:condominium.distribute_costs
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__2e8becc3-7a71-4fe4-83c2-6ee588410e4e
msgid "Distribute Costs"
msgstr ""
#. module: condominium
-#: model:ir.model.fields,field_description:condominium.x_distribution_key_field
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Distributing costs"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__1666fca2-e4aa-46e3-b320-454b2b3cfef4
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__2e8becc3-7a71-4fe4-83c2-6ee588410e4e
+msgid "Distribution"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.distribution_key_876778cb-3335-4c47-a15b-48cb0336cd62
+#: model:ir.actions.act_window,name:condominium.distribution_key_94a8e399-496e-4970-9b0f-003b4d537b2a
+#: model:ir.model,name:condominium.distribution_key_ebf70cee-4475-4921-a5f1-85e747bc5842
+#: model:ir.model.fields,field_description:condominium.distribution_key_account_move_field
+#: model:ir.model.fields,field_description:condominium.distribution_key_sale_order_field
+#: model:ir.model.fields,field_description:condominium.field_x_distribution_key_on_x_ratios
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_05ed18e5-7ade-46ff-bb7f-7020e9812caf
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__c993ac06-9d5e-4f4d-a45f-b500c234dbfa
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_condomin_55acfba8-de78-4b89-9c68-0c8b2af8686e
#: model_terms:ir.ui.view,arch_db:condominium.product_pricelist_list_custom_view
#: model_terms:ir.ui.view,arch_db:condominium.sale_order_form_custom
msgid "Distribution Key"
@@ -604,6 +1308,48 @@ msgstr ""
msgid "Distribution Keys"
msgstr ""
+#. module: condominium
+#: model:ir.ui.menu,name:condominium.condominium_invoices_d877ecdb-60c0-444a-982d-8e81f96a0a13
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__1666fca2-e4aa-46e3-b320-454b2b3cfef4
+msgid "Distribution and Allocation"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Distribution keys based on meter reading require the period start and end inputs. \n"
+" When distributing costs, for each property, the closest meter readings to period boundaries are used to compute the consumption over the period, and in case of owner change, the consumption by owner is captured if a meter\n"
+" reading is near the owner change date."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Distribution keys based on meter readings only refer to a meter. When used "
+"to split costs, the recorded meter readings for the corresponding period "
+"will be used."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Distribution keys based on shares can be populated with all properties from the condominium and the ratios computed based on properties' surface. You can still edit the ratios as you need and includes only a sub selection of the\n"
+" properties when relevant."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Distribution keys based on shares directly use the ratios. \n"
+" Without period inputs, the distribution is handled between the current owners. \n"
+" With period inputs, the distribution is computed between owners over the corresponding period, in proportion to the ownership."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Do You Want to Go Further?"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_799_product_template
msgid "Document translation"
@@ -630,10 +1376,10 @@ msgid "Drainage, sewers, and pumping installations maintenance"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_35
msgid ""
-"During the general meetings, counting the votes depending on the ownership percentage could be painful. From the properties screen, select all the properties of the corresponding condominium and insert them in a spreadsheet by using the\n"
-" said feature under the Actions menu."
+"EXAMEN ET APPROBATION DES COMPTES ET DU BILAN DU 01/01/2024 AU 31/12/2024 - "
+"RAPPORT DU COMMISSAIRE AUX COMPTES"
msgstr ""
#. module: condominium
@@ -652,8 +1398,8 @@ msgid "Easily convert the condominiums šļø"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Efficiently count the votes šāāļø"
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_64
+msgid "Election of the president"
msgstr ""
#. module: condominium
@@ -671,6 +1417,11 @@ msgstr ""
msgid "Electrical installations renovation"
msgstr ""
+#. module: condominium
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_8
+msgid "Electricity"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_772_product_template
msgid "Electricity for common areas"
@@ -706,6 +1457,11 @@ msgstr ""
msgid "Elevator maintenance contracts"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.elevators_partner_field
+msgid "Elevators"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_704_product_template
msgid "Emergency elevator phone"
@@ -727,11 +1483,54 @@ msgstr ""
msgid "Employer contributions for social insurance"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_account_analytic_account_end_date
+#: model:ir.model.fields,field_description:condominium.field_new_end_date_period
+#: model:ir.model.fields,field_description:condominium.field_property_line_end_date
+#: model:ir.model.fields,field_description:condominium.property_line_field_end_date
+msgid "End Date"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
"Every year, a general meeting is scheduled to talk about the financial statements, to take important decisions and so on. This event can easily be scheduled in the Calendar app by creating\n"
-" Meetings . To invite all the owners of a condominium, use the \"Search More\" on \"Attendees\" and type the name of the condominium in... \"Condominiums\"."
+" Meetings . To invite all the owners of a condominium, use the \"Search More\" on \"Attendees\" and type the name of the condominium in... \"Condominiums\" and set the condominium\n"
+" field."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Examples"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_47
+msgid "Exceptional work: Parking door replacement"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_46
+msgid "Exceptional work: Roof rework"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Excused"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_a28f8c92-d072-488a-afda-b4730397d5ca
+msgid "Expected attendees"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Expenses regarding a single owner can be assigned setting the analytic "
+"distribution of the corresponding invoice lines to the corresponding "
+"account, from the invoice form."
msgstr ""
#. module: condominium
@@ -739,6 +1538,13 @@ msgstr ""
msgid "Expert fees"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Explore automations , community portals , "
+"and custom dashboards tailored to your needs."
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_674_product_template
msgid "Extension work"
@@ -774,12 +1580,24 @@ msgstr ""
msgid "FaƧade maintenance"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Final word"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Finally, for condominiums organised with a general meter for the condominium to be expenses and then with meters for each owners to split the expenses, the distribution key based on meter is relevant and requires period inputs and\n"
+" associated meter readings for each property to be representative."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"Finally, you can also define the distribution keys per property. The goal is"
-" to assign a ratio for each property that will be used for splitting the "
-"fees per owner and for distributing the costs."
+"Finally, you can also define the distribution keys. The goal is to assign a "
+"ratio for each property that will be used for splitting the fees per owner "
+"and for distributing the costs:"
msgstr ""
#. module: condominium
@@ -803,11 +1621,24 @@ msgid "Fixed fee and water consumption"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_floor
#: model:ir.model.fields,field_description:condominium.x_floor_field
#: model:ir.model.fields,field_description:condominium.x_floor_related_field
msgid "Floor"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.floor_partner_field
+msgid "Floors"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"For each motion, assign the relevant motion criteria, take notes while "
+"discussion goes on and record the owners votes."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -823,7 +1654,7 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"From the Settings, create a new company in Companies . Once done, it will appear on the top right of all screens with the aim to quickly switch between your company and the\n"
+"From the Settings, create a new company in Companies . Once done, it will appear on the top right of all screens with the aim to quickly switch between your company and the\n"
" different condominiums."
msgstr ""
@@ -838,10 +1669,16 @@ msgid "Garage"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_13
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_13
+#: model:x_property,x_name:condominium.x_property_5
msgid "Garage AG"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_25
+msgid "Garage AG - Charlotte M. Warren"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_727_product_template
msgid "Garage door maintenance"
@@ -863,9 +1700,23 @@ msgid "Gas for concierge"
msgstr ""
#. module: condominium
-#. odoo-javascript
-#: code:addons/condominium/static/src/js/my_tour.js:0
-msgid "Get on track and explore our recommendations for your Odoo usage here!"
+#: model:x_meeting,x_name:condominium.x_meeting_1
+msgid "General Meeting 2025"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.report,name:condominium.calendar_event_repor_b15c7922-86c5-44a3-a418-2dc0d20cd6e8
+msgid "General Meeting Agenda"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.report,name:condominium.calendar_event_repor_1d994bd6-fd47-4f13-bd7f-6277d05dc56e
+msgid "General Meeting Report"
+msgstr ""
+
+#. module: condominium
+#: model:ir.ui.menu,name:condominium.condominium_general__bab23b47-2678-4685-8963-f5b21baa7372
+msgid "General Meetings"
msgstr ""
#. module: condominium
@@ -908,6 +1759,11 @@ msgstr ""
msgid "Helpdesk"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Here are the steps to follow:"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_7_product_template
msgid "Hourly Rate"
@@ -919,10 +1775,16 @@ msgid "House"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_20
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_20
+#: model:x_property,x_name:condominium.x_property_9
msgid "House C1"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_29
+msgid "House C1 - Steven S. Jackson"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_738_product_template
msgid "Household waste / PMC / paper and glass products"
@@ -936,7 +1798,8 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"If there is no distribution keys set, the area will be used as default key."
+"If you want to easily discover every features of this package, try "
+"downloading the Demo Data."
msgstr ""
#. module: condominium
@@ -944,6 +1807,11 @@ msgstr ""
msgid "Image"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_decimal_calendar_in_favor
+msgid "In Favor"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -957,11 +1825,25 @@ msgstr ""
msgid "In case of recurring fees:"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "In favor:"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"In the Sales application, create a quotation and set the condominium as "
-"customer."
+"In many cases, direct access to the condominium accounting shall be provided"
+" to some owners. This is the case for example when some are given review "
+"duties."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"In the Sales App , create a quotation and set the "
+"condominium as customer."
msgstr ""
#. module: condominium
@@ -971,6 +1853,36 @@ msgid ""
" that will be caught in the right helpdesk team. This eases the follow-up and the invoicing in case the time spent is not covered by the service fees."
msgstr ""
+#. module: condominium
+#: model:base.automation,name:condominium.industry_on_distribu_7dd69ab9-5523-4e05-8c9e-0c25fcfb07db
+msgid "Industry: On Distribution input save"
+msgstr ""
+
+#. module: condominium
+#: model:base.automation,name:condominium.industry_on_distribu_2f449982-8571-4cd1-9960-4cc3ef2c221e
+msgid "Industry: On Distribution input update"
+msgstr ""
+
+#. module: condominium
+#: model:base.automation,name:condominium.industry_on_vote_edi_427a1ec4-91c0-480b-8c32-a153a781bdf3
+msgid "Industry: On Vote Edit"
+msgstr ""
+
+#. module: condominium
+#: model:base.automation,name:condominium.industry_on_previous_8e385e3e-c367-46d5-a6f1-537b04acf284
+msgid "Industry: On owners edit"
+msgstr ""
+
+#. module: condominium
+#: model:base.automation,name:condominium.industry_on_property_51dd5258-0d48-45b1-94a7-47c2eb1f8c84
+msgid "Industry: On property deletion"
+msgstr ""
+
+#. module: condominium
+#: model:base.automation,name:condominium.automation_set_usage_meter_reading
+msgid "Industry: Set Usage in Meter Readings"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.act_window,name:condominium.condominium_act_window
#: model:ir.ui.menu,name:condominium.infra_menu
@@ -987,6 +1899,11 @@ msgstr ""
msgid "Insurances analysis"
msgstr ""
+#. module: condominium
+#: model:documents.document,name:condominium.documents_document_20
+msgid "Internal"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_729_product_template
msgid "Internal carpentry maintenance"
@@ -998,8 +1915,32 @@ msgid "Internet information communication"
msgstr ""
#. module: condominium
-#: model:ir.model.fields,field_description:condominium.x_is_a_property
-msgid "Is a property"
+#: model:ir.actions.act_window,name:condominium.invoices_07771d0f-f70c-49f7-bdc9-2fb7e7fac893
+#: model:ir.actions.act_window,name:condominium.invoices_61ee6893-ed19-40ed-bda9-2a547b645966
+#: model:ir.ui.menu,name:condominium.condominium_invoices_3d7dcf81-75f0-4ea5-8f32-3e7959fdb5e9
+msgid "Invoices"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.x_is_a_property
+msgid "Is a property"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.is_a_unit_field
+msgid "Is a unit"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.x_is_distributed_field
+msgid "Is distributed"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Just be careful, once demo data are uploaded, it cannot be easily deleted. "
+"But you can restart a fresh database on"
msgstr ""
#. module: condominium
@@ -1008,6 +1949,7 @@ msgid "Kick-Off Fees"
msgstr ""
#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_2
#: model:documents.document,name:condominium.documents_folder_11
#: model:project.project,name:condominium.project_project_4
msgid "Kick-Off Template"
@@ -1043,6 +1985,11 @@ msgstr ""
msgid "Maintenance contracts"
msgstr ""
+#. module: condominium
+#: model:x_vote_criteria,x_name:condominium.x_vote_criteria_3
+msgid "Majority of 2/3rd"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Make sure that the products added are recurring."
@@ -1068,6 +2015,19 @@ msgstr ""
msgid "Manage the vendors related to this condominium "
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Managing property owner associations involves multiple stakeholders, recurring tasks, and detailed records. Odoo empowers associations by streamlining processesāfrom handling new prospects to managing shared expensesāthrough a fully\n"
+" integrated suite of applications. Whether you're organizing general meetings, tracking owner history, or handling complex expense distributions, Odoo provides the tools to stay efficient and transparent."
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.meeting_a363a62d-6376-4d49-bee6-6ff4fe93fc5e
+#: model:ir.model,name:condominium.meeting_0cbcee6e-c262-4b9d-9a14-24bee1266814
+msgid "Meeting"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_796_product_template
msgid "Meeting consumables"
@@ -1079,19 +2039,39 @@ msgid "Meeting room usage"
msgstr ""
#. module: condominium
+#: model:ir.actions.act_window,name:condominium.meetings_04a77040-f785-42c8-aa12-310fb860f6ad
+#: model:ir.actions.act_window,name:condominium.meetings_51a400cb-04ba-4687-ad4f-bd09d8700e16
+#: model:ir.actions.act_window,name:condominium.meetings_6b93aa76-ac43-4256-8794-6c0a3e846972
+#: model:ir.ui.menu,name:condominium.condominium_meeting_12e4d33b-bc8c-4768-8497-32b31e6b2f0f
+msgid "Meetings"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_account_move_meter
+#: model:ir.model.fields,field_description:condominium.field_distribution_key_base_meter
#: model:ir.model.fields,field_description:condominium.field_meter_reading_meter_id
+#: model:ir.model.fields,field_description:condominium.field_property_line_meter
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__c993ac06-9d5e-4f4d-a45f-b500c234dbfa
msgid "Meter"
msgstr ""
#. module: condominium
-#: model:ir.actions.server,name:condominium.action_server_set_usage_meter_reading
#: model:ir.model,name:condominium.model_meter_reading
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
msgid "Meter Reading"
msgstr ""
#. module: condominium
#: model:ir.model.fields,field_description:condominium.field_property_meter_reading_ids
+msgid "Meter Reading ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.meter_readings_80f60dfa-8403-4ae4-bdd0-e0a04bd7fe67
+#: model:ir.model.fields,field_description:condominium.property_meter_field_reading_id
+#: model:ir.ui.menu,name:condominium.condominium_meter_re_5d31d411-147f-45a4-a5f3-0a51ae6308c3
#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_custom_form_view
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
msgid "Meter Readings"
msgstr ""
@@ -1102,8 +2082,9 @@ msgstr ""
#. module: condominium
#: model:ir.actions.act_window,name:condominium.action_configuration_meters
+#: model:ir.actions.act_window,name:condominium.meters_52cf99fe-0d20-4649-a775-c785241c5e6d
#: model:ir.model,name:condominium.model_meters
-#: model:ir.ui.menu,name:condominium.condo_meters
+#: model:ir.ui.menu,name:condominium.condominium_meters_c57542e7-5d1a-4896-b690-367733ddf851
msgid "Meters"
msgstr ""
@@ -1118,13 +2099,35 @@ msgid "Miscellaneous expenses"
msgstr ""
#. module: condominium
-#: model:product.template,name:condominium.product_product_15_product_template
-msgid "Monthly Service Fees"
+#: model:ir.model.fields,field_description:condominium.description_calendar_motion
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Motion"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.vote_criteria_20f99a3b-6086-4579-a4fa-95a08d4126cd
+#: model:ir.model.fields,field_description:condominium.field_vote_criteria
+#: model:ir.ui.menu,name:condominium.condominium_vote_cri_6ac83390-1d7d-416a-adc9-9c260bfc7baf
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Motion Criteria"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Motion..."
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_lines_calendar_motions
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Motions"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_description_period
#: model:ir.model.fields,field_description:condominium.name_buildings_tags
#: model:ir.model.fields,field_description:condominium.name_properties_tags
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__e4f59ec5-2713-4033-b7b0-e3b0e85a33b6
#: model_terms:ir.ui.view,arch_db:condominium.res_partner_form_view
msgid "Name"
msgstr ""
@@ -1136,7 +2139,26 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building_tags
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_03e007bf-17ad-467e-a8bc-0592b17b66e9
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_05ed18e5-7ade-46ff-bb7f-7020e9812caf
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_0b08689e-c8d2-4504-a86e-ca64ceb1bace
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_0c42c9f9-7810-488b-89b8-1d053d16ffb2
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_2a9e3eda-a4d3-4c9d-8be4-804e42cfa6ed
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_2b5eeda3-5376-4a55-b09e-374c51a9beee
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_7c12ffe2-d680-4f0a-9c3f-7b49fcbbc1d8
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8193d201-031a-49ba-8f15-48f3813b6c37
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8a51bbc5-cd87-4a3e-8f56-aaf7f9ea5b3d
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8b7cb702-3ec0-443d-b8b5-600e1075afb1
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_9f1487e5-eabf-4bad-bb05-6c029c02e27f
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_b4555d72-ed1c-42ea-a7aa-226608911791
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_c690517f-b466-458c-811b-9b7274b4be8e
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_e3d11bbd-2479-422f-b24a-abb0272d8fe0
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_e5f54a81-938a-498c-bf3f-51a54b4433eb
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_ec0961c8-0c6f-4dfc-9990-e0da07c8d2b1
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_fb9b93f9-40c4-4089-a79e-405424d9a2be
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_property_type
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
msgid "Name..."
msgstr ""
@@ -1146,8 +2168,8 @@ msgid "Never forget a task š"
msgstr ""
#. module: condominium
-#: model:project.task.type,name:condominium.project_task_type_26
-msgid "New"
+#: model:ir.model.fields,field_description:condominium.new_lines_calendar_e_5f600d8e-925a-43ee-99ad-5a1e5174d333
+msgid "New Lines"
msgstr ""
#. module: condominium
@@ -1161,10 +2183,22 @@ msgid "Non-professional trustee liability"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_html_calendar_notes
#: model:ir.model.fields,field_description:condominium.notes_buildings
+#: model:ir.model.fields,field_description:condominium.x_notes_splited_analytic_items
msgid "Notes"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Odoo offers additional possibilities to enhance your business:"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Odoo.com/trial"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_5_product_template
msgid "Offboarding"
@@ -1175,7 +2209,7 @@ msgstr ""
msgid ""
"On the one hand, the funds requests are sent by the condominium to the "
"owners. On the other hand, the service fees can be invoiced by \"My "
-"Condominium Management\" to the owners. Here are the steps to follow:"
+"Condominium Management\" to the owners."
msgstr ""
#. module: condominium
@@ -1187,16 +2221,15 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
"Once done, it is time to create the composition of the condominium by "
-"selecting the right one on the top right of the screen. Then, open the "
-"Condominium app where"
-" you can:"
+"selecting the right one on the top right of the screen."
msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"Once the quotation is confirmed, it automatically creates Projects including several tasks to properly start the collaboration. This is based on the\n"
-" Kick-Off Template Template project:"
+"Once the quotation is confirmed, it automatically creates Projects including"
+" several tasks to properly start the collaboration. This is based on the "
+"Kick-Off Template Template project:"
msgstr ""
#. module: condominium
@@ -1217,6 +2250,25 @@ msgstr ""
msgid "Open company partner form view"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Open the Condominium "
+"App where you can:"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Open the Condominium App and reach the Distributions from "
+"the Purchase menu."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Organize and lead general meetings š
"
+msgstr ""
+
#. module: condominium
#: model:x_properties_types,x_name:condominium.x_properties_types_7
msgid "Other"
@@ -1358,20 +2410,60 @@ msgid "Other water expenses"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_selection_calend_outcome
+msgid "Outcome"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_analytic_owner
+#: model:ir.model.fields,field_description:condominium.field_property_line_owner
#: model:ir.model.fields,field_description:condominium.x_owner_field
#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_custom_form_view
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__e8ebb539-08fa-4e83-9a43-b02c63fb70f7
#: model_terms:ir.ui.view,arch_db:condominium.quick_create_account_form
msgid "Owner"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.property_line_owner_field
+msgid "Owner ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_analytic_owner_line
+msgid "Owner line"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.act_window,name:condominium.owners_act_window
#: model:ir.ui.menu,name:condominium.owners_menu
#: model:ir.ui.menu,name:condominium.owners_owners_menu
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
msgid "Owners"
msgstr ""
#. module: condominium
+#: model:ir.actions.act_window,name:condominium.ownership_8a444b87-789a-4536-83ea-09ca32b2fcde
+#: model:ir.model,name:condominium.ownership__80e1ba8b-6846-4f72-b9eb-6d13de85b201
+#: model:ir.ui.menu,name:condominium.condominium_ownershi_bb73d720-49cf-4c65-bd26-8286255d5347
+msgid "Ownership"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.ownership_properties_field
+msgid "Ownership Properties"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid ""
+"Page\n"
+"\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_parent
#: model:ir.model.fields,field_description:condominium.x_parent_field
msgid "Parent"
msgstr ""
@@ -1387,10 +2479,16 @@ msgid "Parking"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_21
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_21
+#: model:x_property,x_name:condominium.x_property_10
msgid "Parking CP"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_30
+msgid "Parking CP - Steven S. Jackson"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_744_product_template
msgid "Parking, paths, and surroundings maintenance under contract"
@@ -1406,6 +2504,57 @@ msgstr ""
msgid "Partner's Companies"
msgstr ""
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.period_57148acc-2090-4a12-9fec-d96cc718ee3c
+#: model:ir.actions.act_window,name:condominium.period_82f7a875-3f1d-4d53-a3fe-90d32b44cafa
+#: model:ir.model,name:condominium.period_f8169273-7f99-4a0f-9efe-77709295f0d2
+#: model:ir.model.fields,field_description:condominium.field_account_move_period
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_2a9e3eda-a4d3-4c9d-8be4-804e42cfa6ed
+msgid "Period"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_account_move_period_end
+msgid "Period End"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_account_move_period_start
+msgid "Period Start"
+msgstr ""
+
+#. module: condominium
+#: model:ir.ui.menu,name:condominium.condominium_period_456091bf-869e-45fa-aea9-950d4cdafd60
+#: model:ir.ui.menu,name:condominium.condominium_period_deceab37-a4bb-48f1-a581-f8c978891c4d
+msgid "Periods"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Plan Task"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Plan you general meeting agenda with motions to vote in the Motions tab."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__214161ff-2fbf-4a5e-8e17-44ccb8a2dbb7
+msgid "Populate"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_populate_di_1bcb08fe-f6dc-4ea0-9ffc-d4607055470e
+msgid "Populate Distribution Key"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_populate_vo_154b8787-f5ce-4bea-931b-a6edbc80a723
+msgid "Populate Voters"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.field_meters_price
msgid "Price"
@@ -1413,6 +2562,7 @@ msgstr ""
#. module: condominium
#: model:ir.model.fields,field_description:condominium.x_pricelist_field
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_sale_ord_51c6b4e1-3957-4613-b5ea-db8fba2b8957
msgid "Pricelist"
msgstr ""
@@ -1422,13 +2572,21 @@ msgid "Private expenses"
msgstr ""
#. module: condominium
-#: model:account.analytic.plan,name:condominium.account_analytic_plan_2
+#: model:ir.model.fields,field_description:condominium.product_category_field
+msgid "Product Category"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.plan,name:condominium.condominium_analytic_plan_2
+#: model:ir.actions.act_window,name:condominium.properties_56c25aba-f245-4e5e-b7ba-61b604350ec1
#: model:ir.actions.act_window,name:condominium.properties_act_window
#: model:ir.actions.act_window,name:condominium.properties_act_window_view
+#: model:ir.actions.act_window,name:condominium.properties_bcdebf3d-1009-4ec1-b263-329f31ab8376
#: model:ir.actions.act_window,name:condominium.properties_parent_act_window
#: model:ir.actions.act_window,name:condominium.props_build_act_window
+#: model:ir.model.fields,field_description:condominium.new_related_field_properties
+#: model:ir.model.fields,field_description:condominium.x_properties_ids
#: model:ir.ui.menu,name:condominium.conf_prop_menu
-#: model:ir.ui.menu,name:condominium.infra_properties_menu
#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_custom_form_view
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
#: model_terms:ir.ui.view,arch_db:condominium.res_partner_form_view
@@ -1436,8 +2594,14 @@ msgid "Properties"
msgstr ""
#. module: condominium
-#: model:ir.model.fields,field_description:condominium.x_properties_ids
-msgid "Properties "
+#: model:ir.actions.act_window,name:condominium.properties_new_b7040d4c-0ff5-495e-881a-4a500bb9b759
+#: model:ir.ui.menu,name:condominium.condominium_properti_1e0ad1b9-5dd4-4668-9557-253796679457
+msgid "Properties (new)"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_partner_properties
+msgid "Properties (old)"
msgstr ""
#. module: condominium
@@ -1461,11 +2625,30 @@ msgstr ""
#. module: condominium
#: model:documents.document,name:condominium.documents_folder_12
-#: model:ir.model.fields,field_description:condominium.field_meter_reading_account_analytic_account
-#: model:ir.model.fields,field_description:condominium.x_property_field
+#: model:ir.actions.act_window,name:condominium.property_96b9dd0b-5897-447e-ba68-019707a9681f
+#: model:ir.model,name:condominium.property_9abd67e7-492e-4fac-9aef-812e565e196e
+#: model:ir.model.fields,field_description:condominium.field_analytic_property
+#: model:ir.model.fields,field_description:condominium.field_ratios_property
+#: model:ir.model.fields,field_description:condominium.x_property_on_meter
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_9f1487e5-eabf-4bad-bb05-6c029c02e27f
msgid "Property"
msgstr ""
+#. module: condominium
+#: model:ir.model,name:condominium.property_line_4bc685d1-2b74-43a6-a9e0-6bcc32980839
+msgid "Property Line Meter Reading ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.property_line_58f38056-6793-42e3-8f7a-f3db6e3da145
+msgid "Property Line Owner ids"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.property_line_d54ae61c-6f31-48ee-bd05-03a1d51990ac
+msgid "Property Line Tenant ids"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Property Owner Association"
@@ -1481,11 +2664,21 @@ msgstr ""
msgid "Property plan"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Provide access to the owners š"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "Provide the best customer service š"
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_50
+msgid "PrƩsident de sƩance"
+msgstr ""
+
#. module: condominium
#: model:ir.ui.menu,name:condominium.purchase_menu
msgid "Purchase"
@@ -1493,12 +2686,13 @@ msgstr ""
#. module: condominium
#: model:ir.model.fields,field_description:condominium.field_meter_reading_quantity
+#: model:ir.model.fields,field_description:condominium.field_property_line_quantity
msgid "Quantity"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Quickly set up a condominium š"
+#: model:sale.subscription.plan,name:condominium.sale_subscription_plan_3
+msgid "Quarterly"
msgstr ""
#. module: condominium
@@ -1507,19 +2701,38 @@ msgid "Railings and terrace separation partitions"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_decimal_calendar_ratio
#: model:ir.model.fields,field_description:condominium.x_ratio_field
msgid "Ratio"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_distribution_key_field
+msgid "Ratio ids"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.act_window,name:condominium.ratios_act_window
#: model:ir.model,name:condominium.ratios_model
#: model:ir.model.fields,field_description:condominium.x_ratios_field
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_for_x_ratios
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_product__eb3e25fc-fad8-4f9a-a6fa-74893a893bdb
#: model_terms:ir.ui.view,arch_db:condominium.product_pricelist_custom_view
msgid "Ratios"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Reach us"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Record invoices from from supplier from Accounting App , by "
+"assigning supplier and listing products."
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_764_product_template
msgid "Recreational charges (playgrounds, tennis, fitness, billiards, etc.)"
@@ -1530,11 +2743,37 @@ msgstr ""
msgid "Recurring Fees"
msgstr ""
+#. module: condominium
+#: model:product.template,name:condominium.product_product_16_product_template
+msgid "Recurring Service Fees"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Rejected"
+msgstr ""
+
+#. module: condominium
+#: model:x_property_line_bfb14,x_name:condominium.x_property_line_bfb14_1
+#: model:x_property_line_bfb14,x_name:condominium.x_property_line_bfb14_2
+msgid "RelevƩ"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_672_product_template
msgid "Renovation work"
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_67
+msgid "Repair of the main door of wing A"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Requesting funds"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_14_product_template
msgid "Reserve Fund"
@@ -1547,6 +2786,11 @@ msgid ""
"exceptional expense."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "Reset Votes"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_662_product_template
msgid "Retirement and survivor pensions"
@@ -1557,11 +2801,28 @@ msgstr ""
msgid "Reversals (provisions)"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.roof_type_partner_field
+msgid "Roof Type"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_751_product_template
msgid "Roof maintenance"
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_63
+msgid "RƩparation X"
+msgstr ""
+
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_32
+#: model:documents.document,name:condominium.documents_document_16
+#: model:project.project,name:condominium.project_project_5
+msgid "S00002 - Kick-Off Template"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_658_product_template
msgid "Salaries and direct social benefits"
@@ -1578,11 +2839,6 @@ msgstr ""
msgid "Sales Orders"
msgstr ""
-#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "Schedule the meetings š
"
-msgstr ""
-
#. module: condominium
#: model:product.template,name:condominium.product_product_11_product_template
msgid "Second Reminder"
@@ -1595,19 +2851,66 @@ msgid ""
"address book."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Select the relevant distribution key to account for owner ratios."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"Select the right company from which the fees will be invoiced (see "
-"Quickly set up a condominium š section to see how to switch the "
-"company)."
+"Select the right company from which the fees will be invoiced (see Set "
+"up a condominium š section to see how to switch the company)."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Send Agenda"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_send_genera_636204d5-33e7-437e-99cb-fbc897d72c0e
+msgid "Send General Meeting Agenda"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_send_genera_2c1dc29b-783e-4233-89c4-0ad81f20c6eb
+msgid "Send General Meeting Report"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "Send Report"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Send the meeting agenda upfront to all expected attendees"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.calendar_sequence_field_sequence
+#: model:ir.model.fields,field_description:condominium.field_calendar_event_line_a7dc0_sequence
+#: model:ir.model.fields,field_description:condominium.field_distribution_key_base_sequence
#: model:ir.model.fields,field_description:condominium.field_meters_sequence
+#: model:ir.model.fields,field_description:condominium.field_property_line_sequence
+#: model:ir.model.fields,field_description:condominium.field_property_sequence
+#: model:ir.model.fields,field_description:condominium.field_sequence_period
+#: model:ir.model.fields,field_description:condominium.property_line_field_sequence
+#: model:ir.model.fields,field_description:condominium.property_line_sequence_field
#: model:ir.model.fields,field_description:condominium.sequence_buildings
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_ev_7ae84ab3-77e0-4f06-bc10-442a614919c3
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_ev_dad2a446-619d-40af-8b0d-6f5d1bbd6e37
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_event_field
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_event_line_field
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_sequence
+#: model:ir.model.fields,field_description:condominium.sequence_calendar_sequence_field
+#: model:ir.model.fields,field_description:condominium.sequence_distributio_field
+#: model:ir.model.fields,field_description:condominium.sequence_distribution_key_field
#: model:ir.model.fields,field_description:condominium.sequence_field
+#: model:ir.model.fields,field_description:condominium.sequence_meeting_sequence
#: model:ir.model.fields,field_description:condominium.sequence_properties_types
+#: model:ir.model.fields,field_description:condominium.sequence_vote_criter_sequence
msgid "Sequence"
msgstr ""
@@ -1617,8 +2920,13 @@ msgid "Service Fees"
msgstr ""
#. module: condominium
-#: model:base.automation,name:condominium.automation_set_usage_meter_reading
-msgid "Set Usage in Meter Readings"
+#: model:ir.actions.server,name:condominium.industry_set_votes_a_73342a03-85fc-4775-afd2-800be099d3aa
+msgid "Set Votes as All Against"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_set_votes_a_d3b6fd79-aef3-4619-9279-4ec49d90559d
+msgid "Set Votes as All In Favor"
msgstr ""
#. module: condominium
@@ -1636,6 +2944,16 @@ msgstr ""
msgid "Set the right distribution key."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Set up a condominium š"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_x_share
+msgid "Share"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_798_product_template
msgid "Simultaneous translation for meetings"
@@ -1656,12 +2974,47 @@ msgstr ""
msgid "Source Sales Order count"
msgstr ""
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.split_act_window
+#: model:ir.actions.server,name:condominium.split_analytic_item_action
+#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_wizard_form
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__94def992-2f7b-4ea1-baf0-56202860d0f3
+msgid "Split"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.model_analytic_account_wizard
+msgid "Split Analytic Items"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_line_ids
+msgid "Split Lines"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.server,name:condominium.ir_act_server_split_per_property
+msgid "Split SO per Owner"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.model_x_analytic_account_wizard_line
+msgid "Split Wizard Line"
+msgstr ""
+
+#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.sale_order_form_custom
msgid "Split per Owner"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_account_analytic_account_start_date
+#: model:ir.model.fields,field_description:condominium.field_new_start_date_period
+#: model:ir.model.fields,field_description:condominium.field_property_line_start_date
+#: model:ir.model.fields,field_description:condominium.property_line_field_start_date
+msgid "Start Date"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.country_state
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
@@ -1669,51 +3022,89 @@ msgid "State"
msgstr ""
#. module: condominium
-#: model:product.template,name:condominium.product_product_803_product_template
-msgid "Statute modification"
+#: model:product.template,name:condominium.product_product_803_product_template
+msgid "Statute modification"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.street
+msgid "Street"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
+msgid "Street 2..."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
+msgid "Street..."
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.street2
+msgid "Street2"
+msgstr ""
+
+#. module: condominium
+#: model:x_properties_types,x_name:condominium.x_properties_types_3
+msgid "Studio"
+msgstr ""
+
+#. module: condominium
+#: model:x_property,x_name:condominium.x_property_15
+msgid "Studio 101"
msgstr ""
#. module: condominium
-#: model:ir.model.fields,field_description:condominium.street
-msgid "Street"
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_36
+msgid "Studio 101 - Micheal E. Rosales"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
-msgid "Street 2..."
+#: model:x_property,x_name:condominium.x_property_16
+msgid "Studio 102"
msgstr ""
#. module: condominium
-#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
-msgid "Street..."
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_37
+msgid "Studio 102 - Peter E. Lee"
msgstr ""
#. module: condominium
-#: model:ir.model.fields,field_description:condominium.street2
-msgid "Street2"
+#: model:x_property,x_name:condominium.x_property_17
+msgid "Studio 201"
msgstr ""
#. module: condominium
-#: model:x_properties_types,x_name:condominium.x_properties_types_3
-msgid "Studio"
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_38
+msgid "Studio 201 - Todd S. Zimmerman"
msgstr ""
#. module: condominium
-#: model:account.analytic.account,name:condominium.account_analytic_account_22
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_22
+#: model:x_property,x_name:condominium.x_property_11
msgid "Studio CS"
msgstr ""
+#. module: condominium
+#: model:account.analytic.account,name:condominium.condominium_analytic_account_31
+msgid "Studio CS - Steven S. Jackson"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_671_product_template
msgid "Study and supervision fees"
msgstr ""
#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__214161ff-2fbf-4a5e-8e17-44ccb8a2dbb7
#: model_terms:ir.ui.view,arch_db:condominium.product_pricelist_custom_view
msgid "Sum of Area"
msgstr ""
#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__214161ff-2fbf-4a5e-8e17-44ccb8a2dbb7
#: model_terms:ir.ui.view,arch_db:condominium.product_pricelist_custom_view
msgid "Sum of Ratio"
msgstr ""
@@ -1754,6 +3145,7 @@ msgid "TV distribution for concierge"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_tags
#: model:ir.model.fields,field_description:condominium.tags_buildings
#: model:ir.model.fields,field_description:condominium.x_tags_field
#: model:ir.ui.menu,name:condominium.conf_prop_tag_menu
@@ -1773,9 +3165,15 @@ msgstr ""
#. module: condominium
#: model:project.project,label_tasks:condominium.project_project_4
+#: model:project.project,label_tasks:condominium.project_project_5
msgid "Tasks"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "Tax ID"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_663_product_template
msgid "Taxes and fees"
@@ -1787,10 +3185,21 @@ msgid "Telephone - Internet - concierge cell phone"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.property_line_field_tenant
#: model:ir.model.fields,field_description:condominium.x_tenant_field
msgid "Tenant"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_line_tenant
+msgid "Tenant ids"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__89845a3c-3645-4ee0-885f-271d95c2370c
+msgid "Tenants"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_750_product_template
msgid "Terrace maintenance"
@@ -1806,6 +3215,20 @@ msgstr ""
msgid "The building to which the property belongs."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"The chart of account and relationships with products and product categories "
+"is not setup in this module."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"The cost distribution inputs are available on each invoice in the "
+"distribution tab."
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "The floor."
@@ -1813,7 +3236,25 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "The owner of the property."
+msgid ""
+"The meter readings history, leveraged to split bills based on consumption."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "The motion is"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "The motion is not submitted to vote."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "The owner history."
msgstr ""
#. module: condominium
@@ -1837,7 +3278,7 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "The tenant if relevant."
+msgid "The tenant history if relevant."
msgstr ""
#. module: condominium
@@ -1860,6 +3301,20 @@ msgid ""
"cleaning of common areas, etc."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Then, on a regular basis or at invoice confirmation, distribute the costs of"
+" each expenses:"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"These features can be added to your current subscription. Feel free to "
+"explore and expand your Odoo experience!"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
@@ -1883,11 +3338,92 @@ msgstr ""
msgid "This does not include the fees from the ushers, lawyers, experts, etc."
msgstr ""
+#. module: condominium
+#: model_terms:ir.actions.act_window,help:condominium.breakdown_of_charges_47f0a208-dcdf-449c-8653-09410c8fbe0c
+#: model_terms:ir.actions.act_window,help:condominium.buildings_new_7cab1cb0-2a07-4399-a8a6-c0576bc3b157
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_876778cb-3335-4c47-a15b-48cb0336cd62
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_94a8e399-496e-4970-9b0f-003b4d537b2a
+#: model_terms:ir.actions.act_window,help:condominium.invoices_07771d0f-f70c-49f7-bdc9-2fb7e7fac893
+#: model_terms:ir.actions.act_window,help:condominium.invoices_61ee6893-ed19-40ed-bda9-2a547b645966
+#: model_terms:ir.actions.act_window,help:condominium.meeting_a363a62d-6376-4d49-bee6-6ff4fe93fc5e
+#: model_terms:ir.actions.act_window,help:condominium.meetings_04a77040-f785-42c8-aa12-310fb860f6ad
+#: model_terms:ir.actions.act_window,help:condominium.meetings_51a400cb-04ba-4687-ad4f-bd09d8700e16
+#: model_terms:ir.actions.act_window,help:condominium.meetings_6b93aa76-ac43-4256-8794-6c0a3e846972
+#: model_terms:ir.actions.act_window,help:condominium.meter_readings_80f60dfa-8403-4ae4-bdd0-e0a04bd7fe67
+#: model_terms:ir.actions.act_window,help:condominium.meters_52cf99fe-0d20-4649-a775-c785241c5e6d
+#: model_terms:ir.actions.act_window,help:condominium.ownership_8a444b87-789a-4536-83ea-09ca32b2fcde
+#: model_terms:ir.actions.act_window,help:condominium.period_57148acc-2090-4a12-9fec-d96cc718ee3c
+#: model_terms:ir.actions.act_window,help:condominium.period_82f7a875-3f1d-4d53-a3fe-90d32b44cafa
+#: model_terms:ir.actions.act_window,help:condominium.properties_new_b7040d4c-0ff5-495e-881a-4a500bb9b759
+#: model_terms:ir.actions.act_window,help:condominium.property_96b9dd0b-5897-447e-ba68-019707a9681f
+#: model_terms:ir.actions.act_window,help:condominium.ratios_1e79b932-0153-4f8e-a460-d6cf3799a400
+#: model_terms:ir.actions.act_window,help:condominium.units_db426d81-2f97-4887-9378-b0fa592d6557
+#: model_terms:ir.actions.act_window,help:condominium.vote_9814f660-6b54-4a80-ad38-970aaf076d03
+#: model_terms:ir.actions.act_window,help:condominium.vote_criteria_20f99a3b-6086-4579-a4fa-95a08d4126cd
+msgid "This is your new action."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "Tips for Success"
+msgstr ""
+
#. module: condominium
#: model:project.task.type,name:condominium.project_task_type_17
msgid "To Do"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "To account for this additional cost in your pricing."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"To distribute costs related to an annual services, such as condominium "
+"insurance fees, the distribution based on shares over a period is relevant "
+"to expense each owner in proportion of their ownership and share."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"To distribute costs which only impact current owners, a distribution key "
+"based on shares without period inputs is required."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"To maintain the number of users to the minimum needed, creating and deleting"
+" them when relevant."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"To setup such access, you shall create users for such owners and restrict "
+"rights to the level which suite your needs so that they can access in read "
+"only most likely."
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.x_total_field
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_condomin_b037142b-7612-4095-85cf-016fbc14b18e
+msgid "Total"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_wizard_form
+msgid "Total Amount"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.analytic_account_wizard_form
+msgid "Total Share"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_673_product_template
msgid "Transformation work"
@@ -1925,6 +3461,7 @@ msgid "Trustee stamps"
msgstr ""
#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_type
#: model:ir.model.fields,field_description:condominium.x_type_field
#: model:ir.model.fields,field_description:condominium.x_type_related_field
#: model:ir.ui.menu,name:condominium.conf_prop_type
@@ -1936,11 +3473,47 @@ msgstr ""
msgid "Type down your notes here..."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__e_a4a36d77-637b-4a31-8a1d-67d2773d5005
+msgid "US12345671"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__c993ac06-9d5e-4f4d-a45f-b500c234dbfa
+msgid "Unallocated"
+msgstr ""
+
+#. module: condominium
+#: model:x_vote_criteria,x_name:condominium.x_vote_criteria_2
+msgid "Unanimity"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.units_db426d81-2f97-4887-9378-b0fa592d6557
+#: model:ir.ui.menu,name:condominium.condominium_units_b3cf4411-6f15-4ed8-8380-486e61de0511
+msgid "Units"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.server,name:condominium.industry_update_curr_9c379c6b-889a-4235-af2e-df6e3dcfaa6d
+msgid "Update Property Current Owner"
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.field_meter_reading_usage
msgid "Usage"
msgstr ""
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_checkbox_account_categorization
+msgid "Used for categorization"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__1666fca2-e4aa-46e3-b320-454b2b3cfef4
+msgid "Used to distribute costs by meter; closest meter reading date used"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.res_partner_form_view
msgid "VAT"
@@ -1966,6 +3539,11 @@ msgstr ""
msgid "Various works"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_condomin_b037142b-7612-4095-85cf-016fbc14b18e
+msgid "Vendor"
+msgstr ""
+
#. module: condominium
#: model:ir.actions.act_window,name:condominium.vendors_act_window
#: model:ir.model.fields,field_description:condominium.vendor_ids
@@ -1989,11 +3567,41 @@ msgstr ""
msgid "Video surveillance"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "View Report"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_680_product_template
msgid "Volunteer insurance"
msgstr ""
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.vote_9814f660-6b54-4a80-ad38-970aaf076d03
+#: model:ir.model,name:condominium.vote__80e1ba8b-6846-4f72-b9eb-6d13de85b201
+#: model:ir.model.fields,field_description:condominium.new_selection_calend_vote
+#: model:ir.ui.menu,name:condominium.calendar_vote_f176c342-c47d-45d5-8df8-4caf5a3a1a16
+msgid "Vote"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.vote_criteria_4b7b478b-cf0a-4ca6-9a7b-b7c2332c5bb4
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_c690517f-b466-458c-811b-9b7274b4be8e
+msgid "Vote Criteria"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "Votes (need"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.new_many2one_calenda_voting_key
+msgid "Voting key"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_739_product_template
msgid "Waste cleaning and treatment controls"
@@ -2037,9 +3645,9 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid ""
-"Welcome to your Odoo Property Owner Association package! This guide will "
-"help you manage the condominiums efficiently, from setting up to general "
-"meetings."
+"We recommend your accountants to setup the appropriate chart of account "
+"based on your localization to generate the appropriate balance sheet and "
+"other needed accounting documents through Odoo."
msgstr ""
#. module: condominium
@@ -2047,21 +3655,54 @@ msgstr ""
msgid "Welcome! Happy exploring."
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__a25da466-f9b9-425a-9919-a46cfe5e49e1
+msgid ""
+"When checked, the line can be selected to be assigned to an expense as a "
+"category for Condominium Balance Sheet reporting"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"When the quote is confirmed for a new condominium, you can convert the "
+"prospect contact into a condominium in a click from the contact form, in the"
+" Contact App ."
+msgstr ""
+
#. module: condominium
#: model:x_buildings,x_name:condominium.x_buildings_1
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_4
msgid "Wing A"
msgstr ""
#. module: condominium
#: model:x_buildings,x_name:condominium.x_buildings_4
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_5
msgid "Wing B"
msgstr ""
#. module: condominium
#: model:x_buildings,x_name:condominium.x_buildings_5
+#: model:x_distribution_key,x_name:condominium.x_distribution_key_6
msgid "Wing C"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_condomin_55acfba8-de78-4b89-9c68-0c8b2af8686e
+msgid "With distribution"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_condomin_55acfba8-de78-4b89-9c68-0c8b2af8686e
+msgid "Without allocation"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_account__c993ac06-9d5e-4f4d-a45f-b500c234dbfa
+msgid "Without distribution"
+msgstr ""
+
#. module: condominium
#: model:product.template,name:condominium.product_product_679_product_template
msgid "Work accident insurance"
@@ -2079,12 +3720,152 @@ msgid ""
"recurring fees."
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_24
+msgid "Working fund call"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"Would you like to discuss your Odoo setup with us or explore more features?"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.calendar_event_line_event
+#: model:ir.model.fields,field_description:condominium.calendar_event_line_event_field
+#: model:ir.model.fields,field_description:condominium.field_calendar_event_line_calendar_event
+msgid "X Calendar Event"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.calendar_event_line__62cd0714-505f-4ab7-9f07-64ca52270ac9
+#: model:ir.model.fields,field_description:condominium.calendar_event_line__71ca9bf6-883e-4322-80e8-19bcf760ec5a
+#: model:ir.model.fields,field_description:condominium.calendar_event_line__field
+#: model:ir.model.fields,field_description:condominium.calendar_event_line_a1bce_id
+#: model:ir.model.fields,field_description:condominium.calendar_event_line_field
+msgid "X Calendar Event Line A1Bce"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.distribution_key_line_field
+#: model:ir.model.fields,field_description:condominium.field_distribution_key
+#: model:ir.model.fields,field_description:condominium.x_distribution_key_field
+msgid "X Distribution Key"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.field_property_line_property
+#: model:ir.model.fields,field_description:condominium.property_line_field_property
+#: model:ir.model.fields,field_description:condominium.property_line_property_field
+#: model:ir.model.fields,field_description:condominium.x_property_field
+msgid "X Property"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model.fields,field_description:condominium.year_of_buil_partner_field
+msgid "Year of Build"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"You can find all past meeting for a condominium from the Condominium App, by"
+" the Owners menu."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.actions.act_window,help:condominium.breakdown_of_charges_47f0a208-dcdf-449c-8653-09410c8fbe0c
+#: model_terms:ir.actions.act_window,help:condominium.buildings_new_7cab1cb0-2a07-4399-a8a6-c0576bc3b157
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_876778cb-3335-4c47-a15b-48cb0336cd62
+#: model_terms:ir.actions.act_window,help:condominium.distribution_key_94a8e399-496e-4970-9b0f-003b4d537b2a
+#: model_terms:ir.actions.act_window,help:condominium.invoices_07771d0f-f70c-49f7-bdc9-2fb7e7fac893
+#: model_terms:ir.actions.act_window,help:condominium.invoices_61ee6893-ed19-40ed-bda9-2a547b645966
+#: model_terms:ir.actions.act_window,help:condominium.meeting_a363a62d-6376-4d49-bee6-6ff4fe93fc5e
+#: model_terms:ir.actions.act_window,help:condominium.meetings_04a77040-f785-42c8-aa12-310fb860f6ad
+#: model_terms:ir.actions.act_window,help:condominium.meetings_51a400cb-04ba-4687-ad4f-bd09d8700e16
+#: model_terms:ir.actions.act_window,help:condominium.meetings_6b93aa76-ac43-4256-8794-6c0a3e846972
+#: model_terms:ir.actions.act_window,help:condominium.meter_readings_80f60dfa-8403-4ae4-bdd0-e0a04bd7fe67
+#: model_terms:ir.actions.act_window,help:condominium.meters_52cf99fe-0d20-4649-a775-c785241c5e6d
+#: model_terms:ir.actions.act_window,help:condominium.ownership_8a444b87-789a-4536-83ea-09ca32b2fcde
+#: model_terms:ir.actions.act_window,help:condominium.period_57148acc-2090-4a12-9fec-d96cc718ee3c
+#: model_terms:ir.actions.act_window,help:condominium.period_82f7a875-3f1d-4d53-a3fe-90d32b44cafa
+#: model_terms:ir.actions.act_window,help:condominium.properties_new_b7040d4c-0ff5-495e-881a-4a500bb9b759
+#: model_terms:ir.actions.act_window,help:condominium.property_96b9dd0b-5897-447e-ba68-019707a9681f
+#: model_terms:ir.actions.act_window,help:condominium.ratios_1e79b932-0153-4f8e-a460-d6cf3799a400
+#: model_terms:ir.actions.act_window,help:condominium.units_db426d81-2f97-4887-9378-b0fa592d6557
+#: model_terms:ir.actions.act_window,help:condominium.vote_9814f660-6b54-4a80-ad38-970aaf076d03
+#: model_terms:ir.actions.act_window,help:condominium.vote_criteria_20f99a3b-6086-4579-a4fa-95a08d4126cd
+msgid ""
+"You can start customizing these screens by clicking on the Studio icon on the\n"
+" top right corner (you can also customize this help message there)."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "You can still do it by upgrading your package in Apps."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid ""
+"You might have tested this package with or without demo data. \n"
+" In any case, you may have written records in journals which are not deletable and which might be an issue for your traceability."
+msgstr ""
+
#. module: condominium
#: model:ir.model.fields,field_description:condominium.zip
#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_building
msgid "ZIP"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "and delegating"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_40
+msgid "bla"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.calendar_event_line_0a8565c5-84d5-4f7b-aa46-f70be5f4dfbf
+#: model:ir.model,name:condominium.calendar_event_line_5946df94-b00a-4adf-8704-dd478db049ce
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_7c12ffe2-d680-4f0a-9c3f-7b49fcbbc1d8
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8193d201-031a-49ba-8f15-48f3813b6c37
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_e5f54a81-938a-498c-bf3f-51a54b4433eb
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_calendar_7789adc7-207d-47e7-858a-b821e51de589
+msgid "calendar_event_line"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.calendar_event_line__045b87b1-e37b-4ff9-877f-db6afc342baa
+#: model:ir.model,name:condominium.calendar_event_line__29295b7a-9c04-4e3e-87e1-473aaea9b514
+#: model:ir.model,name:condominium.calendar_event_line__80e1ba8b-6846-4f72-b9eb-6d13de85b201
+#: model:ir.model,name:condominium.calendar_event_line__942433c5-f0f0-4de2-8f2b-f5f36bb5b60f
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_0c42c9f9-7810-488b-89b8-1d053d16ffb2
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8a51bbc5-cd87-4a3e-8f56-aaf7f9ea5b3d
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_8b7cb702-3ec0-443d-b8b5-600e1075afb1
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_e3d11bbd-2479-422f-b24a-abb0272d8fe0
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_ec0961c8-0c6f-4dfc-9990-e0da07c8d2b1
+#: model_terms:ir.ui.view,arch_db:condominium.odoo_studio_default__b7acc772-442e-4a84-9c08-9014040515ff
+msgid "calendar_event_line_a1bce_line"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_backup__w_21caa531-8d56-40bb-bb29-c5265e87a100
+msgid "dfgdfg"
+msgstr ""
+
+#. module: condominium
+#: model:ir.model,name:condominium.distribution_key_lin_15e89373-4c7b-4295-91d7-de4bc637f4f3
+#: model:ir.model,name:condominium.distribution_key_lin_2def20a2-ab25-4fed-9b64-15fa2363589f
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_b4555d72-ed1c-42ea-a7aa-226608911791
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_fb9b93f9-40c4-4089-a79e-405424d9a2be
+msgid "distribution_key_line"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.quick_create_account_form
msgid "e.g. Apartment"
@@ -2102,6 +3883,74 @@ msgstr ""
msgid "e.g. John Smith"
msgstr ""
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_57
+msgid "eertetr"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_55
+msgid "fdsfs"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_f669ff87-4d66-4945-a7f2-724a31874566
+msgid "lijdlijDZMZQ"
+msgstr ""
+
+#. module: condominium
+#: model:x_calendar_event_line_a1bce,x_name:condominium.x_calendar_event_line_a1bce_56
+msgid "ljdqjskdp"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_f669ff87-4d66-4945-a7f2-724a31874566
+msgid "nO VOTES."
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+msgid ""
+"of the owner ratios.\n"
+"\t\t\t\t\t\t\t \n"
+"\t\t\t\t\t\t\t "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "of the owner ratios. "
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "owners"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_03e007bf-17ad-467e-a8bc-0592b17b66e9
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_0b08689e-c8d2-4504-a86e-ca64ceb1bace
+#: model_terms:ir.ui.view,arch_db:condominium.default_form_view_fo_2b5eeda3-5376-4a55-b09e-374c51a9beee
+msgid "property_line"
+msgstr ""
+
+#. module: condominium
+#: model:ir.actions.act_window,name:condominium.ratios_1e79b932-0153-4f8e-a460-d6cf3799a400
+#: model:ir.ui.menu,name:condominium.condominium_ratios_a38c159f-ef72-4b43-846f-f2f7bc439789
+msgid "ratios"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.studio_report_docume_a3b324bd-6488-4bed-af67-073173dc2ef8
+#: model_terms:ir.ui.view,arch_db:condominium.web_studio_report_ed_b22dc65e-fb45-4b98-91a9-e4821dc1c727
+msgid "were present and represented"
+msgstr ""
+
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "š Access Rights"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "or by following the steps below."
@@ -2112,6 +3961,11 @@ msgstr ""
msgid "š Accounting"
msgstr ""
+#. module: condominium
+#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
+msgid "š Calendar"
+msgstr ""
+
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
msgid "š Companies"
@@ -2124,17 +3978,17 @@ msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "š Quotation Template"
+msgid "š Project"
msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "š Sales"
+msgid "š Quotation Template"
msgstr ""
#. module: condominium
#: model_terms:ir.ui.view,arch_db:condominium.welcome_article_body
-msgid "š Spreadsheet"
+msgid "š Sales"
msgstr ""
#. module: condominium
From 6d0de5f0ffb878283f5323d549a6d8c7f4668819 Mon Sep 17 00:00:00 2001
From: mega
Date: Mon, 21 Jul 2025 16:21:08 +0530
Subject: [PATCH 06/20] Cleanup commit -6
- changes in ir_ui_view.
---
condominium/__manifest__.py | 11 +-
condominium/data/ir_actions_act_window.xml | 2 -
condominium/data/ir_actions_server.xml | 6 +-
condominium/data/ir_default.xml | 20 +-
condominium/data/ir_model.xml | 204 ---
condominium/data/ir_model_access.xml | 40 +-
condominium/data/ir_model_fields.xml | 75 +-
condominium/data/ir_ui_menu.xml | 36 +-
condominium/data/ir_ui_view.xml | 1106 ++++++++---------
condominium/data/knowledge_article.xml | 3 +-
condominium/data/knowledge_tour.xml | 2 +-
condominium/data/mail_message.xml | 2 +-
condominium/data/meter_view.xml | 16 -
condominium/data/product_product.xml | 3 +-
condominium/data/project_task_type.xml | 32 -
condominium/data/qweb_view copy.xml | 637 ----------
condominium/data/qweb_view.xml | 633 ++++------
condominium/data/res_company.xml | 72 +-
condominium/data/res_config_settings.xml | 1 -
condominium/data/res_partner.xml | 30 +-
condominium/data/sale_order_template_line.xml | 1 -
condominium/data/sale_subscription_plan.xml | 2 +-
...x_calendar_event_line_a1bce_line_a3f04.xml | 949 --------------
condominium/data/x_meter_reading.xml | 42 +-
condominium/data/x_period.xml | 8 +-
condominium/data/x_property_line_019a4.xml | 38 +-
condominium/data/x_property_line_07bf7.xml | 2 +-
condominium/data/x_property_line_bfb14.xml | 4 +-
condominium/demo/account_analytic_account.xml | 202 ---
condominium/demo/calendar_event.xml | 8 +-
condominium/demo/helpdesk_ticket.xml | 2 +-
condominium/demo/sale_order_line.xml | 16 +-
condominium/demo/sale_order_post.xml | 24 -
condominium/demo/x_buildings.xml | 66 -
condominium/i18n/condominium.pot | 135 +-
.../static/src/binary/res_company/1-logo | Bin 8296 -> 0 bytes
.../static/src/binary/res_company/4-logo | Bin 0 -> 2150 bytes
.../binary/res_company/Bells Beach Condominum | Bin 0 -> 11880 bytes
.../src/binary/res_partner/1-image_1920 | Bin 0 -> 2150 bytes
.../src/binary/res_partner/21-image_1920 | Bin 15232 -> 0 bytes
.../src/binary/res_partner/22-image_1920 | Bin 10323 -> 0 bytes
.../src/binary/res_partner/23-image_1920 | Bin 4258 -> 0 bytes
.../src/binary/res_partner/24-image_1920 | Bin 1277 -> 0 bytes
.../src/binary/res_partner/25-image_1920 | Bin 1464 -> 0 bytes
.../src/binary/res_partner/26-image_1920 | Bin 8472 -> 0 bytes
.../src/binary/res_partner/27-image_1920 | Bin 10300 -> 0 bytes
.../src/binary/res_partner/28-image_1920 | Bin 6106 -> 0 bytes
.../src/binary/res_partner/34-image_1920 | Bin 0 -> 11880 bytes
.../src/binary/res_partner/37-image_1920 | Bin 12993 -> 0 bytes
.../src/binary/res_partner/8-image_1920 | Bin 0 -> 77165 bytes
.../src/binary/res_partner/9-image_1920 | Bin 0 -> 12647 bytes
51 files changed, 969 insertions(+), 3461 deletions(-)
delete mode 100644 condominium/data/meter_view.xml
delete mode 100644 condominium/data/qweb_view copy.xml
delete mode 100644 condominium/data/x_calendar_event_line_a1bce_line_a3f04.xml
delete mode 100644 condominium/demo/account_analytic_account.xml
delete mode 100644 condominium/demo/sale_order_post.xml
delete mode 100644 condominium/demo/x_buildings.xml
delete mode 100644 condominium/static/src/binary/res_company/1-logo
create mode 100644 condominium/static/src/binary/res_company/4-logo
create mode 100644 condominium/static/src/binary/res_company/Bells Beach Condominum
create mode 100644 condominium/static/src/binary/res_partner/1-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/21-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/22-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/23-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/24-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/25-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/26-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/27-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/28-image_1920
create mode 100644 condominium/static/src/binary/res_partner/34-image_1920
delete mode 100644 condominium/static/src/binary/res_partner/37-image_1920
create mode 100644 condominium/static/src/binary/res_partner/8-image_1920
create mode 100644 condominium/static/src/binary/res_partner/9-image_1920
diff --git a/condominium/__manifest__.py b/condominium/__manifest__.py
index bd3ca979b7..91324ab20f 100644
--- a/condominium/__manifest__.py
+++ b/condominium/__manifest__.py
@@ -3,9 +3,9 @@
'version': '1.3',
'category': 'Services',
'depends': [
- 'account_peppol',
'account_check_printing',
'account_followup',
+ 'account_peppol',
'accountant',
'appointment_account_payment',
'calendar',
@@ -13,13 +13,13 @@
'documents_product',
'documents_project_sale',
'documents_spreadsheet',
- 'l10n_be_reports_post_wizard',
'helpdesk_sale_timesheet',
'hr',
'knowledge',
+ 'l10n_be_reports_post_wizard',#need to remove
'sale_subscription',
'web_studio',
- ],
+],
'data': [
'data/res_config_settings.xml',
'data/ir_attachment_pre.xml',
@@ -53,16 +53,13 @@
'data/knowledge_article_favorite.xml',
'data/mail_message.xml',
'data/x_buildings_tag.xml',
- 'data/x_properties_types.xml',
- 'data/x_properties_tag.xml',
- 'data/x_meters.xml',
'data/knowledge_tour.xml',
'data/res_partner.xml',
'data/res_company.xml',
+ 'data/x_meters.xml',
'data/x_distribution_key.xml',
'data/x_vote_criteria.xml',
'data/x_calendar_event_line_a1bce.xml',
- 'data/x_meters.xml',
'data/x_meeting.xml',
'data/x_properties_types.xml',
'data/x_properties_tag.xml',
diff --git a/condominium/data/ir_actions_act_window.xml b/condominium/data/ir_actions_act_window.xml
index 555729878b..b4c870e86e 100644
--- a/condominium/data/ir_actions_act_window.xml
+++ b/condominium/data/ir_actions_act_window.xml
@@ -133,8 +133,6 @@
Ownership
x_ownership
-
-
This is your new action.
diff --git a/condominium/data/ir_actions_server.xml b/condominium/data/ir_actions_server.xml
index 16e56b5b30..f118c0f481 100644
--- a/condominium/data/ir_actions_server.xml
+++ b/condominium/data/ir_actions_server.xml
@@ -24,7 +24,7 @@ for line in records.x_line_ids:
total_share += line.x_share
if round(total_share) != 100:
- raise UserError(total_share)
+ raise UserError("Total share must be 100%. Current: %s" % total_share)
for line in records.x_line_ids:
project_plan, other_plans = line.x_analytic_line_id.env['account.analytic.plan']._get_all_plans()
@@ -221,7 +221,6 @@ record['x_studio_attendee_vote_ids'] = env['x_calendar_event_line_a1bce_line_a3f
code
@@ -231,7 +230,6 @@ record['x_studio_attendee_vote_ids'] = env['x_calendar_event_line_a1bce_line_a3f
code
@@ -353,8 +351,6 @@ if server_action: server_action.run()]]>
code
diff --git a/condominium/data/ir_default.xml b/condominium/data/ir_default.xml
index 5f84baeee5..749bde3c77 100644
--- a/condominium/data/ir_default.xml
+++ b/condominium/data/ir_default.xml
@@ -53,24 +53,24 @@
"1"
-
- true
+
+ true
-
- 10
+
+ 10
-
- true
+
+ true
-
- 10
+
+ 10
-
- true
+
+ true
diff --git a/condominium/data/ir_model.xml b/condominium/data/ir_model.xml
index bcf5705d15..c8d17b8894 100644
--- a/condominium/data/ir_model.xml
+++ b/condominium/data/ir_model.xml
@@ -1,300 +1,96 @@
-
x_property
Property
-
x_property_line_bfb14
Property Line Meter Reading ids
-
x_property_line_019a4
Property Line Owner ids
-
x_property_line_07bf7
Property Line Tenant ids
-
x_meeting
Meeting
-
x_calendar_event_line_a7dc0
calendar_event_line
-
x_calendar_event_line_a1bce
Calendar Event Line Motion
-
x_calendar_event_line_a1bce_line_a3f04
Calendar Event Line Motion Line Vote
-
x_calendar_event_line_920fe
calendar_event_line
-
x_vote_criteria
Vote Criteria
-
x_period
Period
-
x_distribution_key
Distribution Key
-
x_distribution_key_line_4d544
distribution_key_line
-
x_distribution_key_line_92aae
distribution_key_line
-
x_calendar_event_line_a1bce_line_cce2e
calendar_event_line_a1bce_line
-
x_calendar_event_line_a1bce_line_ea528
calendar_event_line_a1bce_line
-
x_calendar_event_line_a1bce_line_e3675
calendar_event_line_a1bce_line
-
x_calendar_event_line_a1bce_line_89b1c
calendar_event_line_a1bce_line
-
-
x_ownership
Ownership
-
-
x_vote
Vote
-
-
diff --git a/condominium/data/ir_model_access.xml b/condominium/data/ir_model_access.xml
index 4721854599..ae2f446e5e 100644
--- a/condominium/data/ir_model_access.xml
+++ b/condominium/data/ir_model_access.xml
@@ -440,27 +440,25 @@
-
-
- x_analytic_account_wizard user access
-
-
-
-
-
-
-
-
-
-
- x_analytic_account_wizard_line user access
-
-
-
-
-
-
-
+
+ x_analytic_account_wizard user access
+
+
+
+
+
+
+
+
+
+ x_analytic_account_wizard_line user access
+
+
+
+
+
+
+
diff --git a/condominium/data/ir_model_fields.xml b/condominium/data/ir_model_fields.xml
index 56c8505e86..5099f88ef3 100644
--- a/condominium/data/ir_model_fields.xml
+++ b/condominium/data/ir_model_fields.xml
@@ -175,6 +175,8 @@
res.partner
+
+
x_parent
many2one
@@ -411,6 +413,8 @@ for record in self:
integer
-->
+
+
x_property
many2one
@@ -490,6 +494,8 @@ for record in self:
x_ratios
x_pricelist
+
+
x_distribution_key
many2one
@@ -577,6 +583,7 @@ for record in self:
integer
+
many2one
@@ -1174,7 +1181,6 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
res.company
-
boolean
@@ -1793,20 +1799,20 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
- x_analytic_account_wizard_id
- many2one
- Analytic account wizard
-
- x_analytic_account_wizard
+ x_analytic_account_wizard_id
+ many2one
+ Analytic account wizard
+
+ x_analytic_account_wizard
- x_analytic_line_id
- many2one
- Analytic Line
-
- account.analytic.line
+ x_analytic_line_id
+ many2one
+ Analytic Line
+
+ account.analytic.line
@@ -1844,18 +1850,17 @@ for record in self: record['x_x_studio_condominium_x_property_count'] = self.env
- x_share
- x_share
+
- float
- x_amount
- Share
-
-
-
+ ]]>
+ float
+ x_amount
+ Share
+
+
+
x_total
@@ -1871,19 +1876,19 @@ for line in self:
- x_analytic_account_name_id
- x_analytic_account_name_id
+
- many2one
- account.analytic.account
- x_amount
- Account name test
-
+ ]]>
+ many2one
+ account.analytic.account
+ x_amount
+ Account name test
+
diff --git a/condominium/data/ir_ui_menu.xml b/condominium/data/ir_ui_menu.xml
index 5930b23e36..06484e1298 100644
--- a/condominium/data/ir_ui_menu.xml
+++ b/condominium/data/ir_ui_menu.xml
@@ -47,7 +47,7 @@
Distribution Keys
-
+
6
-->
-