Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 20, 2024
1 parent 94e3582 commit 954b99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sheet_dataframe_process/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
{
"name": "Sheet Dataframe Process",
"version": "18.0.1.0.0",
"summary": "Allow to create a Polars dataframe from a sheet file and "
"process it according to rules",
"category": "Reporting",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"development_status": "Alpha",
"summary": "Allow to create a Polars dataframe from a sheet file and "
"process it according to rules",
"website": "https://github.com/OCA/reporting-engine",
"maintainers": ["bealdav"],
"depends": [
Expand Down
1 change: 1 addition & 0 deletions sheet_dataframe_process/models/ir_model_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ def _compute_display_name(self):
for field in self:
if self.env.context.get("technical_name"):
field.display_name = field.name
return

0 comments on commit 954b99e

Please sign in to comment.