Skip to content

Commit

Permalink
[IMP] website_sale_extra_fields: add public additional information field
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC013 committed Oct 16, 2024
1 parent 1847a2a commit 913b381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website_sale_extra_fields/models/product_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class ProductTemplate(models.Model):
public_short_description = fields.Text(
translate=True,
)
public_additional_information = fields.Text(
translate=True,
)
slug_name = fields.Char(
translate=True,
)
Expand Down
1 change: 1 addition & 0 deletions website_sale_extra_fields/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<field name="slug_name" />
<field name="public_description" widget="html" />
<field name="public_short_description" />
<field name="public_additional_information" />
</field>
</field>
</record>
Expand Down

0 comments on commit 913b381

Please sign in to comment.