Skip to content

Commit

Permalink
[FIX] l10n_es_facturae: Remove attributes from group
Browse files Browse the repository at this point in the history
It was transferred to each field, but forgotten to be removed on the
group.

TT47203
  • Loading branch information
pedrobaeza committed Jan 16, 2024
1 parent c69bab1 commit c38e367
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion l10n_es_facturae/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Creación de Facturae
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:232977ac43e46e8e7b6616062011a6b82235aa38d20ead56d922ff0a329ac8f2
!! source digest: sha256:a84a4854fc6f76b9df65019ad01e9937c507e3d75b8558a62f35ec55b37254b4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_facturae/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{
"name": "Creación de Facturae",
"version": "16.0.1.5.0",
"version": "16.0.1.6.0",
"author": "ASR-OSS, "
"FactorLibre, "
"Tecon, "
Expand Down
3 changes: 2 additions & 1 deletion l10n_es_facturae/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -366,7 +367,7 @@ <h1 class="title">Creación de Facturae</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:232977ac43e46e8e7b6616062011a6b82235aa38d20ead56d922ff0a329ac8f2
!! source digest: sha256:a84a4854fc6f76b9df65019ad01e9937c507e3d75b8558a62f35ec55b37254b4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_facturae"><img alt="OCA/l10n-spain" src="https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_facturae"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>En virtud de la Ley 25/2013, de 27 de diciembre, de impulso de la factura
Expand Down
2 changes: 0 additions & 2 deletions l10n_es_facturae/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<group
name="group_facturae"
string="Facturae"
attrs="{'invisible': [('facturae', '=', False), ('parent_facturae', '=', False)]}"
groups="account.group_account_invoice"
>
<field name="facturae" />
Expand Down Expand Up @@ -65,7 +64,6 @@
<group
name="group_facturae_wo_accounting"
string="Facturae"
attrs="{'invisible': [('facturae', '=', False), ('parent_facturae', '=', False)]}"
groups="account.group_account_invoice"
>
<field name="facturae" />
Expand Down

0 comments on commit c38e367

Please sign in to comment.