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
5339d8f5
Commit
5339d8f5
authored
5 years ago
by
agb80
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(account.invoice): agrega el campo folio fiscal en las sugerencias de búsqueda
Closes
#5
parent
7536023b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
l10n_mx_facturae/views/account_invoice.xml
l10n_mx_facturae/views/account_invoice.xml
+15
-0
l10n_mx_facturae/views/account_voucher.xml
l10n_mx_facturae/views/account_voucher.xml
+3
-1
No files found.
l10n_mx_facturae/views/account_invoice.xml
View file @
5339d8f5
...
...
@@ -6,6 +6,21 @@
domain=
"[('res_id', 'in', active_ids), ('type_attachment', '=', 'account.invoice')]"
res_model=
"ir.attachment.facturae.mx"
src_model=
"account.invoice"
/>
<record
id=
"account_invoice_view_search"
model=
"ir.ui.view"
>
<field
name=
"name"
>
account.invoice.view.search
</field>
<field
name=
"model"
>
account.invoice
</field>
<field
name=
"inherit_id"
ref=
"account.view_account_invoice_filter"
/>
<field
name=
"arch"
type=
"xml"
>
<field
name=
"currency_id"
position=
"after"
>
<field
name=
"cfdi_id"
/>
</field>
<group
position=
"before"
>
<separator/>
<filter
string=
"To Sign"
domain=
"[('cfdi_state', '=', 'draft')]"
help=
"Invoices to be signed"
/>
</group>
</field>
</record>
<record
id=
"account_invoice_view_form_customer"
model=
"ir.ui.view"
>
<field
name=
"name"
>
account.invoice.view.form.customer
</field>
<field
name=
"model"
>
account.invoice
</field>
...
...
This diff is collapsed.
Click to expand it.
l10n_mx_facturae/views/account_voucher.xml
View file @
5339d8f5
...
...
@@ -68,7 +68,9 @@
<field
name=
"cfdi_id"
string=
"UUID"
/>
</field>
<filter
string=
"Posted"
position=
"after"
>
<filter
string=
"Signed"
domain=
"[('state', '=', 'signed')]"
help=
"Signed Vouchers"
/>
<separator/>
<filter
string=
"To Sign"
domain=
"[('cfdi_state', '=', 'draft')]"
help=
"Vochers to be signed"
/>
<filter
string=
"Signed"
domain=
"[('cfdi_state', 'in', ['signed', 'done'])]"
help=
"Signed Vouchers"
/>
</filter>
</field>
</record>
...
...
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