Skip to content

Commit

Permalink
[IMP] sign_oca: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Oct 31, 2024
1 parent 9a537c4 commit f3339ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions sign_oca/models/sign_oca_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@


class SignOcaRequest(models.Model):

_name = "sign.oca.request"
_inherit = ["mail.thread", "mail.activity.mixin"]
_description = "Sign Request"
Expand Down Expand Up @@ -343,7 +342,6 @@ def create(self, vals_list):


class SignOcaRequestSigner(models.Model):

_name = "sign.oca.request.signer"
_inherit = "portal.mixin"
_description = "Sign Request Value"
Expand Down
2 changes: 0 additions & 2 deletions sign_oca/models/sign_oca_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class SignOcaTemplate(models.Model):

_name = "sign.oca.template"
_description = "Sign Oca Template" # TODO
_inherit = ["mail.thread"]
Expand Down Expand Up @@ -131,7 +130,6 @@ def _prepare_sign_oca_request_vals_from_record(self, record):


class SignOcaTemplateItem(models.Model):

_name = "sign.oca.template.item"
_description = "Sign Oca Template Item"

Expand Down
3 changes: 3 additions & 0 deletions sign_oca/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 0 additions & 1 deletion sign_oca/wizards/sign_oca_template_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class SignOcaTemplateGenerate(models.TransientModel):

_name = "sign.oca.template.generate"
_description = "Generate a signature request"

Expand Down

0 comments on commit f3339ba

Please sign in to comment.