Skip to content

Commit

Permalink
[IMP] cetmix_tower_template_odoo: update variable values with server …
Browse files Browse the repository at this point in the history
…variables

add more missing variables
  • Loading branch information
Aldeigja authored and CetmixGitBot committed Oct 1, 2024
1 parent 674f7c9 commit 7cd7714
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<record id="global_value_tower_root" model="cx.tower.variable.value">
<field name="variable_id" ref="variable_tower_root" />
<field name="is_global">True</field>
<field name="value_char">/opt/tower</field>
<field name="value_char">/home/{{ tower.server.username }}</field>
</record>

<record id="global_value_instance_name" model="cx.tower.variable.value">
Expand All @@ -246,6 +246,12 @@
<field name="value_char">14</field>
</record>

<record id="global_value_odoo_db_name" model="cx.tower.variable.value">
<field name="variable_id" ref="variable_odoo_db_name" />
<field name="is_global">True</field>
<field name="value_char">{{ instance_name }}_{{ odoo_version }}</field>
</record>



</odoo>

0 comments on commit 7cd7714

Please sign in to comment.