Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
l10n_mx
l10n_mx_facturae
Commits
f4647afa
Commit
f4647afa
authored
1 year ago
by
Ricardo Adolfo Mendoza Escobedo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se elimina el campo state
parent
818e5ef7
Pipeline
#22670
failed with stage
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
l10n_mx_facturae/models/account_move.py
l10n_mx_facturae/models/account_move.py
+0
-4
No files found.
l10n_mx_facturae/models/account_move.py
View file @
f4647afa
...
...
@@ -124,10 +124,6 @@ class AccountMove(models.Model):
"cfdi.use"
,
"CFDI use"
,
readonly
=
True
,
states
=
{
"draft"
:
[(
"readonly"
,
False
)]}
)
cfdi_relation_type
=
fields
.
Many2one
(
"cfdi.relation.type"
,
"CFDI Relation type"
)
state
=
fields
.
Selection
(
selection_add
=
[(
"waiting"
,
_
(
"To cancel"
))],
ondelete
=
{
'waiting'
:
'cascade'
}
)
l10n_mx_edi_to_cancel
=
fields
.
Char
(
#compute="_compute_l10n_mx_edi_to_cancel",
#search="_search_l10n_mx_edi_to_cancel",
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment