Merge PR #1039 into 14.0

Signed-off-by aleuffre
This commit is contained in:
OCA-git-bot
2024-01-17 17:05:07 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ class SaleSubscription(models.Model):
) )
stage_str = fields.Char( stage_str = fields.Char(
related="stage_id.name", related="stage_id.name",
string="Etapa", string="Stage",
store=True, store=True,
) )
sale_subscription_line_ids = fields.One2many( sale_subscription_line_ids = fields.One2many(

View File

@@ -221,6 +221,8 @@
<field name="amount_total" sum="Total" optional="show" /> <field name="amount_total" sum="Total" optional="show" />
<field name="template_id" optional="show" /> <field name="template_id" optional="show" />
<field name="stage_str" optional="show" /> <field name="stage_str" optional="show" />
<field name="date_start" optional="show" />
<field name="date" optional="show" />
</tree> </tree>
</field> </field>
</record> </record>